diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-03 08:31:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-03 08:31:38 +0100 |
commit | 6f27b76029b737d7c099e16786b6cd6e3733aa4a (patch) | |
tree | 114334d19ac43f77403ea9309341ea6a4caf394c /php-zendframework-zend-file.spec | |
parent | 7b15a4dbcb009053c379ba0c5b2fc4588383a9f3 (diff) |
php-zendframework-zend-file: 2.6.1
Diffstat (limited to 'php-zendframework-zend-file.spec')
-rw-r--r-- | php-zendframework-zend-file.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec index b3082aa..667d9e6 100644 --- a/php-zendframework-zend-file.spec +++ b/php-zendframework-zend-file.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b937884a9fe14e0a354dbf02d50cf832a61176c0 +%global gh_commit a5bccb3e36350e4b540d71cf0135871ae00dc707 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-file @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.0 +Version: 2.6.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -44,18 +44,18 @@ BuildRequires: php-composer(%{gh_owner}/zend-stdlib) >= 2.5 # From composer, "require-dev": { # "zendframework/zend-filter": "^2.6.1", # "zendframework/zend-i18n": "^2.6", +# "zendframework/zend-progressbar": "^2.5.2", # "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", +# "zendframework/zend-session": "^2.6.2", # "zendframework/zend-validator": "^2.6", -# "zendframework/zend-progressbar": "~2.5", -# "zendframework/zend-session": "~2.5", # "fabpot/php-cs-fixer": "1.7.*", # "phpunit/PHPUnit": "~4.0" BuildRequires: php-composer(%{gh_owner}/zend-filter) >= 2.6.1 BuildRequires: php-composer(%{gh_owner}/zend-i18n) >= 2.6 +BuildRequires: php-composer(%{gh_owner}/zend-progressbar) >= 2.5.2 BuildRequires: php-composer(%{gh_owner}/zend-servicemanager) >= 2.7.5 +BuildRequires: php-composer(%{gh_owner}/zend-session) >= 2.6.2 BuildRequires: php-composer(%{gh_owner}/zend-validator) >= 2.6 -BuildRequires: php-composer(%{gh_owner}/zend-progressbar) >= 2.5 -BuildRequires: php-composer(%{gh_owner}/zend-session) >= 2.5 BuildRequires: php-composer(phpunit/phpunit) >= 4.0 # Autoloader BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5 @@ -150,6 +150,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 3 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1 +- update to 2.6.1 + * Thu Feb 18 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1 - update to 2.6.0 - raise dependency on zend-stdlib >= 2.7 @@ -162,4 +165,4 @@ rm -rf %{buildroot} - add patch for newer zend-filter * Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1 -- initial package
\ No newline at end of file +- initial package |