diff options
Diffstat (limited to 'php-sebastian-recursion-context3.spec')
-rw-r--r-- | php-sebastian-recursion-context3.spec | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/php-sebastian-recursion-context3.spec b/php-sebastian-recursion-context3.spec index 4d95206..6d2f86f 100644 --- a/php-sebastian-recursion-context3.spec +++ b/php-sebastian-recursion-context3.spec @@ -6,8 +6,8 @@ # # Please, preserve the changelog entries # -%global bootstrap 1 -%global gh_commit 5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8 +%global bootstrap 0 +%global gh_commit 367dcba38d6e1977be014dc4b22f47a484dac7fb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project recursion-context @@ -22,11 +22,10 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} Summary: Recursively process PHP variables -Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -41,7 +40,7 @@ BuildRequires: phpunit6 %endif # from composer.json -# "php": "^7.0" +# "php": ">=7.0" Requires: php(language) >= 7.0 # from phpcompatinfo report for version 3.0.0 Requires: php-spl @@ -76,7 +75,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php70 php71 php; do +for cmd in php php72 php73 php74 php80; do if which $cmd; then %{_bindir}/php -d include_path=.:%{buildroot}%{_datadir}/php:%{_datadir}/php \ %{_bindir}/phpunit6 --verbose || ret=1 @@ -97,6 +96,9 @@ exit $ret %changelog +* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1 +- update to 3.0.1 (no change) + * Fri Mar 3 2017 Remi Collet <remi@remirepo.net> - 3.0.0-1 - update to 3.0.0 - rename to php-sebastian-recursion-context3 |