diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-22 07:53:50 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-22 07:53:50 +0100 |
commit | 3e26e9d228bf8b2f5ee46baea18a75aacb9b4eb4 (patch) | |
tree | 3e8b3e186d6e5a45dbaf2b56d08b79485214d1ea | |
parent | cf2d69c2ec4b1f184cf9905598c12c59f0a9f5ab (diff) |
v2.12.0
-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 |