From 4969596deeed0ce626087168a92f0f9c67b91456 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Mar 2020 10:26:16 +0200 Subject: update to 2.13.3 (no change) not bootstrap build --- composer.json | 2 +- 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 - 2.13.3-1 +- update to 2.13.3 (no change) +- not bootstrap build + * Mon Mar 16 2020 Remi Collet - 2.13.2-1 - update to 2.13.2 -- cgit