From 8720fb036a31ef38950310ee539074f0a0d3674b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jun 2018 14:33:50 +0200 Subject: v1.6.8 --- php-tecnickcom-tc-lib-file.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec index 7de1d7c..6ad2742 100644 --- a/php-tecnickcom-tc-lib-file.spec +++ b/php-tecnickcom-tc-lib-file.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 5960cb38212f874b2176342a31aa16d2240a4163 +%global gh_commit e73a04b9214147da47fd02b18fd641bcb63324f2 %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.6.7 +Version: 1.6.8 Release: 1%{?dist} Summary: PHP library to read byte-level data from files -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 @@ -89,7 +88,7 @@ EOF sed -i 's:src:File:g' -i test/DirTest.php ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -112,6 +111,9 @@ exit $ret %changelog +* Tue Jun 12 2018 Remi Collet - 1.6.8-1 +- update to 1.6.8 + * Mon May 14 2018 Remi Collet - 1.6.7-1 - update to 1.6.7 (no change) - switch to phpunit7 -- cgit