Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1f6714e67 |
3 changed files with 9 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@ clog
|
|||
/php-myclabs-deep-copy-1.7.0-3b8a3a9.tgz
|
||||
/php-myclabs-deep-copy-1.8.0-4784656.tgz
|
||||
/php-myclabs-deep-copy-1.8.1-3e01bda.tgz
|
||||
/php-myclabs-deep-copy-1.9.1-e6828ef.tgz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# remirepo/fedora spec file for php-myclabs-deep-copy
|
||||
#
|
||||
# Copyright (c) 2015-2017 Remi Collet
|
||||
# Copyright (c) 2015-2019 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8
|
||||
%global gh_commit e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner myclabs
|
||||
%global gh_project DeepCopy
|
||||
|
|
@ -15,8 +15,8 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-myclabs-deep-copy
|
||||
Version: 1.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Create deep copies (clones) of your objects
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -104,7 +104,6 @@ exit $ret
|
|||
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc composer.json
|
||||
%doc README.md
|
||||
|
|
@ -112,6 +111,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2019 Remi Collet <remi@remirepo.net> - 1.9.1-1
|
||||
- update to 1.9.1
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-deep-copy-1.8.1-3e01bda.tgz) = b6a9d14264188eb84678251349cf9b175ffe15ceef2ad47c61af6600fd360122d780c3deb67cb1c9c9f8ba5b1a1ddc276ed2b1b2eb649afab3f8143c07f64506
|
||||
SHA512 (php-myclabs-deep-copy-1.9.1-e6828ef.tgz) = 740894fa8d7c68647f8a626f7cd5827c0d2bd7694ef97f49f6c81d3c24cbd7a6827bbf7313296d0979c47c50ce912015ff0c1660dd9e90491c4e07687c01b526
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue