From 38f5532fe3be9fc95d6e9a2353eabb04fdf4592b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jul 2021 15:58:18 +0200 Subject: update to 3.8.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 dd91daf..865c7bc 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 f91aab5ec24521191a9fee2b4072ef89a0dc7b7a +%global gh_commit 42e6071da98b556ed461ef938c925aaf4f6ecbff %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.7.1 +%global upstream_version 3.8.0 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} @@ -283,6 +283,9 @@ exit $ret %changelog +* Tue Jul 6 2021 Remi Collet - 3.8.0-1 +- update to 3.8.0 + * Mon Jun 28 2021 Remi Collet - 3.7.1-1 - update to 3.7.1 -- cgit