summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-09 08:39:54 +0200
committerRemi Collet <remi@remirepo.net>2021-09-09 08:39:54 +0200
commit65c04e165a82c4a6ed3fc38df7d2b46f83d264e7 (patch)
tree1996ad69fa6719b98f9933c2fa6fc3da707894a8
parent2ba24eeaf253f14ac91d3bf11cee998ab18f146c (diff)
update to 2.14.6
-rw-r--r--php-laminas-validator.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec
index de2e49f..c751cbf 100644
--- a/php-laminas-validator.spec
+++ b/php-laminas-validator.spec
@@ -8,7 +8,7 @@
#
# When buid without config, db, filter, http, session, uri
%global bootstrap 0
-%global gh_commit 4680bc4241cb5b3ff78954c421fe43105ca413b7
+%global gh_commit be4c91184882e893d33aea9a64f1a44e6172b11d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-validator
@@ -19,8 +19,8 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
-Version: 2.14.5
-Release: 3%{?dist}
+Version: 2.14.6
+Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
License: BSD
@@ -28,9 +28,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
-# https://github.com/laminas/laminas-validator/pull/106
-Patch0: 106.patch
-
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -179,7 +176,6 @@ Documentation: https://docs.laminas.dev/%{gh_project}/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
mv LICENSE.md LICENSE
@@ -282,6 +278,9 @@ exit $ret
%changelog
+* Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 2.14.6-1
+- update to 2.14.6
+
* Fri Jul 30 2021 Remi Collet <remi@remirepo.net> - 2.14.5-3
- fix regression in Validator/Barcode/Royalmail using patch from
https://github.com/laminas/laminas-validator/pull/106