summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-01 07:42:56 +0100
committerRemi Collet <remi@remirepo.net>2020-02-01 07:42:56 +0100
commit7c550cff196100396e0e043f40b29bafa5d010e5 (patch)
treea196c0dac86c1e05cdc4f6b3735101fe1ee5000c
parentf8628e8e8fb9a10bbaa82bfcb73cd4f021796b58 (diff)
update to 1.0.7
-rw-r--r--php-scssphp-scssphp.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 1.0.7-1
+- update to 1.0.7
+
* Thu Dec 12 2019 Remi Collet <remi@remirepo.net> - 1.0.6-1
- update to 1.0.6