From d4eecf050c75fa9dcc087f1fc341a2462f1cdc83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 08:35:50 +0100 Subject: v1.39.0 --- php-bartlett-php-compatinfo-db.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 299cce3..3735b6a 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 2f11e671479d73f53233f228ad5dc99e1e108e9b +%global gh_commit c2a634ee1003bdb225effd52b9203e2a84dcdd24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -19,15 +19,15 @@ # Composer %global c_vendor bartlett %global c_project php-compatinfo-db -%if 0%{?fedora} < 28 +%if 0%{?fedora} < 30 %global with_tests 0%{!?_without_tests:1} %else -# See https://github.com/llaville/php-compatinfo-db/issues/8 PHP 7.1 +# See https://github.com/llaville/php-compatinfo-db/issues/22 PHP 7.3 %global with_tests 0%{?_with_tests:1} %endif Name: php-%{c_vendor}-%{c_project} -Version: 1.38.1 +Version: 1.39.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 +* Tue Dec 18 2018 Remi Collet - 1.39.0-1 +- update to 1.39.0 + * Mon Nov 19 2018 Remi Collet - 1.38.1-1 - update to 1.38.1 (no change) -- cgit