summaryrefslogtreecommitdiffstats
path: root/php-cakephp4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-cakephp4.spec')
-rw-r--r--php-cakephp4.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec
index f8e6fad..3c435d6 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-cakephp
#
-# Copyright (c) 2018-2019 Remi Collet
+# Copyright (c) 2018-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -11,7 +11,7 @@
# Auth, Command, Controller, Error, Mailer, Network, Routing, Shell, TestSuite, View
# https://github.com/cakephp/cakephp/releases
-%global gh_commit 767b164747df789db8c0fbcf3bcf9eaf3be55b38
+%global gh_commit f782537868167c6abb26971e0c834d474d069764
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner cakephp
%global gh_project cakephp
@@ -27,7 +27,7 @@
%global chronos_version 2.0.1
Name: php-%{pk_vendor}%{major}
-Version: 4.0.0
+Version: 4.0.1
Release: 1%{?dist}
Summary: The CakePHP framework
@@ -60,8 +60,8 @@ BuildRequires: php-spl
# "cakephp/cakephp-codesniffer": "dev-next",
# "mikey179/vfsstream": "^1.6",
# "paragonie/csp-builder": "^2.3",
-# "phpunit/phpunit": "~8.4.0"
-BuildRequires: phpunit8 >= 8.4.0
+# "phpunit/phpunit": "~8.5.0"
+BuildRequires: phpunit8 >= 8.5.0
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
BuildRequires: (php-composer(mikey179/vfsstream) >= 1.6 with php-composer(mikey179/vfsstream) < 6)
BuildRequires: (php-composer(zendframework/zend-diactoros) >= 1.4.0 with php-composer(zendframework/zend-diactoros) < 2)
@@ -879,6 +879,9 @@ exit $ret
%changelog
+* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 4.0.1-1
+- update to 4.0.1
+
* Mon Dec 16 2019 Remi Collet <remi@remirepo.net> - 4.0.0-1
- update to 4.0.0
- raise dependency on PHP 7.2