From 7c550cff196100396e0e043f40b29bafa5d010e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 Feb 2020 07:42:56 +0100 Subject: update to 1.0.7 --- php-scssphp-scssphp.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-scssphp-scssphp.spec') diff --git a/php-scssphp-scssphp.spec b/php-scssphp-scssphp.spec index 78ab270..0dd16ad 100644 --- a/php-scssphp-scssphp.spec +++ b/php-scssphp-scssphp.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-scssphp-scssphp # -# Copyright (c) 2019 Remi Collet +# Copyright (c) 2019-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -12,7 +12,7 @@ %global with_tests 0%{!?_without_tests:1} # Github -%global gh_commit 5b3c9d704950d8f9637f5110c36c281ec47dc13c +%global gh_commit e2dadd21ef6188f038aaf72cd2d55d0e1b522741 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner scssphp %global gh_project scssphp @@ -25,7 +25,7 @@ %global major %nil Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Compiler for SCSS @@ -133,7 +133,7 @@ EOF rm tests/FrameworkTest.php ret=0 -for cmdarg in "php %{phpunit}" "php71 %{_bindir}/phpunit7" php72 php73 php74; do +for cmdarg in "php %{phpunit}" php72 php73 php74; do if which $cmdarg; then set $cmdarg if [ $(php -r 'echo PHP_INT_SIZE;') -lt 8 ] ; then @@ -162,6 +162,9 @@ exit $ret %changelog +* Sat Feb 1 2020 Remi Collet - 1.0.7-1 +- update to 1.0.7 + * Thu Dec 12 2019 Remi Collet - 1.0.6-1 - update to 1.0.6 -- cgit