diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-27 07:48:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-27 07:48:38 +0200 |
commit | 80887d96440a22b258c321e4f01cfd1361ef5697 (patch) | |
tree | b8ad36d60d7df9937e8f799f7a0e16d6e9427e9e | |
parent | 8199365501d0a1db8cce270e8ee127fdf98ef3cb (diff) |
update to 3.11.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 3ac0e9f..6bd7fe7 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit bd790b6587f527fb12c25751b4cd171fd43d09a0 +%global gh_commit f71dbe522b3075505cb5221d3f29b8fb3863dd47 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -28,7 +28,7 @@ %bcond_with im6 %bcond_with im7 -%global upstream_version 3.10.0 +%global upstream_version 3.11.0 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} @@ -289,6 +289,9 @@ exit $ret %changelog +* Mon Sep 27 2021 Remi Collet <remi@remirepo.net> - 3.11.0-1 +- update to 3.11.0 + * Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 3.10.0-1 - update to 3.10.0 |