diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-07 06:58:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-07 06:58:05 +0200 |
commit | 0a292015056dba5131bc96db790ed83695e76b1b (patch) | |
tree | f63b98ecbd4e6d04985bb566f5a2b2a689b6e359 | |
parent | 4fad51847562fb6f075f17602a9ca88789cb927d (diff) |
-rw-r--r-- | php-myclabs-deep-copy.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-myclabs-deep-copy.spec b/php-myclabs-deep-copy.spec index 72e1d99..cc5ae35 100644 --- a/php-myclabs-deep-copy.spec +++ b/php-myclabs-deep-copy.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit 1720ddd719e16cf0db4eb1c6eca108031636d46c +%global gh_commit faed855a7b5f4d4637717c2b3863e277116beb36 %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.1 +Version: 1.13.3 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects @@ -98,7 +98,7 @@ rm -r tests/DeepCopyTest/Matcher/Doctrine \ tests/DeepCopyTest/Filter/Doctrine ret=0 -for cmd in php php81 php82 php83 php84; do +for cmd in php php81 php82 php83 php84 php85; do if which $cmd; then $cmd -d auto_prepend_file=vendor/autoload.php \ %{_bindir}/phpunit9 \ @@ -120,6 +120,9 @@ exit $ret %changelog +* Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 1.13.3-1 +- update to 1.13.3 + * Sun May 4 2025 Remi Collet <remi@remirepo.net> - 1.13.1-1 - update to 1.13.1 |