diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-16 10:11:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-16 10:11:44 +0200 |
commit | b1dc722ef9d3f2f43dabf6b85376565604de6cea (patch) | |
tree | 356524c1350b362ee3578dd210bad8b4518166bb | |
parent | 4fb9064ab9d5b0b50a54c0ceac7d994e5f5fe159 (diff) |
php-zendframework-zend-cache: 2.7.1
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | php-zendframework-zend-cache.spec | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 36bd525..18d1325 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "zendframework/zend-serializer": "^2.6", "zendframework/zend-session": "^2.6.2", "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.5" + "phpunit/phpunit": "^4.5", + "phpbench/phpbench": "^0.10.0" }, "suggest": { "zendframework/zend-serializer": "Zend\\Serializer component", @@ -52,7 +53,8 @@ }, "autoload-dev": { "psr-4": { - "ZendTest\\Cache\\": "test/" + "ZendTest\\Cache\\": "test/", + "ZendBench\\Cache\\": "benchmark/" } } } diff --git a/php-zendframework-zend-cache.spec b/php-zendframework-zend-cache.spec index a8ec4bd..32c99ff 100644 --- a/php-zendframework-zend-cache.spec +++ b/php-zendframework-zend-cache.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 33211da0598e8f20a8d425945e3d452a87c50364 +%global gh_commit 2c68def8f96ce842d2f2a9a69e2f3508c2f5312d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-cache @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -46,7 +46,8 @@ BuildRequires: php-composer(%{gh_owner}/zend-eventmanager) >= 2.6.2 # "zendframework/zend-serializer": "^2.6", # "zendframework/zend-session": "^2.6.2", # "fabpot/php-cs-fixer": "1.7.*", -# "phpunit/PHPUnit": "~4.5" +# "phpunit/phpunit": "^4.5", +# "phpbench/phpbench": "^0.10.0" BuildRequires: php-composer(%{gh_owner}/zend-serializer) >= 2.6 BuildRequires: php-composer(%{gh_owner}/zend-session) >= 2.6.2 BuildRequires: php-composer(phpunit/phpunit) >= 4.5 @@ -170,6 +171,9 @@ rm -rf %{buildroot} %changelog +* Fri May 13 2016 Remi Collet <remi@fedoraproject.org> - 2.7.1-1 +- update to 2.7.1 + * Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 - update to 2.7.0 |