diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-08 17:55:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-08 17:55:19 +0100 |
commit | 1873082bc65f611585f594719add268951b1d9fa (patch) | |
tree | 7d3cc383172d52f262378af22b6db89867747f52 | |
parent | ad6c9ed41cebcf446c43eb58a92a12b98ce9dc5e (diff) |
php-myclabs-deep-copy: 1.5.0
-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 eeda4f1..fa89e47 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 d8093b631a31628342d0703764935f8bac2c56b1 +%global gh_commit e3abefcd7f106677fd352cd7c187d6c969aa9ddc %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.4.0 +Version: 1.5.0 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects @@ -105,6 +105,9 @@ rm -rf %{buildroot} %changelog +* Sun Nov 8 2015 Remi Collet <remi@fedoraproject.org> - 1.5.0-1 +- update to 1.5.0 + * Mon Oct 5 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 - update to 1.4.0 |