summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-01 14:24:32 +0200
committerRemi Collet <remi@php.net>2022-07-01 14:24:32 +0200
commitabb1a5d47cf228a8707a25fd706cd334f5a2ce16 (patch)
tree2d3969677a10f4dcbf1f3b918380fb5d60b25f89
parent3c46e022804fe41977c4bdeabe240fc4eecc47a3 (diff)
update to 2.20.1 (no change)
-rw-r--r--php-laminas-validator.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec
index 282d470..a05571c 100644
--- a/php-laminas-validator.spec
+++ b/php-laminas-validator.spec
@@ -8,7 +8,7 @@
#
# When buid without db, filter, http, session, uri
%global bootstrap 0
-%global gh_commit ba665f5a52763dda5a747c4ad826d2adf1510486
+%global gh_commit 90304417929a51e42999b115907a39f4b658c131
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-validator
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
-Version: 2.20.0
+Version: 2.20.1
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -266,6 +266,9 @@ exit $ret
%changelog
+* Fri Jul 1 2022 Remi Collet <remi@remirepo.net> - 2.20.1-1
+- update to 2.20.1 (no change)
+
* Thu Jun 16 2022 Remi Collet <remi@remirepo.net> - 2.20.0-1
- update to 2.20.0
- raise dependency on PHP 7.4