From 1bcf605c35620d29d3ac40ba5820feee211369fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Dec 2017 14:15:47 +0100 Subject: Update to 4.2.1 (no change) raise dependency on PHP 5.5 --- php-bartlett-PHP-Reflect.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-bartlett-PHP-Reflect.spec') diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 70242ba..2010f84 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit c6804456bf956a75470b9714936f99a316d9f32d +%global gh_commit 48b8e0f7770509a1e426abd412c0ad51011ff6e4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150331 %global gh_owner llaville @@ -26,7 +26,7 @@ %endif Name: php-bartlett-PHP-Reflect -Version: 4.2.0 +Version: 4.2.1 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Adds the ability to reverse-engineer PHP @@ -43,7 +43,7 @@ Source1: %{name}-autoload.php Patch0: %{name}-4.0.0-rpm.patch BuildArch: noarch -BuildRequires: php(language) >= 5.4.0 +BuildRequires: php(language) >= 5.5 %if %{with_tests} # to run test suite BuildRequires: %{_bindir}/phpunit @@ -72,7 +72,7 @@ BuildRequires: php-composer(fedora/autoloader) %endif # From composer.json, "require": { -# "php": ">=5.4.0", +# "php": ">=5.5", # "ext-tokenizer": "*", # "ext-pcre": "*", # "ext-spl": "*", @@ -81,7 +81,7 @@ BuildRequires: php-composer(fedora/autoloader) # "ext-reflection": "*", # "sebastian/version": "^1.0|^2.0", # "nikic/php-parser": "^2.1", -# "doctrine/collections": ">=1.2 <1.5", +# "doctrine/collections": "^1.2", # "symfony/event-dispatcher": "^2.5|^3.0", # "symfony/finder": "^2.5|^3.0", # "symfony/console": "^2.5|^3.0", @@ -90,7 +90,7 @@ BuildRequires: php-composer(fedora/autoloader) # "phpdocumentor/reflection-docblock": "^3.0", # "justinrainbow/json-schema": "^1.3", # "seld/jsonlint": "^1.1" -Requires: php(language) >= 5.4.0 +Requires: php(language) >= 5.5 Requires: php-cli Requires: php-date Requires: php-json @@ -214,6 +214,10 @@ fi %changelog +* Tue Dec 12 2017 Remi Collet - 4.2.1-1 +- Update to 4.2.1 (no change) +- raise dependency on PHP 5.5 + * Tue Dec 12 2017 Remi Collet - 4.2.0-1 - Update to 4.2.0 - only require a single Symfony version -- cgit