diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-13 11:08:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-13 11:08:27 +0200 |
commit | 5b8c16eb718830c5a7f076109ad05e68fcc50962 (patch) | |
tree | 1e037bfbfbd752bf26136fab9d8768a719034ce2 | |
parent | a22199c080c699030074fa9cd7ba47f3e55c82fe (diff) |
php-myclabs-deep-copy: 1.5.3
-rw-r--r-- | php-myclabs-deep-copy.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-myclabs-deep-copy.spec b/php-myclabs-deep-copy.spec index 683c0bc..62c57e2 100644 --- a/php-myclabs-deep-copy.spec +++ b/php-myclabs-deep-copy.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit da8529775f14f4fdae33f916eb0cf65f6afbddbc +%global gh_commit 94e5ca3e90aa5b34663780393e10914f7438f991 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project DeepCopy @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-myclabs-deep-copy -Version: 1.5.2 +Version: 1.5.3 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects @@ -122,6 +122,9 @@ rm -rf %{buildroot} %changelog +* Tue Sep 13 2016 Remi Collet <remi@fedoraproject.org> - 1.5.3-1 +- update to 1.5.3 + * Wed Sep 7 2016 Remi Collet <remi@fedoraproject.org> - 1.5.2-1 - update to 1.5.2 |