diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 14:30:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 14:30:46 +0200 |
commit | 6519a1f8a5c2bc2ea90164828f52a1ef0d50e737 (patch) | |
tree | 5076a07cb53ea6fc9c53592f5f5a7272ed3be19f /php-bartlett-php-compatinfo-db.spec | |
parent | 2508c40ac616c813172d76e988a41fa1dd090e7f (diff) |
update to 3.10.0
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index b8270be..c51ca81 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 06576c588c8ac4121fa3ddaa751f712f80f0f74d +%global gh_commit bd790b6587f527fb12c25751b4cd171fd43d09a0 %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.9.0 +%global upstream_version 3.10.0 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} @@ -44,7 +44,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Fix sqlite database path # Fix version and avoir composer/package-versions-deprecated (relying on composer.lock) # Set proxy files as static -Patch0: %{name}-3.7-rpm.patch +Patch0: %{name}-3.10-rpm.patch # CURL_SSLVERSION constants have been backported Patch1: %{name}-curltls.patch @@ -286,6 +286,9 @@ exit $ret %changelog +* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 3.10.0-1 +- update to 3.10.0 + * Mon Aug 2 2021 Remi Collet <remi@remirepo.net> - 3.9.0-1 - update to 3.9.0 |