summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-19 06:39:46 +0200
committerRemi Collet <remi@remirepo.net>2018-06-19 06:39:46 +0200
commit63985564f7e7856b817e29af44cb812b25dec152 (patch)
treedbb0e6c807d0b2bc219977660608b8b5ab597a1c
parent21159a32ab12364c54c4113aec3b1778175709f9 (diff)
v3.0.1
-rw-r--r--php-sebastian-comparator3.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-comparator3.spec b/php-sebastian-comparator3.spec
index cd26086..0ca2bb1 100644
--- a/php-sebastian-comparator3.spec
+++ b/php-sebastian-comparator3.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit ed5fd2281113729f1ebcc64d101ad66028aeb3d5
+%global gh_commit 591a30922f54656695e59b1f39501aec513403da
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project comparator
@@ -24,7 +24,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.0
+Version: 3.0.1
Release: 1%{?dist}
Summary: Compare PHP values for equality
@@ -132,6 +132,9 @@ exit $ret
%changelog
+* Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 3.0.1-1
+- update to 3.0.1
+
* Wed Apr 18 2018 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0
- rename to php-sebastian-comparator3