Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b31765d0f |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ clog
|
|||
/php-myclabs-deep-copy-1.9.5-b2c2878.tgz
|
||||
/php-myclabs-deep-copy-1.10.0-5796d12.tgz
|
||||
/php-myclabs-deep-copy-1.10.1-969b211.tgz
|
||||
/php-myclabs-deep-copy-1.10.2-776f831.tgz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# remirepo/fedora spec file for php-myclabs-deep-copy
|
||||
#
|
||||
# Copyright (c) 2015-2019 Remi Collet
|
||||
# Copyright (c) 2015-2020 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 969b211f9a51aa1f6c01d1d2aef56d3bd91598e5
|
||||
%global gh_commit 776f831124e9c62e1a2c601ecc52e776d8bb7220
|
||||
%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.10.1
|
||||
Version: 1.10.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Create deep copies (clones) of your objects
|
||||
|
|
@ -112,6 +112,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 14 2020 Remi Collet <remi@remirepo.net> - 1.10.2-1
|
||||
- update to 1.10.2
|
||||
|
||||
* Tue Jun 30 2020 Remi Collet <remi@remirepo.net> - 1.10.1-1
|
||||
- update to 1.10.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-deep-copy-1.10.1-969b211.tgz) = 1aed3d492e8c31d21b8c3d8d36a6b3bbafd2bce498fa707283a229fa53dbd74139d7d91662ba42bc70a22fe6ffbf6b9cd9d839d1817d53cac7cae50186044caa
|
||||
SHA512 (php-myclabs-deep-copy-1.10.2-776f831.tgz) = 36ab08122c8762fc9417f137739e0a86a3c35be4a4ba95f3c043f044e19f91cabd5a1c31239ea01b884d8064418fcd5df752e5e8576fc3b39970765af1dddfc1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue