diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-sebastian-exporter4.spec | 11 | 
3 files changed, 10 insertions, 5 deletions
@@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc diff --git a/composer.json b/composer.json index 477d5ed..baa9584 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@      "name": "sebastian/exporter",      "description": "Provides the functionality to export PHP variables for visualization",      "keywords": ["exporter","export"], -    "homepage": "http://www.github.com/sebastianbergmann/exporter", +    "homepage": "https://www.github.com/sebastianbergmann/exporter",      "license": "BSD-3-Clause",      "authors": [          { diff --git a/php-sebastian-exporter4.spec b/php-sebastian-exporter4.spec index 2107ace..fea8ebd 100644 --- a/php-sebastian-exporter4.spec +++ b/php-sebastian-exporter4.spec @@ -9,7 +9,7 @@  %bcond_without       tests -%global gh_commit    d89cc98761b8cb5a1a235a6b703ae50d34080e65 +%global gh_commit    65e8b7db476c5dd267e65eea9cab77584d3cfff9  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   exporter @@ -25,9 +25,9 @@  %global pear_channel pear.phpunit.de  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        4.0.3 +Version:        4.0.4  Release:        1%{?dist} -Summary:        Export PHP variables for visualization version %{major} +Summary:        Export PHP variables for visualization, version %{major}  License:        BSD  URL:            https://github.com/%{gh_owner}/%{gh_project} @@ -103,7 +103,7 @@ touch vendor/autoload.php  : Run upstream test suite  ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php73 php74 php80 php81; do    if which $cmd; then      $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \        %{_bindir}/phpunit9  --verbose || ret=1 @@ -123,6 +123,9 @@ exit $ret  %changelog +* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 4.0.4-1 +- update to 4.0.4 +  * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 4.0.3-1  - update to 4.0.3 (no change)  | 
