From 1ad179bffaa64b5b508ece14f904c1275bc5a599 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2020 11:29:24 +0100 Subject: v2.8.0 --- php-bartlett-php-compatinfo-db.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 0c0cd78..8e53d17 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 78595b6a4ad07ea43e06204b3dc62b1134f4bbc9 +%global gh_commit 99e3bb187a9b0b44cba751b56b7cbb3c3feb5465 %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.7.0 +%global upstream_version 2.8.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -254,10 +254,7 @@ ret=0 --include-path %{buildroot}%{_datadir}/php \ -d memory_limit=1G || ret=1 -if [ $(php -r 'echo PHP_VERSION_ID;') -lt 70400 ] -then - exit $ret -fi +exit $ret %endif @@ -273,6 +270,9 @@ fi %changelog +* Thu Jan 2 2020 Remi Collet - 2.8.0-1 +- update to 2.8.0 + * Tue Dec 3 2019 Remi Collet - 2.7.0-1 - update to 2.7.0 - ignore test results with 7.4, reported as -- cgit