From 09511e9a197f0cf429590871cbc4def6658b35cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2020 09:21:03 +0200 Subject: update to 2.19.0 --- php-bartlett-php-compatinfo-db.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-bartlett-php-compatinfo-db.spec') diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 94fa9d4..de8629f 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit da956e8c1d845a6710310e9a619ca549ba39ed83 +%global gh_commit 4bc78f3103014c65f598162055838a1abee939fe %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville %global gh_project php-compatinfo-db -%global upstream_version 2.18.0 +%global upstream_version 2.19.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -41,7 +41,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Fix autoloader path # Fix sqlite database path # Fix version and avoir composer/package-versions-deprecated (relying on composer.lock) -Patch0: %{name}-2.16-rpm.patch +Patch0: %{name}-2.19-rpm.patch # CURL_SSLVERSION constants have been backported Patch1: %{name}-curltls.patch @@ -165,7 +165,6 @@ require_once '%{_datadir}/php/Fedora/Autoloader/autoload.php'; EOF # Use package version -sed -e 's/@VERSION@/%{upstream_version}%{?upstream_prever}/' -i src/Presentation/Console/Application.php grep "%{version}" src/Presentation/Console/Application.php # Cleanup patched files @@ -272,6 +271,9 @@ exit $ret %changelog +* Mon Oct 5 2020 Remi Collet - 2.19.0-1 +- update to 2.19.0 + * Mon Sep 14 2020 Remi Collet - 2.18.0-1 - update to 2.18.0 -- cgit