From 80887d96440a22b258c321e4f01cfd1361ef5697 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Sep 2021 07:48:38 +0200 Subject: update to 3.11.0 --- php-bartlett-php-compatinfo-db.spec | 7 +++++-- 1 file 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 - 3.11.0-1 +- update to 3.11.0 + * Wed Sep 1 2021 Remi Collet - 3.10.0-1 - update to 3.10.0 -- cgit