summaryrefslogtreecommitdiffstats
path: root/php-laminas-i18n.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-i18n.spec')
-rw-r--r--php-laminas-i18n.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-i18n.spec b/php-laminas-i18n.spec
index e455903..ae3b5a3 100644
--- a/php-laminas-i18n.spec
+++ b/php-laminas-i18n.spec
@@ -8,7 +8,7 @@
#
# When buid without config, filter, validator an view
%global bootstrap 0
-%global gh_commit 1fa15c41b683bedb2a846af54491868ddc73db38
+%global gh_commit 1654fcd6cd27c01a902b47fe71fa583ad227268c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-i18n
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
-Version: 2.14.0
+Version: 2.15.0
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -47,7 +47,7 @@ BuildRequires: php-spl
# "laminas/laminas-filter": "^2.10.0",
# "laminas/laminas-servicemanager": "^3.7.0",
# "laminas/laminas-validator": "^2.14.0",
-# "laminas/laminas-view": "^2.12.0",
+# "laminas/laminas-view": "^2.20.0",
# "phpspec/prophecy-phpunit": "^2.0",
# "phpunit/phpunit": "^9.3",
# "psalm/plugin-phpunit": "^0.16.1",
@@ -64,7 +64,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.7
BuildRequires: (php-autoloader(%{gh_owner}/laminas-config) >= 3.4 with php-autoloader(%{gh_owner}/laminas-config) < 4)
BuildRequires: (php-autoloader(%{gh_owner}/laminas-filter) >= 2.10 with php-autoloader(%{gh_owner}/laminas-filter) < 3)
BuildRequires: (php-autoloader(%{gh_owner}/laminas-validator) >= 2.14 with php-autoloader(%{gh_owner}/laminas-validator) < 3)
-BuildRequires: (php-autoloader(%{gh_owner}/laminas-view) >= 2.12 with php-autoloader(%{gh_owner}/laminas-view) < 3)
+BuildRequires: (php-autoloader(%{gh_owner}/laminas-view) >= 2.20 with php-autoloader(%{gh_owner}/laminas-view) < 3)
%endif
BuildRequires: (php-composer(phpspec/prophecy-phpunit) >= 2.0 with php-composer(phpspec/prophecy-phpunit) < 3)
# remirepo:14
@@ -253,6 +253,9 @@ exit $ret
%changelog
+* Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 2.15.0-1
+- update to 2.15.0
+
* Tue Feb 22 2022 Remi Collet <remi@remirepo.net> - 2.14.0-1
- update to 2.14.0
- raise dependency on PHP 7.4