summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-06 13:41:45 +0200
committerRemi Collet <remi@remirepo.net>2019-09-06 13:41:45 +0200
commitae470f40114369a95ea39d0b1d600282ad141d55 (patch)
treeeeb77c43fdb5fb8fe39a043b37836da946ee5498
parent9ae246b392dedafd48cc3df5fd3463ff881f1d35 (diff)
update to 2.6.1 (no change)HEADmaster
-rw-r--r--php-zendframework-zend-escaper.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-zendframework-zend-escaper.spec b/php-zendframework-zend-escaper.spec
index ed1a732..4cc80ac 100644
--- a/php-zendframework-zend-escaper.spec
+++ b/php-zendframework-zend-escaper.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zend-escaper
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 31d8aafae982f9568287cb4dce987e6aff8fd074
+%global gh_commit 3801caa21b0ca6aca57fa1c42b08d35c395ebd5f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-escaper
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.6.0
+Version: 2.6.1
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -108,7 +108,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do
+for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73 php74; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1
@@ -121,6 +121,7 @@ exit $ret
%files
+# remirepo:1
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *.md
@@ -130,6 +131,9 @@ exit $ret
%changelog
+* Fri Sep 6 2019 Remi Collet <remi@remirepo.net> - 2.6.1-1
+- update to 2.6.1 (no change)
+
* Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.6.0-1
- update to 2.6.0
- raise dependency on PHP 5.6