diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-22 10:45:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-22 10:45:06 +0100 |
commit | b1c17f38cb0a98ae3cb63e4de63ad953ad773b0d (patch) | |
tree | 7fea41420765007b2a3421d1fa7dc6a852041854 | |
parent | 1ad179bffaa64b5b508ece14f904c1275bc5a599 (diff) |
update to 2.9.0
open https://github.com/llaville/php-compatinfo-db/issues/38 redis
open https://github.com/llaville/php-compatinfo-db/issues/39 svn
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 8e53d17..6208b07 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 99e3bb187a9b0b44cba751b56b7cbb3c3feb5465 +%global gh_commit 035ef7cfbe09362f28d13ecfe0ba162fad8b1749 %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.8.0 +%global upstream_version 2.9.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -270,8 +270,17 @@ exit $ret %changelog +* Wed Jan 22 2020 Remi Collet <remi@remirepo.net> - 2.9.0-1 +- update to 2.9.0 +- open https://github.com/llaville/php-compatinfo-db/issues/38 redis +- open https://github.com/llaville/php-compatinfo-db/issues/39 svn + * Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 2.8.0-1 - update to 2.8.0 +- open https://github.com/llaville/php-compatinfo-db/issues/34 memcache +- open https://github.com/llaville/php-compatinfo-db/issues/35 redis +- open https://github.com/llaville/php-compatinfo-db/issues/36 varnish +- open https://github.com/llaville/php-compatinfo-db/issues/37 opcache * Tue Dec 3 2019 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 |