From 125214c6b10a0f21af18324a24b0e1e46026f99f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Mar 2020 09:57:33 +0200 Subject: update to 2.10.3 (no change) --- php-laminas-ldap.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-ldap.spec') diff --git a/php-laminas-ldap.spec b/php-laminas-ldap.spec index 95400cc..30ee317 100644 --- a/php-laminas-ldap.spec +++ b/php-laminas-ldap.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7410927ff02ddc8e5d0e1c0e93079599d7788d8d +%global gh_commit 649fae8982149b93071c4a7d56f2c4efeed51aa8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-ldap @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.10.2 +Version: 2.10.3 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -100,7 +100,7 @@ Requires: php-spl Obsoletes: php-ZendFramework2-%{library} < 2.5 Provides: php-ZendFramework2-%{library} = %{version} # Compatibily ensure by the bridge -Obsoletes: php-zendframework-%{zf_name} < 2.10.1-99 +Obsoletes: php-zendframework-%{zf_name} < 2.10.2 Provides: php-zendframework-%{zf_name} = %{version}-99 Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Provides: php-composer(zendframework/%{zf_name}) = %{version} @@ -197,6 +197,9 @@ exit $ret %changelog +* Mon Mar 30 2020 Remi Collet - 2.10.3-1 +- update to 2.10.3 (no change) + * Mon Mar 16 2020 Remi Collet - 2.10.2-1 - update to 2.10.2 -- cgit