From 8f7dc222f2a272ecd16e1238996364155b7601f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2020 14:40:23 +0100 Subject: - update to 2.8.0 - add patch for PHP 7.4 from https://github.com/laminas/laminas-barcode/pull/2 --- php-zendframework-zend-barcode.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-barcode.spec') diff --git a/php-zendframework-zend-barcode.spec b/php-zendframework-zend-barcode.spec index da88e20..afdf574 100644 --- a/php-zendframework-zend-barcode.spec +++ b/php-zendframework-zend-barcode.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-barcode # -# Copyright (c) 2015-2019 Remi Collet +# Copyright (c) 2015-2020 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 44e1c17aceee2ce8c8fa17f316b497cbff037f9b +%global gh_commit 6db95687997920b8217e71d2f12b51ec10e824d9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-barcode @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.1 +Version: 2.8.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -29,6 +29,8 @@ 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/laminas/laminas-barcode/pull/2.patch + BuildArch: noarch # Tests %if %{with_tests} @@ -109,6 +111,8 @@ Documentation: https://zendframework.github.io/%{gh_project}/ mv LICENSE.md LICENSE +%patch0 -p1 -b .pr2 + %build phpab --template fedora --output src/autoload.php src @@ -164,6 +168,11 @@ exit $ret %changelog +* Thu Jan 2 2020 Remi Collet - 2.8.0-1 +- update to 2.8.0 +- add patch for PHP 7.4 from + https://github.com/laminas/laminas-barcode/pull/2 + * Mon Sep 23 2019 Remi Collet - 2.7.1-1 - update to 2.7.1 -- cgit