Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35c82752d9 | ||
|
|
feff0e27c1 | ||
|
|
f6d4dbeeed | ||
|
|
ceb5619cde |
3 changed files with 24 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -17,3 +17,7 @@ clog
|
|||
/php-myclabs-deep-copy-1.11.1-7284c22.tgz
|
||||
/php-myclabs-deep-copy-1.12.0-3a6b9a4.tgz
|
||||
/php-myclabs-deep-copy-1.12.1-123267b.tgz
|
||||
/php-myclabs-deep-copy-1.13.0-024473a.tgz
|
||||
/php-myclabs-deep-copy-1.13.1-1720ddd.tgz
|
||||
/php-myclabs-deep-copy-1.13.3-faed855.tgz
|
||||
/php-myclabs-deep-copy-1.13.4-07d290f.tgz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-deep-copy-1.12.1-123267b.tgz) = bebe1e171e4924f76ef0bac091e79188ddf0e989c682212cc309c3c2700339cf1e12837bc3ba6673c2d5f47217250af7c719a2bca0f61ab64378715c9483383c
|
||||
SHA512 (php-myclabs-deep-copy-1.13.4-07d290f.tgz) = 55aa59cc771d149297fb70692554b5809bd3e8785e281549c3246f36b2b305eb474e2e43fc9dae88b066d5e58c98b55f3691659fa60a9f72f26e0071c9982a7c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue