From 2a6014726b78c5a39e94c1afd3e22d9314bb0a66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jan 2019 17:19:05 +0100 Subject: v2.0.0 --- php-bartlett-php-compatinfo-db.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 5a9cb4a..35aac98 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -1,19 +1,19 @@ # remirepo/fedora spec file for php-bartlett-php-compatinfo-db # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit 85d25a5c230cc2285b8a548021ff6b5ae28e985e +%global gh_commit a95fad981d14265644360d579f0f6741969dbec9 %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.0.0 -%global upstream_prever RC1 +#global upstream_prever RC1 # Namespace %global ns_vendor Bartlett %global ns_project CompatInfoDb @@ -43,8 +43,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit Patch0: %{name}-2.0-rpm.patch # CURL_SSLVERSION constants have been backported Patch1: %{name}-curltls.patch -# Upstream -Patch2: https://github.com/llaville/php-compatinfo-db/commit/accda679038e2e4239229521f643758b02557105.patch BuildArch: noarch # Needed to build the database from sources @@ -149,7 +147,6 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5 %patch0 -p1 -b .rpm %patch1 -p0 -b .curltls -%patch2 -p1 -b .up cat << 'EOF' | tee src/autoload.php - 2.0.0-1 +- update to 2.0.0 + * Thu Jan 3 2019 Remi Collet - 2.0.0~RC1-1 - update to 2.0.0RC1 - bump dependency on PHP 7.1 -- cgit