summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-21 17:50:23 +0100
committerRemi Collet <remi@remirepo.net>2018-12-21 17:50:23 +0100
commitfb5de775bff3a728f829d6cc80907f93c5c201a7 (patch)
treee4d7af5a10bb87fb4aefc4b7f415b2db233573a5
parent7f8b9b973cbe0898d21561ad2178e3fb29148bdf (diff)
v0.7.7
-rw-r--r--php-scssphp.spec12
1 files 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 <remi@remirepo.net> - 0.7.7-1
+- update to 0.7.7
+
* Mon May 28 2018 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.7.6-1
- Update to 0.7.6 (RHBZ #1582167)
- Add composer.json to repo