summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-09 10:06:09 +0100
committerRemi Collet <remi@php.net>2023-03-09 10:06:09 +0100
commit6e3c1173972189e5c66347489c2f66a0762242b3 (patch)
treede00059a0498b8b368bbf065dc7e5a8fab958fed
parent07aa8b87ea644c64e0f5e15c326cd87b5cba7fda (diff)
update to 1.11.1HEADmaster
-rw-r--r--php-myclabs-deep-copy.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-myclabs-deep-copy.spec b/php-myclabs-deep-copy.spec
index 7374492..114e34e 100644
--- a/php-myclabs-deep-copy.spec
+++ b/php-myclabs-deep-copy.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-myclabs-deep-copy
#
-# Copyright (c) 2015-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2015-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 14daed4296fae74d9e3201d2c4925d1acb7aa614
+%global gh_commit 7284c22080590fb39f2ffa3e9057f10a4ddd0e0c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner myclabs
%global gh_project DeepCopy
@@ -16,7 +16,7 @@
%bcond_without tests
Name: php-myclabs-deep-copy%{major}
-Version: 1.11.0
+Version: 1.11.1
Release: 1%{?dist}
Summary: Create deep copies (clones) of your objects
@@ -104,7 +104,7 @@ require '%{buildroot}%{php_home}/%{gh_project}%{major}/autoload.php';
EOF
ret=0
-for cmd in php php74 php80 php81; do
+for cmd in php php80 php81 php82; do
if which $cmd; then
$cmd -d auto_prepend_file=vendor/autoload.php \
%{_bindir}/phpunit9 --verbose || ret=1
@@ -126,6 +126,9 @@ exit $ret
%changelog
+* Wed Mar 8 2023 Remi Collet <remi@remirepo.net> - 1.11.1-1
+- update to 1.11.1
+
* Thu Mar 3 2022 Remi Collet <remi@remirepo.net> - 1.11.0-1
- update to 1.11.0