diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-22 15:31:43 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-22 15:31:43 +0100 |
commit | c59019510190eeb75d97848ab78d5ef701b1bc59 (patch) | |
tree | cfeb859d1dadec5414932e1fc05fa719fa786744 | |
parent | 563c5e81d76b3502e7526d0d243c38bda6b676c8 (diff) |
update to 2.14.2
-rw-r--r-- | composer.json | 1 | ||||
-rw-r--r-- | php-laminas-validator.spec | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 408cf44..03d8b31 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "laminas/laminas-validator", "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria", "license": "BSD-3-Clause", - "version": "2.14.0", "keywords": [ "laminas", "validator" diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index c73a01d..bff9568 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 8da5e20ed7b2b8101c1de68ca8dc0180210ed23e +%global gh_commit 270c210c5c2b589a4ce83ad422ad8a6698451344 %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.0 +Version: 2.14.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -278,6 +278,9 @@ exit $ret %changelog +* Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 2.14.2-1 +- update to 2.14.2 + * Fri Jan 8 2021 Remi Collet <remi@remirepo.net> - 2.14.0-1 - update to 2.14.0 - raise dependency on PHP 7.3 |