diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-20 11:16:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-20 11:16:19 +0200 |
commit | 0d1e2dfa4b419c5b984381034b0ac7e49e090be1 (patch) | |
tree | e5581e0d5a846e7202f0a8a088c69268a6bae7dd | |
parent | 2696e716c4e7bd730ca5bcefbef35b4354da747a (diff) |
-rw-r--r-- | php-cakephp4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 0d129e8..f90dd26 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -20,13 +20,13 @@ %global major 4 # https://github.com/cakephp/chronos/releases -%global chronos_commit a21b7b633f483c4cf525d200219d200f551ee38b +%global chronos_commit b5d962b7ae615ec5dc053e1d5b57d561fa9a231c %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.3.2 +%global chronos_version 2.3.3 Name: php-%{pk_vendor}%{major} Version: 4.4.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1155,6 +1155,9 @@ exit $ret %changelog +* Thu Apr 20 2023 Remi Collet <remi@remirepo.net> - 4.4.12-2 +- update chronos to 2.3.3 + * Tue Mar 28 2023 Remi Collet <remi@remirepo.net> - 4.4.12-1 - update to 4.4.12 |