From 0e4ae51be659f4b69f6de7c9df2f77ae9edf179a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jun 2019 14:56:19 +0200 Subject: v1.15.14 --- php-tecnickcom-tc-lib-barcode.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index efc5103..e1fbe69 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-barcode # -# Copyright (c) 2015-2018 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 gh_commit db37f9b1f0cbd44327306d437886ef7ab89024dc +%global gh_commit c0ced182632fa2b9036ccce79d1e362c90b0d5a4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.15.12 +Version: 1.15.14 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -121,7 +121,7 @@ require __DIR__ . '/../test/TestStrings.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do +for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -142,8 +142,11 @@ exit $ret %changelog +* Mon Jun 3 2019 Remi Collet - 1.15.14-1 +- update to 1.15.14 + * Mon Jun 25 2018 Remi Collet - 1.15.12-1 -- update to 1.15.12 +- update to 1.15.12 (no change) * Tue May 15 2018 Remi Collet - 1.15.11-1 - update to 1.15.11 (no change) -- cgit