summaryrefslogtreecommitdiffstats
path: root/php-laminas-tag.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-tag.spec')
-rw-r--r--php-laminas-tag.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php-laminas-tag.spec b/php-laminas-tag.spec
index 8a1ddf8..d5888bc 100644
--- a/php-laminas-tag.spec
+++ b/php-laminas-tag.spec
@@ -23,7 +23,7 @@
Name: php-%{gh_project}
Version: 2.8.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: %{namespace} Framework %{library} component
License: BSD
@@ -31,6 +31,9 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
+# https://github.com/laminas/laminas-tag/pull/6
+Patch0: %{name}-escaper.patch
+
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -110,6 +113,7 @@ Documentation: https://docs.laminas.dev/%{gh_project}/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+%patch0 -p1
mv LICENSE.md LICENSE
@@ -157,7 +161,7 @@ EOF
: upstream test suite
ret=0
-for cmdarg in "php %{phpunit}" php73 php74 php80; do
+for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -187,6 +191,10 @@ exit $ret
%changelog
+* Tue Aug 3 2021 Remi Collet <remi@remirepo.net> - 2.8.0-2
+- add fix for laminas-escaper 2.8.0
+ https://github.com/laminas/laminas-tag/pull/6
+
* Thu Feb 25 2021 Remi Collet <remi@remirepo.net> - 2.8.0-1
- update to 2.8.0 (no change)
- raise dependency on PHP 7.3