diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-30 10:26:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-30 10:26:16 +0200 |
commit | 4969596deeed0ce626087168a92f0f9c67b91456 (patch) | |
tree | ea88c5449a5f917933c989a18872c08dd2a6f0a7 | |
parent | 14f0a5db37839e08b706ad09266b0ae1f2b15c32 (diff) |
update to 2.13.3 (no change)
not bootstrap build
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-laminas-validator.spec | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json index e8424e2..065ad80 100644 --- a/composer.json +++ b/composer.json @@ -83,6 +83,6 @@ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, "replace": { - "zendframework/zend-validator": "self.version" + "zendframework/zend-validator": "^2.13.0" } } diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index 135ae3d..1783485 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -7,8 +7,8 @@ # Please, preserve the changelog entries # # When buid without config, db, filter, http, session, uri -%global bootstrap 1 -%global gh_commit e7bf6a2eedc0508ebde0ebc66662efeb0abbcb2c +%global bootstrap 0 +%global gh_commit a4e57af743eb751a8e6fa75460e439841c97833e %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.13.2 +Version: 2.13.3 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -272,6 +272,10 @@ exit $ret %changelog +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.13.3-1 +- update to 2.13.3 (no change) +- not bootstrap build + * Mon Mar 16 2020 Remi Collet <remi@remirepo.net> - 2.13.2-1 - update to 2.13.2 |