From 678d53f88ace4427d98475e51784597f981376f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Sep 2016 09:26:38 +0200 Subject: php-myclabs-deep-copy: 1.5.4 --- php-myclabs-deep-copy.spec | 7 +++++-- 1 file 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 - 1.5.4-1 +- update to 1.5.4 + * Tue Sep 13 2016 Remi Collet - 1.5.3-1 - update to 1.5.3 -- cgit