summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-16 09:01:33 +0100
committerRemi Collet <remi@remirepo.net>2019-12-16 09:01:33 +0100
commit92b0e4dd08edc6938dd769259910069ca7be8c9b (patch)
treeadb9187579cfffa9ea3add6ec55edb77d837a561
parent62d8ed44880758a49e9a11b77fdd60eb886bebc6 (diff)
v1.9.4
-rw-r--r--php-myclabs-deep-copy.spec7
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)