summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-filter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-filter.spec')
-rw-r--r--php-zendframework-zend-filter.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-filter.spec b/php-zendframework-zend-filter.spec
index f2e3950..51257ac 100644
--- a/php-zendframework-zend-filter.spec
+++ b/php-zendframework-zend-filter.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 1c3e6d02f9cd5f6c929c9859498f5efbe216e86f
+%global gh_commit d78f2cdde1c31975e18b2a0753381ed7b61118ef
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-filter
@@ -21,7 +21,7 @@
%global php_version %(php -r 'echo PHP_VERSION;')
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.9.1
+Version: 2.9.2
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -175,7 +175,7 @@ EOF
rm test/Compress/SnappyTest.php
ret=0
-for cmd in "php %{phpunit}" php70 php71 php72 php73; do
+for cmd in "php %{phpunit}" php71 php72 php73 php74; do
if which $cmd; then
set $cmd
$1 ${2:-%{_bindir}/phpunit6} || ret=1
@@ -196,6 +196,9 @@ exit $ret
%changelog
+* Tue Aug 20 2019 Remi Collet <remi@remirepo.net> - 2.9.2-1
+- update to 2.9.2
+
* Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 2.9.1-1
- update to 2.9.1