summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-27 11:17:08 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-27 11:17:08 +0100
commit03d09476b66675b9477227bc9bfce2627cbcbc4c (patch)
tree1925f0269bb809c202135cf6bda30a221f634074
parentfbb900cc128c98bb0eb6f38655f8f1d6563237c2 (diff)
php-myclabs-deep-copy: 1.6.0
-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 9aa4afb..27d3428 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 399c1f9781e222f6eb6cc238796f5200d1b7f108
+%global gh_commit 5a5a9fc8025a08d8919be87d6884d5a92520cefe
%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.5
+Version: 1.6.0
Release: 1%{?dist}
Summary: Create deep copies (clones) of your objects
@@ -126,6 +126,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Jan 27 2017 Remi Collet <remi@fedoraproject.org> - 1.6.0-1
+- update to 1.6.0
+
* Tue Nov 1 2016 Remi Collet <remi@fedoraproject.org> - 1.5.5-1
- update to 1.5.5
- switch to fedora/autoloader