summaryrefslogtreecommitdiffstats
path: root/php-cakephp.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-cakephp.spec')
-rw-r--r--php-cakephp.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-cakephp.spec b/php-cakephp.spec
index 2c199fb..648e5e7 100644
--- a/php-cakephp.spec
+++ b/php-cakephp.spec
@@ -8,7 +8,7 @@
#
# https://github.com/cakephp/cakephp/releases
-%global gh_commit 5c78a61c0ed7fbd56ce9d7cee3c6d6f9b27af46b
+%global gh_commit e5d50ddf5ca1069a029c16bac58413bb01b205ab
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner cakephp
%global gh_project cakephp
@@ -23,7 +23,7 @@
%global chronos_version 1.2.4
Name: php-%{pk_vendor}
-Version: 3.7.4
+Version: 3.7.6
Release: 1%{?dist}
Summary: The CakePHP framework
@@ -80,6 +80,7 @@ to flexibility.
Summary: CakePHP Collection Library
# From composer.json "require": {
# "php": ">=5.6.0",
+# "psr/simple-cache": "^1.0.0",
# "cakephp/core": "^3.6.0"
Requires: php(language) >= 5.6
Requires: php-composer(%{pk_vendor}/core) = %{version}
@@ -581,6 +582,12 @@ exit $ret
%changelog
+* Wed Apr 10 2019 Remi Collet <remi@remirepo.net> - 3.7.6-1
+- update to 3.7.6
+
+* Thu Mar 14 2019 Remi Collet <remi@remirepo.net> - 3.7.5-1
+- update to 3.7.5
+
* Mon Feb 11 2019 Remi Collet <remi@remirepo.net> - 3.7.4-1
- update to 3.7.4
- add event subpackage