diff options
Diffstat (limited to 'php-zendframework-zend-xmlrpc.spec')
-rw-r--r-- | php-zendframework-zend-xmlrpc.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-zendframework-zend-xmlrpc.spec b/php-zendframework-zend-xmlrpc.spec index 8bb4580..d14d06f 100644 --- a/php-zendframework-zend-xmlrpc.spec +++ b/php-zendframework-zend-xmlrpc.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 5470f555b336b48fe22db52df973c786a4a146d7 +%global gh_commit 97e7d70d71b040c8fc94807a911ee9a53dc35ef5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-xmlrpc @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.2 +Version: 2.7.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -48,9 +48,9 @@ BuildRequires: php-composer(%{gh_owner}/zend-server) >= 2.7 BuildRequires: php-composer(%{gh_owner}/zend-stdlib) >= 2.7 BuildRequires: php-composer(%{gh_owner}/zendxml) >= 1.0.2 # From composer, "require-dev": { -# "phpunit/PHPUnit": "^5.7.25 || ^6.4.4", +# "phpunit/PHPUnit": "^5.7.27 || ^6.5.8 || ^7.1.2", # "zendframework/zend-coding-standard": "~1.0.0" -BuildRequires: php-composer(phpunit/phpunit) >= 5.7 +BuildRequires: php-composer(phpunit/phpunit) >= 5.7.27 # Autoloader BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5 %endif @@ -160,6 +160,9 @@ exit $ret %changelog +* Tue May 15 2018 Remi Collet <remi@remirepo.net> - 2.7.0-1 +- update to 2.7.0 + * Fri Jan 26 2018 Remi Collet <remi@remirepo.net> - 2.6.2-1 - Update to 2.6.2 |