summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-02 07:06:10 +0200
committerRemi Collet <remi@remirepo.net>2021-08-02 07:06:10 +0200
commit2508c40ac616c813172d76e988a41fa1dd090e7f (patch)
treec367a590a9cad63a20f566d47ee8abbe188320f5
parent38f5532fe3be9fc95d6e9a2353eabb04fdf4592b (diff)
update to 3.9.0
-rw-r--r--php-bartlett-php-compatinfo-db.spec12
1 files 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 <remi@remirepo.net> - 3.9.0-1
+- update to 3.9.0
+
* Tue Jul 6 2021 Remi Collet <remi@remirepo.net> - 3.8.0-1
- update to 3.8.0