summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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