From 920dd934bc6264320173c12ae9d1e88829584433 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jan 2020 09:50:12 +0100 Subject: v1.9.5 --- 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 8aa0c43..98c892c 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 579bb7356d91f9456ccd505f24ca8b667966a0a7 +%global gh_commit b2c28789e80a97badd14145fda39b545d83ca3ef %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project DeepCopy @@ -21,7 +21,7 @@ %global with_tests 0 %endif Name: php-myclabs-deep-copy%{major} -Version: 1.9.4 +Version: 1.9.5 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects @@ -128,6 +128,9 @@ exit $ret %changelog +* Mon Jan 20 2020 Remi Collet - 1.9.5-1 +- update to 1.9.5 + * Mon Dec 16 2019 Remi Collet - 1.9.4-1 - update to 1.9.4 -- cgit