diff options
| -rw-r--r-- | php-laminas-validator.spec | 13 | 
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 | 
