diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-25 09:22:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-25 09:22:52 +0100 |
commit | e0e2d6a0487dcfcfa0533300b779ef08e136bf21 (patch) | |
tree | 2b0632bb71c11e23f007a10ac6198e72f01ef5b7 | |
parent | c59019510190eeb75d97848ab78d5ef701b1bc59 (diff) |
update to 2.14.4
-rw-r--r-- | php-laminas-validator.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index bff9568..1c2d2f7 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 270c210c5c2b589a4ce83ad422ad8a6698451344 +%global gh_commit e370c4695db1c81e6dfad38d8c4dbdb37b23d776 %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.14.2 +Version: 2.14.4 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -278,6 +278,9 @@ exit $ret %changelog +* Mon Jan 25 2021 Remi Collet <remi@remirepo.net> - 2.14.4-1 +- update to 2.14.4 + * Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 2.14.2-1 - update to 2.14.2 |