summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-18 08:35:50 +0100
committerRemi Collet <remi@remirepo.net>2018-12-18 08:35:50 +0100
commitd4eecf050c75fa9dcc087f1fc341a2462f1cdc83 (patch)
tree121d9b09370139308f79604f53993e548e21ec6e
parent0a36035da2c890f65c946de0f92ce3bd1467d36f (diff)
v1.39.0
-rw-r--r--php-bartlett-php-compatinfo-db.spec11
1 files 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 <remi@remirepo.net> - 1.39.0-1
+- update to 1.39.0
+
* Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 1.38.1-1
- update to 1.38.1 (no change)