From 3c356c495508b6e6ab0411fc1a051f4d3f8a71cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Dec 2017 08:23:19 +0100 Subject: v2.6.1 --- php-zendframework-zend-barcode.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'php-zendframework-zend-barcode.spec') diff --git a/php-zendframework-zend-barcode.spec b/php-zendframework-zend-barcode.spec index e8fbe76..63cce4b 100644 --- a/php-zendframework-zend-barcode.spec +++ b/php-zendframework-zend-barcode.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 9201afb8a1356f149ddb955a3c9e017f47c0dd6c +%global gh_commit 2d77a6b1bc58603c68fe969eff01a12657f263a3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-barcode @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.0 -Release: 4%{?dist} +Version: 2.6.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://github.com/zendframework/zend-barcode/pull/36.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -47,8 +45,8 @@ BuildRequires: php-composer(%{gh_owner}/zend-servicemanager) >= 2.5 # From composer, "require-dev": { # "zendframework/zend-config": "^2.6", # "zendframework/zendpdf": "*", -# "fabpot/php-cs-fixer": "1.7.*", -# "phpunit/PHPUnit": "~4.0" +# "phpunit/PHPUnit": "~4.0", +# "zendframework/zend-coding-standard": "~1.0.0" BuildRequires: php-composer(%{gh_owner}/zend-config) >= 2.6 BuildRequires: php-composer(phpunit/phpunit) >= 4.0 # Ommit zendpdf because of build order @@ -98,7 +96,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 mv LICENSE.md LICENSE @@ -148,6 +145,9 @@ exit $ret %changelog +* Tue Dec 12 2017 Remi Collet - 2.6.1-1 +- Update to 2.6.1 + * Fri Oct 20 2017 Remi Collet - 2.6.0-4 - fix FTBFS from Koschei, add patch for PHP 7.2 from https://github.com/zendframework/zend-barcode/pull/36 -- cgit