summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-05-23 14:09:45 +0200
committerRemi Collet <remi@remirepo.net>2018-05-23 14:10:07 +0200
commitfdddd6cb7abba2dcdba0a3b90ba9ab7874b374a0 (patch)
tree45a973f0fc528a97eb7a54dbb5618f94ab9d4565
parentdccfb2dc8d19468a3e55b99c25ab6dce7dba56d2 (diff)
v2.9.0
-rw-r--r--composer.json4
-rw-r--r--php-zendframework-zend-i18n.spec9
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index b5ff026..3235805 100644
--- a/composer.json
+++ b/composer.json
@@ -56,8 +56,8 @@
},
"extra": {
"branch-alias": {
- "dev-master": "2.8.x-dev",
- "dev-develop": "2.9.x-dev"
+ "dev-master": "2.9.x-dev",
+ "dev-develop": "2.10.x-dev"
},
"zf": {
"component": "Zend\\I18n",
diff --git a/php-zendframework-zend-i18n.spec b/php-zendframework-zend-i18n.spec
index 7852d9c..2a1494d 100644
--- a/php-zendframework-zend-i18n.spec
+++ b/php-zendframework-zend-i18n.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit cfdb658121e0d7eb969a498c2f67f1eacaab9c63
+%global gh_commit 6d69af5a04e1a4de7250043cb1322f077a0cdb7f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-i18n
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.8.0
+Version: 2.9.0
Release: 2%{?dist}
Summary: Zend Framework %{library} component
@@ -94,8 +94,8 @@ Requires: php(language) >= 5.6
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
Requires: (php-autoloader(%{gh_owner}/zend-stdlib) >= 2.7 with php-autoloader(%{gh_owner}/zend-stdlib) < 4)
-%else
# remirepo:4
+%else
Requires: php-autoloader(%{gh_owner}/zend-stdlib) < 4
Requires: php-autoloader(%{gh_owner}/zend-stdlib) >= 2.7
%endif
@@ -213,6 +213,9 @@ exit $ret
%changelog
+* Wed May 23 2018 Remi Collet <remi@remirepo.net> - 2.9.0-2
+- update to 2.9.0
+
* Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.8.0-2
- update to 2.8.0
- switch to phpunit6 or phpunit7