diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-01-05 15:30:53 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-01-05 15:30:53 +0100 | 
| commit | ae7fcc9666a00997feadfe6dfb445adc85fe49c8 (patch) | |
| tree | 199fdbfa2fe140d3ead072f9ebb8145956898799 | |
| parent | 4cb2da934697da97c47ae1ace3ab683909e1c7bb (diff) | |
php-bartlett-PHP-CompatInfo: 3.7.2
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 14 | 
1 files changed, 9 insertions, 5 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 90e52ed..320fa67 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -6,13 +6,13 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    86f65a4c99aa3f84a0be3354acd4174df57cceb1 +%global gh_commit    bbf5bf1cbc1c7ea481f315a084e5d341c24e283a  #global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     llaville  %global gh_project   php-compat-info  Name:           php-bartlett-PHP-CompatInfo -Version:        3.7.1 +Version:        3.7.2  %global specrel 1  Release:        %{?gh_short:0.%{specrel}.git%{gh_short}}%{!?gh_short:%{specrel}}%{?dist}  Summary:        Find out version and the extensions required for a piece of code to run @@ -30,7 +30,7 @@ BuildArch:      noarch  BuildRequires:  php(language) >= 5.3.0  # to run test suite  BuildRequires:  %{_bindir}/phpunit -BuildRequires:  php-composer(bartlett/php-reflect) >= 2.6 +BuildRequires:  php-composer(bartlett/php-reflect) >= 2.6.2  # From composer.json, "require"  #        "php": ">=5.3.0", @@ -39,13 +39,13 @@ BuildRequires:  php-composer(bartlett/php-reflect) >= 2.6  #        "ext-spl": "*",  #        "ext-json": "*",  #        "symfony/console": "~2.5", -#        "bartlett/php-reflect": "~2.5", +#        "bartlett/php-reflect": "~2.6",  Requires:       php(language) >= 5.3.0  Requires:       php-json  Requires:       php-libxml  Requires:       php-pcre  Requires:       php-spl -Requires:       php-composer(bartlett/php-reflect) >= 2.6 +Requires:       php-composer(bartlett/php-reflect) >= 2.6.2  Requires:       php-composer(bartlett/php-reflect) <  3  Requires:       php-composer(symfony/console)      >= 2.5  Requires:       php-composer(symfony/console)      <  3 @@ -127,6 +127,10 @@ fi  %changelog +* Mon Jan  5 2015 Remi Collet <remi@fedoraproject.org> - 3.7.2-1 +- Update to 3.7.2 +- open https://github.com/llaville/php-compat-info/pull/157 +  * Fri Dec 19 2014 Remi Collet <remi@fedoraproject.org> - 3.7.1-1  - Update to 3.7.1  | 
