From 1873082bc65f611585f594719add268951b1d9fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Nov 2015 17:55:19 +0100 Subject: php-myclabs-deep-copy: 1.5.0 --- 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 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 - 1.5.0-1 +- update to 1.5.0 + * Mon Oct 5 2015 Remi Collet - 1.4.0-1 - update to 1.4.0 -- cgit