From 112d090539ec0f4f3f2f7e089fcc7e63dcd86476 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Aug 2018 09:38:34 +0200 Subject: v3.2.1 --- php-zendframework-zend-stdlib.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-zendframework-zend-stdlib.spec') diff --git a/php-zendframework-zend-stdlib.spec b/php-zendframework-zend-stdlib.spec index 2c57677..c9e36c2 100644 --- a/php-zendframework-zend-stdlib.spec +++ b/php-zendframework-zend-stdlib.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit cd164b4a18b5d1aeb69be2c26db035b5ed6925ae +%global gh_commit 66536006722aff9e62d1b331025089b7ec71c065 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-stdlib @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 3.2.0 -Release: 2%{?dist} +Version: 3.2.1 +Release: 1%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -30,8 +30,6 @@ URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -Patch0: https://patch-diff.githubusercontent.com/raw/zendframework/zend-stdlib/pull/93.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -93,7 +91,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 mv LICENSE.md LICENSE @@ -139,6 +136,9 @@ exit $ret %changelog +* Wed Aug 29 2018 Remi Collet - 3.2.1-1 +- update to 3.2.1 + * Mon Aug 27 2018 Remi Collet - 3.2.0-2 - add patch for PHP 7.3 from https://github.com/zendframework/zend-stdlib/pull/93 -- cgit