From 7f8b9b973cbe0898d21561ad2178e3fb29148bdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 May 2018 06:39:55 +0200 Subject: v0.7.6 from Fedora --- php-scssphp.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-scssphp.spec b/php-scssphp.spec index 8ced94f..03b02a1 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.5 -%global github_commit 8b538d828bbb75276974605c4a1a435e939da74e +%global github_version 0.7.6 +%global github_commit 585f6ae84de62ffecf69c23805f25d78d7e4b794 %global composer_vendor leafo %global composer_project scssphp @@ -30,7 +30,7 @@ Name: php-%{github_name} Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A compiler for SCSS written in PHP License: MIT URL: http://leafo.github.io/scssphp @@ -159,6 +159,10 @@ exit $RETURN_CODE %changelog +* Mon May 28 2018 Shawn Iwinski - 0.7.6-1 +- Update to 0.7.6 (RHBZ #1582167) +- Add composer.json to repo + * Sun Mar 25 2018 Shawn Iwinski - 0.7.5-2 - Update get source script to save in spec directory - Update phpcompatinfo computed dependencies -- cgit