summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-inputfilter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-inputfilter.spec')
-rw-r--r--php-zendframework-zend-inputfilter.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-inputfilter.spec b/php-zendframework-zend-inputfilter.spec
index 9b93cc6..59231f3 100644
--- a/php-zendframework-zend-inputfilter.spec
+++ b/php-zendframework-zend-inputfilter.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 699ab4916e0aa73104e1f9ff068ef6d33c5f5fe4
+%global gh_commit 02bbc6b5fc54991e43e7471e54e2173077708d7b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-inputfilter
@@ -20,8 +20,8 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.7.4
-Release: 3%{?dist}
+Version: 2.7.5
+Release: 1%{?dist}
Summary: Zend Framework %{library} component
Group: Development/Libraries
@@ -145,6 +145,9 @@ exit $ret
%changelog
+* Wed Nov 8 2017 Remi Collet <remi@remirepo.net> - 2.7.5-1
+- Update to 2.7.5
+
* Tue Oct 24 2017 Remi Collet <remi@remirepo.net> - 2.7.4-1
- fix FTBFS from Koschei, add patch for PHP 7.2 from
https://github.com/zendframework/zend-inputfilter/pull/150