diff options
-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 a0e8cc3..8aa0c43 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 007c053ae6f31bba39dfa19a7726f56e9763bbea +%global gh_commit 579bb7356d91f9456ccd505f24ca8b667966a0a7 %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.3 +Version: 1.9.4 Release: 1%{?dist} Summary: Create deep copies (clones) of your objects @@ -128,6 +128,9 @@ exit $ret %changelog +* Mon Dec 16 2019 Remi Collet <remi@remirepo.net> - 1.9.4-1 +- update to 1.9.4 + * Mon Aug 12 2019 Remi Collet <remi@remirepo.net> - 1.9.3-1 - update to 1.9.3 (no change) |