diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-27 16:24:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-27 16:24:25 +0100 |
commit | 9e381a3f47699fbdb89751f3179dc034d4342a86 (patch) | |
tree | 174caa7c8cc461009a217190ce3e2cf11c6bb9a7 | |
parent | b1c17f38cb0a98ae3cb63e4de63ad953ad773b0d (diff) |
v2.10.0
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 6208b07..78733ef 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -1,18 +1,18 @@ # remirepo/fedora spec file for php-bartlett-php-compatinfo-db # -# Copyright (c) 2015-2019 Remi Collet +# Copyright (c) 2015-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit 035ef7cfbe09362f28d13ecfe0ba162fad8b1749 +%global gh_commit bcd0fa30b6d85e12ee8d22f3d7708004453b5205 %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.9.0 +%global upstream_version 2.10.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Jan 27 2020 Remi Collet <remi@remirepo.net> - 2.10.0-1 +- update to 2.10.0 + * 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 |