diff options
| -rw-r--r-- | php-laminas-filter.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index 676ee3d..515be9e 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    671724e163aa75c210e94d12b77a0f3f8240d4b2 +%global gh_commit    0fc5dcd27dc22dba1a2544123684c67768fc5f88  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-filter @@ -18,8 +18,8 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_project} -Version:        2.11.1 -Release:        2%{?dist} +Version:        2.12.0 +Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component  License:        BSD @@ -203,7 +203,7 @@ exit (class_exists("\\Zend\\%{library}\\ToInt") ? 0 : 1);  : upstream test suite  ret=0 -for cmd in "php %{phpunit}" php73 php74 php80; do +for cmd in "php %{phpunit}" php73 php74 php80 php81; do    if which $cmd; then      set $cmd      $1 ${2:-%{_bindir}/phpunit9} || ret=1 @@ -226,6 +226,9 @@ exit $ret  %changelog +* Mon Oct 25 2021 Remi Collet <remi@remirepo.net> - 2.12.0-1 +- update to 2.12.0 +  * Fri Jun 18 2021 Remi Collet <remi@remirepo.net> - 2.11.1-2  - remove Archive_Tar autoloader usage  | 
