From 21da5b1548f0092a8a23518db47f9eb83ff2d60d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Apr 2018 06:37:35 +0200 Subject: v1.15.8 --- php-tecnickcom-tc-lib-barcode.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 21b6f85..1b39260 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 96ad2aae7ff7f755e1a35d421377058e8e75afc1 +%global gh_commit 72452e2ed945a5856e6ed583b0bcad11148f9389 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,11 +15,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.15.7 +Version: 1.15.8 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes -Group: Development/Libraries License: LGPLv3+ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz @@ -27,7 +26,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildArch: noarch %if %{with_tests} # For tests -%if 0%{?fedora} >= 26 +%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 %global phpunit %{_bindir}/phpunit6 %else %global phpunit %{_bindir}/phpunit @@ -134,6 +133,9 @@ exit $ret %changelog +* Sat Apr 21 2018 Remi Collet - 1.15.8-1 +- update to 1.15.8 + * Tue Jan 2 2018 Remi Collet - 1.15.7-1 - Update to 1.15.7 -- cgit