From fb5de775bff3a728f829d6cc80907f93c5c201a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Dec 2018 17:50:23 +0100 Subject: v0.7.7 --- php-scssphp.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/php-scssphp.spec b/php-scssphp.spec index 03b02a1..b74d2f8 100644 --- a/php-scssphp.spec +++ b/php-scssphp.spec @@ -14,8 +14,8 @@ %global github_owner leafo %global github_name scssphp -%global github_version 0.7.6 -%global github_commit 585f6ae84de62ffecf69c23805f25d78d7e4b794 +%global github_version 0.7.7 +%global github_commit 1d656f8c02a3a69404bba6b28ec4e06edddf0f49 %global composer_vendor leafo %global composer_project scssphp @@ -97,6 +97,9 @@ Autoloader: %{phpdir}/Leafo/ScssPhp/autoload.php sed "/scss.inc.php/s#.*#require_once '%{phpdir}/Leafo/ScssPhp/autoload.php';#" \ -i bin/pscss +: Fix version +sed -e '/VERSION/s/0.7.6/0.7.7/' -i src/Version.php + %build : Create autoloader @@ -134,7 +137,7 @@ install -pm 0755 bin/pscss %{buildroot}%{_bindir}/ %if %{with_tests} RETURN_CODE=0 PHPUNIT=$(which phpunit) -for PHP_EXEC in "" %{?rhel:php55 php56} php70 php71 php72 +for PHP_EXEC in "" %{?rhel:php55 php56} php70 php71 php72 php73 do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC then @@ -159,6 +162,9 @@ exit $RETURN_CODE %changelog +* Fri Dec 21 2018 Remi Collet - 0.7.7-1 +- update to 0.7.7 + * Mon May 28 2018 Shawn Iwinski - 0.7.6-1 - Update to 0.7.6 (RHBZ #1582167) - Add composer.json to repo -- cgit