From 2508c40ac616c813172d76e988a41fa1dd090e7f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Aug 2021 07:06:10 +0200 Subject: update to 3.9.0 --- php-bartlett-php-compatinfo-db.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 865c7bc..b8270be 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 42e6071da98b556ed461ef938c925aaf4f6ecbff +%global gh_commit 06576c588c8ac4121fa3ddaa751f712f80f0f74d %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.8.0 +%global upstream_version 3.9.0 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} @@ -184,7 +184,10 @@ require_once '%{_datadir}/php/Fedora/Autoloader/autoload.php'; EOF # Use package version -grep "%{version}" src/Presentation/Console/ApplicationInterface.php +FIC=src/Presentation/Console/ApplicationInterface.php +grep VERSION $FIC +sed -e '/VERSION/s/3.9.x-dev/%{version}/' -i $FIC +grep "%{version}" $FIC # Cleanup patched files find src -name \*rpm -delete -print @@ -283,6 +286,9 @@ exit $ret %changelog +* Mon Aug 2 2021 Remi Collet - 3.9.0-1 +- update to 3.9.0 + * Tue Jul 6 2021 Remi Collet - 3.8.0-1 - update to 3.8.0 -- cgit