summaryrefslogtreecommitdiffstats
path: root/php-cakephp4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-29 08:14:06 +0100
committerRemi Collet <remi@php.net>2021-11-29 08:14:06 +0100
commit38851ac37635c0f2a0b1693eb86fefe9aef747ce (patch)
tree78238db9fc864516015f16eaab2e6d0fcc57f503 /php-cakephp4.spec
parent3192825019c1973723786de40e03deb5aa7f08b3 (diff)
update to 4.3.2
raise dependency on league/container 4.2.0
Diffstat (limited to 'php-cakephp4.spec')
-rw-r--r--php-cakephp4.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec
index b2e1e7e..059d569 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -12,7 +12,7 @@
# https://github.com/cakephp/cakephp/releases
-%global gh_commit 6b1cf0e74bbfbb73ecdb1e8a5d0fd36230930931
+%global gh_commit bc44fd0a383592c5bf52eab17b25fbd9d929b851
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner cakephp
%global gh_project cakephp
@@ -28,7 +28,7 @@
%global chronos_version 2.3.0
Name: php-%{pk_vendor}%{major}
-Version: 4.3.1
+Version: 4.3.2
Release: 1%{?dist}
Summary: The CakePHP framework
@@ -216,13 +216,13 @@ Requires: php-composer(%{pk_vendor}/utility) = %{version}
BuildRequires: (php-composer(psr/http-server-handler) >= 1.0.0 with php-composer(psr/http-server-handler) < 2)
Requires: (php-composer(psr/http-server-handler) >= 1.0.0 with php-composer(psr/http-server-handler) < 2)
# Optional for core but required by full framework
-BuildRequires: (php-composer(league/container) >= 4.1.1 with php-composer(league/container) < 5)
-Requires: (php-composer(league/container) >= 4.1.1 with php-composer(league/container) < 5)
+BuildRequires: (php-composer(league/container) >= 4.2.0 with php-composer(league/container) < 5)
+Requires: (php-composer(league/container) >= 4.2.0 with php-composer(league/container) < 5)
%else
BuildRequires: php-psr-http-server-handler >= 1.0.0
Requires: php-psr-http-server-handler >= 1.0.0
-BuildRequires: php-league-container4 >= 4.1.1
-Requires: php-league-container4 >= 4.1.1
+BuildRequires: php-league-container4 >= 4.2.0
+Requires: php-league-container4 >= 4.2.0
%endif
# From phpcompatinfo report
Requires: php-reflection
@@ -1134,6 +1134,10 @@ exit $ret
%changelog
+* Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 4.3.2-1
+- update to 4.3.2
+- raise dependency on league/container 4.2.0
+
* Mon Nov 8 2021 Remi Collet <remi@remirepo.net> - 4.3.1-1
- update to 4.3.1
- open https://github.com/cakephp/cakephp/issues/16101