From 45134daeee643e1198b2139bc2a134d4379f057a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Apr 2020 08:22:52 +0200 Subject: update to 2.10.1 --- php-laminas-mail.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'php-laminas-mail.spec') diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index 80fe19f..0b22099 100644 --- a/php-laminas-mail.spec +++ b/php-laminas-mail.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 019fb670c1dff6be7fc91d3b88942bd0a5f68792 +%global gh_commit cfe0711446c8d9c392e9fc664c9ccc180fa89005 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mail @@ -22,8 +22,8 @@ %endif Name: php-%{gh_project} -Version: 2.10.0 -Release: 2%{?dist} +Version: 2.10.1 +Release: 1%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -31,8 +31,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -Patch0: https://patch-diff.githubusercontent.com/raw/zendframework/zend-mail/pull/244.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -124,8 +122,8 @@ 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.0-99 -Provides: php-zendframework-%{zf_name} = %{version}-99 +Obsoletes: php-zendframework-%{zf_name} < 2.10.1 +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} @@ -144,7 +142,6 @@ Documentation: https://docs.laminas.dev/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 mv LICENSE.md LICENSE @@ -230,6 +227,9 @@ exit $ret %changelog +* Wed Apr 22 2020 Remi Collet - 2.10.1-1 +- update to 2.10.1 + * Fri Jan 17 2020 Remi Collet - 2.10.0-2 - cleanup -- cgit