From 0a36035da2c890f65c946de0f92ce3bd1467d36f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2018 11:17:01 +0100 Subject: update to 1.38.1 (no change) --- php-bartlett-php-compatinfo-db.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 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 604288c..299cce3 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 601a911493d1a5ab853983fd7759f0bfead0c4ff +%global gh_commit 2f11e671479d73f53233f228ad5dc99e1e108e9b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -27,7 +27,7 @@ %endif Name: php-%{c_vendor}-%{c_project} -Version: 1.38.0 +Version: 1.38.1 %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 @@ -64,11 +64,11 @@ BuildRequires: php-pdo_sqlite # For our patch / autoloader BuildRequires: php-composer(fedora/autoloader) # From composer.json, "require-dev": { -# "symfony/console": "^2.5||^3.0", +# "symfony/console": "^2.5||^3.0||^4.0", # "psr/log": "^1.0", # "monolog/monolog": "^1.10", # "bartlett/phpunit-loggertestlistener": "^1.5" -# "phpunit/php-timer": "^2.0" +# "phpunit/php-timer": "^1.0||^2.0" BuildRequires: php-cli BuildRequires: php-symfony3-console %if %{with_tests} @@ -76,7 +76,7 @@ BuildRequires: php-composer(phpunit/phpunit) %endif # From composer.json, "require" -# "php": ">=5.5", +# "php": "^5.5|^7.0", # "composer/semver": "^1.0", # "ext-curl": "*", # "ext-intl": "*", @@ -210,6 +210,9 @@ fi %changelog +* Mon Nov 19 2018 Remi Collet - 1.38.1-1 +- update to 1.38.1 (no change) + * Tue Nov 13 2018 Remi Collet - 1.38.0-1 - update to 1.38.0 -- cgit