From c07b42c6ee9fa5b4e529afe426ada420798c21b6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Mar 2020 14:48:24 +0100 Subject: v2.10.2 --- php-laminas-i18n.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-laminas-i18n.spec b/php-laminas-i18n.spec index 9932e5e..b6664e9 100644 --- a/php-laminas-i18n.spec +++ b/php-laminas-i18n.spec @@ -7,8 +7,8 @@ # Please, preserve the changelog entries # # When buid without config, filter, validator an view -%global bootstrap 1 -%global gh_commit 815be447f1c77f70a86bf24d00087fcb975b39ff +%global bootstrap 0 +%global gh_commit 9699c98d97d2f519def3da8d4128dfe6e6ad11bf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-i18n @@ -19,8 +19,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.10.1 -Release: 2%{?dist} +Version: 2.10.2 +Release: 1%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -60,7 +60,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-filter) >= 2.5 BuildRequires: (php-autoloader(%{gh_owner}/laminas-validator) >= 2.6 with php-autoloader(%{gh_owner}/laminas-validator) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-view) >= 2.6.3 with php-autoloader(%{gh_owner}/laminas-view) < 3) %endif -# remirepo:20 +# remirepo:13 %else BuildRequires: php-laminas-stdlib BuildRequires: php-laminas-zendframework-bridge @@ -243,6 +243,9 @@ exit $ret %changelog +* Fri Mar 20 2020 Remi Collet - 2.10.2-1 +- update to 2.10.2 + * Fri Jan 17 2020 Remi Collet - 2.10.1-2 - cleanup -- cgit