From 6648d7b453f8b82a99964e3c2f29f55b45effaa2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Jun 2018 08:39:30 +0200 Subject: v1.15.12 (no change) --- composer.json | 2 +- php-tecnickcom-tc-lib-barcode.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 709094f..ade1532 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "ext-date": "*", "ext-gd": "*", "ext-pcre": "*", - "tecnickcom/tc-lib-color": "^1.12.11" + "tecnickcom/tc-lib-color": "^1.12.12" }, "require-dev": { "apigen/apigen": "^2.8.1 || ^4.1.2", diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index b91f86c..efc5103 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit e471bf39c533b5332ab31ecd53ec514be61ffa58 +%global gh_commit db37f9b1f0cbd44327306d437886ef7ab89024dc %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.11 +Version: 1.15.12 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; do +for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -142,6 +142,9 @@ exit $ret %changelog +* Mon Jun 25 2018 Remi Collet - 1.15.12-1 +- update to 1.15.12 + * Tue May 15 2018 Remi Collet - 1.15.11-1 - update to 1.15.11 (no change) -- cgit