diff options
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 80d1d3e..3f14111 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit 141473e49cb2504798724b53bfcb45a8de37b261 +%global gh_commit 9ee4ff81bd2093741e056d25e4b7735113439fcc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville %global gh_project php-compatinfo-db -%global upstream_version 2.11.0 +%global upstream_version 2.12.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -270,6 +270,9 @@ exit $ret %changelog +* Sun Mar 22 2020 Remi Collet <remi@remirepo.net> - 2.12.0-1 +- update to 2.12.0 + * Fri Mar 20 2020 Remi Collet <remi@remirepo.net> - 2.11.0-1 - update to 2.11.0 - switch from Zend to Laminas |