diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-01 14:17:39 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-01 14:17:39 +0200 |
commit | 18f82905a9913910a2da66e13672c7306a157ac5 (patch) | |
tree | 29c54c767009efc01678951941d6bcf5d95deaf8 | |
parent | 0a292015056dba5131bc96db790ed83695e76b1b (diff) |
-rw-r--r-- | php-myclabs-deep-copy.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-myclabs-deep-copy.spec b/php-myclabs-deep-copy.spec index cc5ae35..2852127 100644 --- a/php-myclabs-deep-copy.spec +++ b/php-myclabs-deep-copy.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit faed855a7b5f4d4637717c2b3863e277116beb36 +%global gh_commit 07d290f0c47959fd5eed98c95ee5602db07e0b6a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project DeepCopy @@ -17,7 +17,7 @@ %global php_home %{_datadir}/php Name: php-myclabs-deep-copy%{major} -Version: 1.13.3 +Version: 1.13.4 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects @@ -120,6 +120,9 @@ exit $ret %changelog +* Fri Aug 1 2025 Remi Collet <remi@remirepo.net> - 1.13.4-1 +- update to 1.13.4 + * Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 1.13.3-1 - update to 1.13.3 |