diff options
| -rw-r--r-- | php-myclabs-deep-copy.spec | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/php-myclabs-deep-copy.spec b/php-myclabs-deep-copy.spec index 77a8d9f..2852127 100644 --- a/php-myclabs-deep-copy.spec +++ b/php-myclabs-deep-copy.spec @@ -1,14 +1,14 @@ # remirepo/fedora spec file for php-myclabs-deep-copy # -# Copyright (c) 2015-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # %bcond_without tests -%global gh_commit 123267b2c49fbf30d78a7b2d333f6be754b94845 +%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.12.1 +Version: 1.13.4 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,19 @@ 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 + +* Sun May 4 2025 Remi Collet <remi@remirepo.net> - 1.13.1-1 +- update to 1.13.1 + +* Wed Feb 12 2025 Remi Collet <remi@remirepo.net> - 1.13.0-1 +- update to 1.13.0 +- re-license spec file to CECILL-2.1 + * Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 1.12.1-1 - update to 1.12.1 |
