diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-19 09:26:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-19 09:26:38 +0200 |
commit | 678d53f88ace4427d98475e51784597f981376f2 (patch) | |
tree | ba62e2fcc8fc3bfb5516611897d9992d238181b4 | |
parent | 5b8c16eb718830c5a7f076109ad05e68fcc50962 (diff) |
php-myclabs-deep-copy: 1.5.4
-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 62c57e2..b60a4ac 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 94e5ca3e90aa5b34663780393e10914f7438f991 +%global gh_commit ea74994a3dc7f8d2f65a06009348f2d63c81e61f %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.3 +Version: 1.5.4 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects @@ -122,6 +122,9 @@ rm -rf %{buildroot} %changelog +* Mon Sep 19 2016 Remi Collet <remi@fedoraproject.org> - 1.5.4-1 +- update to 1.5.4 + * Tue Sep 13 2016 Remi Collet <remi@fedoraproject.org> - 1.5.3-1 - update to 1.5.3 |