From f75c88928e3b2a86e3fa8c638e5a83276d6ae787 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Sep 2019 08:10:32 +0200 Subject: v2.7.1 --- composer.json | 7 +++---- php-zendframework-zend-barcode.spec | 12 +++++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 8fd1b34..29409c1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "zendframework/zend-barcode", - "description": "provides a generic way to generate barcodes", + "description": "Programmatically create and render barcodes as images or in PDFs", "license": "BSD-3-Clause", "keywords": [ "zf", @@ -12,7 +12,7 @@ "issues": "https://github.com/zendframework/zend-barcode/issues", "source": "https://github.com/zendframework/zend-barcode", "rss": "https://github.com/zendframework/zend-barcode/releases.atom", - "slack": "https://zendframework-slack.herokuapp.com", + "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, "require": { @@ -57,7 +57,6 @@ "cs-check": "phpcs", "cs-fix": "phpcbf", "test": "phpunit --colors=always", - "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", - "upload-coverage": "coveralls -v" + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" } } diff --git a/php-zendframework-zend-barcode.spec b/php-zendframework-zend-barcode.spec index 80a9d43..da88e20 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-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 50f24f604ef2172a0127efe91e786bc2caf2e8cf +%global gh_commit 44e1c17aceee2ce8c8fa17f316b497cbff037f9b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-barcode @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Zend Framework %{library} component -Group: Development/Libraries License: BSD URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -144,7 +143,7 @@ EOF export TESTS_ZEND_BARCODE_PDF_SUPPORT=1 ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do +for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -165,6 +164,9 @@ exit $ret %changelog +* Mon Sep 23 2019 Remi Collet - 2.7.1-1 +- update to 2.7.1 + * Tue Dec 12 2017 Remi Collet - 2.7.0-1 - Update to 2.7.0 - raise dependency on PHP 5.6 -- cgit