diff options
-rw-r--r-- | php-scssphp-scssphp.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-scssphp-scssphp.spec b/php-scssphp-scssphp.spec index c7f9639..78ab270 100644 --- a/php-scssphp-scssphp.spec +++ b/php-scssphp-scssphp.spec @@ -12,7 +12,7 @@ %global with_tests 0%{!?_without_tests:1} # Github -%global gh_commit 98e10149058102817b493c5a147fa582cb62d46e +%global gh_commit 5b3c9d704950d8f9637f5110c36c281ec47dc13c %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.5 +Version: 1.0.6 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Compiler for SCSS @@ -162,6 +162,9 @@ exit $ret %changelog +* Thu Dec 12 2019 Remi Collet <remi@remirepo.net> - 1.0.6-1 +- update to 1.0.6 + * Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 1.0.5-1 - update to 1.0.5 |