From 0f7d173833a4e430d075df412eb088c9068ca93d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2018 08:04:25 +0200 Subject: update to 1.36.0 raise dependency on PHP 5.5 open https://github.com/llaville/php-compatinfo-db/issues/14 zip open https://github.com/llaville/php-compatinfo-db/issues/15 http open https://github.com/llaville/php-compatinfo-db/issues/16 redis open https://github.com/llaville/php-compatinfo-db/issues/17 uopz open https://github.com/llaville/php-compatinfo-db/issues/18 varnish --- php-bartlett-php-compatinfo-db.spec | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 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 a1127a8..60cea34 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 8fc132bbf1acb0d49d09a0de0b99a49b643943ec +%global gh_commit 95ccc9a99f5ba907ed2d10bd193c82d04a23675d %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.35.0 +Version: 1.36.0 %global specrel 2 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 @@ -46,7 +46,7 @@ Patch1: %{name}-curltls.patch BuildArch: noarch # Needed to build the database from sources -BuildRequires: php(language) >= 5.4.0 +BuildRequires: php(language) >= 5.5 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(composer/semver) >= 1.0 with php-composer(composer/semver) < 2) %else @@ -64,10 +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", -# "psr/log": "~1.0", -# "monolog/monolog": "~1.10", -# "bartlett/phpunit-loggertestlistener": "~1.5" +# "symfony/console": "^2.5||^3.0", +# "psr/log": "^1.0", +# "monolog/monolog": "^1.10", +# "bartlett/phpunit-loggertestlistener": "^1.5" +# "phpunit/php-timer": "^2.0" BuildRequires: php-cli # Keep symfony v2 because v3 pull some bad dependencies (php-symfony-polyfill) BuildRequires: php-symfony-console @@ -76,8 +77,8 @@ BuildRequires: php-composer(phpunit/phpunit) %endif # From composer.json, "require" -# "php": ">=5.4.0", -# "composer/semver": "~1.0", +# "php": ">=5.5", +# "composer/semver": "^1.0", # "ext-curl": "*", # "ext-intl": "*", # "ext-libxml": "*", @@ -86,7 +87,7 @@ BuildRequires: php-composer(phpunit/phpunit) # "ext-spl": "*", # "ext-json": "*", # "ext-pdo_sqlite": "*" -Requires: php(language) >= 5.4.0 +Requires: php(language) >= 5.5 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Requires: (php-composer(composer/semver) >= 1.0 with php-composer(composer/semver) < 2) %else @@ -200,6 +201,15 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Sun Oct 7 2018 Remi Collet - 1.36.0-2 +- update to 1.36.0 +- raise dependency on PHP 5.5 +- open https://github.com/llaville/php-compatinfo-db/issues/14 zip +- open https://github.com/llaville/php-compatinfo-db/issues/15 http +- open https://github.com/llaville/php-compatinfo-db/issues/16 redis +- open https://github.com/llaville/php-compatinfo-db/issues/17 uopz +- open https://github.com/llaville/php-compatinfo-db/issues/18 varnish + * Wed Aug 29 2018 Remi Collet - 1.35.0-2 - update to 1.35.0 -- cgit