diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 11 | 
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 10fc491..11bc430 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@          "ext-json": "*",          "ext-pdo_sqlite": "*",          "bartlett/php-reflect": "~4.0", -        "bartlett/php-compatinfo-db": "~1.15" +        "bartlett/php-compatinfo-db": "~1.23"      },      "require-dev": {          "doctrine/cache": "~1.3", diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index efbbcd8..1a98fc0 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %{!?php_version:  %global php_version  %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit    1a615a1da6ee539c6ce7444b85f764fe22e4194c +%global gh_commit    18913e8807d2ab02dea89b60e006ec395a131f0c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20151005  %global gh_owner     llaville @@ -16,7 +16,7 @@  %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}  Name:           php-bartlett-PHP-CompatInfo -Version:        5.0.7 +Version:        5.0.8  %global specrel 1  Release:        %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Find out version and the extensions required for a piece of code to run @@ -56,7 +56,7 @@ BuildRequires:  php-composer(fedora/autoloader)  #        "ext-pdo_sqlite": "*",  #        "symfony/console": "~2.5",  #        "bartlett/php-reflect": "~4.0", -#        "bartlett/php-compatinfo-db": "~1.0" +#        "bartlett/php-compatinfo-db": "~1.23"  Requires:       php(language) >= 5.4.0  Requires:       php-cli  Requires:       php-json @@ -66,7 +66,7 @@ Requires:       php-pdo_sqlite  Requires:       php-spl  Requires:       php-composer(bartlett/php-reflect) >= 4.0  Requires:       php-composer(bartlett/php-reflect) <  5 -Requires:       php-composer(bartlett/php-compatinfo-db) >= 1.15 +Requires:       php-composer(bartlett/php-compatinfo-db) >= 1.23  Requires:       php-composer(bartlett/php-compatinfo-db) <  2  Requires:       php-composer(symfony/console)      >= 2.5  Requires:       php-composer(symfony/console)      <  3 @@ -169,6 +169,9 @@ fi  %changelog +* Mon Jul 17 2017 Remi Collet <remi@remirepo.net> - 5.0.8-1 +- Update to 5.0.8 +  * Sat Jun 10 2017 Remi Collet <remi@remirepo.net> - 5.0.7-1  - Update to 5.0.7  | 
