From 5b8c16eb718830c5a7f076109ad05e68fcc50962 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Sep 2016 11:08:27 +0200 Subject: php-myclabs-deep-copy: 1.5.3 --- 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 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 - 1.5.3-1 +- update to 1.5.3 + * Wed Sep 7 2016 Remi Collet - 1.5.2-1 - update to 1.5.2 -- cgit