diff options
| -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  | 
