From dc7a9da8e51b439a5365b8db1cd320548a4ff39a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2020 09:34:11 +0200 Subject: update to 2.14.6 --- php-laminas-form.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-form.spec b/php-laminas-form.spec index 97534cd..4424922 100644 --- a/php-laminas-form.spec +++ b/php-laminas-form.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 3e22e09751cf6ae031be87a44e092e7925ce5b7b +%global gh_commit c19b62ed8394bcf2038ab3f51a49b7d0ef4e1700 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-form @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.14.5 +Version: 2.14.6 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -158,7 +158,7 @@ Obsoletes: php-ZendFramework2-%{library} < 2.5 Provides: php-ZendFramework2-%{library} = %{version} # Compatibily ensure by the bridge Obsoletes: php-zendframework-%{zf_name} < 2.14.4 -Provides: php-zendframework-%{zf_name} = %{version}-99 +Provides: php-zendframework-%{zf_name} = %{version} Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Provides: php-composer(zendframework/%{zf_name}) = %{version} Provides: php-autoloader(%{gh_owner}/%{gh_project}) = %{version} @@ -277,6 +277,9 @@ exit $ret %changelog +* Tue Jun 23 2020 Remi Collet - 2.14.6-1 +- update to 2.14.6 + * Mon Mar 30 2020 Remi Collet - 2.14.5-1 - update to 2.14.5 (no change) -- cgit