From a7bf8c00994aa0caec6528955282348a6d54e508 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Feb 2019 08:07:22 +0100 Subject: v1.14.0 --- php-bartlett-php-compatinfo-db.spec | 11 +++++++---- 1 file changed, 7 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 3735b6a..5343589 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -1,13 +1,13 @@ # 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 c2a634ee1003bdb225effd52b9203e2a84dcdd24 +%global gh_commit 76c9bcbc48f706e6469aff67298684c7ba99e202 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -19,7 +19,7 @@ # Composer %global c_vendor bartlett %global c_project php-compatinfo-db -%if 0%{?fedora} < 30 +%if 0%{?fedora} < 30 && 0%{?rhel} < 8 %global with_tests 0%{!?_without_tests:1} %else # See https://github.com/llaville/php-compatinfo-db/issues/22 PHP 7.3 @@ -27,7 +27,7 @@ %endif Name: php-%{c_vendor}-%{c_project} -Version: 1.39.0 +Version: 1.14.0 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Reference Database to be used with php-compatinfo library @@ -210,6 +210,9 @@ fi %changelog +* Sat Feb 23 2019 Remi Collet - 1.14.0-1 +- update to 1.14.0 + * Tue Dec 18 2018 Remi Collet - 1.39.0-1 - update to 1.39.0 -- cgit