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 33c54e6..5219693 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 26d04a01cedc0238b28a238ebb54364474313b09 +%global gh_commit dee00b4277bba85ad01c625fb054cb9505204eca %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.1.0 +%global upstream_version 3.1.1 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -267,6 +267,9 @@ exit $ret %changelog +* Wed Jan 20 2021 Remi Collet <remi@remirepo.net> - 3.1.1-1 +- update to 3.1.1 + * Thu Jan 14 2021 Remi Collet <remi@remirepo.net> - 3.1.0-2 - add upstream patch for Symfony 4 |