diff options
-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 24c5ce0..81ac7c4 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-2020 Remi Collet +# Copyright (c) 2015-2021 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 5b88639d0b03378d5646d38f7242a257a0ccb273 +%global gh_commit 279b73b83e093a3f01c38114f9ad52ce644e1d07 %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 3.2.0 +%global upstream_version 3.3.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -268,6 +268,9 @@ exit $ret %changelog +* Wed Mar 10 2021 Remi Collet <remi@remirepo.net> - 3.3.0-1 +- update to 3.3.0 + * Wed Feb 10 2021 Remi Collet <remi@remirepo.net> - 3.2.0-1 - update to 3.2.0 |