summaryrefslogtreecommitdiffstats
path: root/php-laminas-inputfilter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-inputfilter.spec')
-rw-r--r--php-laminas-inputfilter.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec
index 5e6399f..a83d200 100644
--- a/php-laminas-inputfilter.spec
+++ b/php-laminas-inputfilter.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 8c663d35926f8276b4bf1a2c571310eb285f80cb
+%global gh_commit 9b0c514b5807c964cd1121bb1f31bb894a923219
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-inputfilter
@@ -22,8 +22,8 @@
%endif
Name: php-%{gh_project}
-Version: 2.18.0
-Release: 2%{?dist}
+Version: 2.18.1
+Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
License: BSD
@@ -31,8 +31,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
-Patch0: %{name}-upstream.patch
-
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -125,7 +123,6 @@ Documentation: https://docs.laminas.dev/%{gh_project}/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
mv LICENSE.md LICENSE
@@ -209,6 +206,9 @@ exit $ret
%{php_home}/%{namespace}/%{library}
%changelog
+* Wed Jul 20 2022 Remi Collet <remi@remirepo.net> - 2.18.1-1
+- update to 2.18.1
+
* Wed Jul 20 2022 Remi Collet <remi@remirepo.net> - 2.18.0-2
- fix FTBFS, using upstream patch for test suite