From dc5865a167d2c3b9e8031f7e257a263d5701ad05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Sep 2019 14:31:18 +0200 Subject: v2.9.1 --- php-zendframework-zend-i18n.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'php-zendframework-zend-i18n.spec') diff --git a/php-zendframework-zend-i18n.spec b/php-zendframework-zend-i18n.spec index 1ae31fb..560299a 100644 --- a/php-zendframework-zend-i18n.spec +++ b/php-zendframework-zend-i18n.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-i18n # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 6d69af5a04e1a4de7250043cb1322f077a0cdb7f +%global gh_commit 9233ee8553564a6e45e8311a7173734ba4e5db9b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-i18n @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.0 -Release: 3%{?dist} +Version: 2.9.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-i18n/pull/114.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -43,7 +41,7 @@ BuildRequires: php-pcre BuildRequires: php-spl BuildRequires: php-composer(%{gh_owner}/zend-stdlib) >= 2.7 # From composer, "require-dev": { -# "phpunit/PHPUnit": "^5.7.27 || ^6.5.8 || ^7.1.2", +# "phpunit/PHPUnit": "^5.7.27 || ^6.5.14 || ^7.5.16", # "zendframework/zend-cache": "^2.6.1", # "zendframework/zend-coding-standard": "~1.0.0", # "zendframework/zend-config": "^2.6", @@ -100,7 +98,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 mv LICENSE.md LICENSE @@ -160,6 +157,9 @@ exit $ret %changelog +* Thu Sep 26 2019 Remi Collet - 2.9.1-1 +- update to 2.9.1 + * Fri Sep 13 2019 Remi Collet - 2.9.0-3 - add patch for 7.4 from https://github.com/zendframework/zend-i18n/pull/114 -- cgit