From c4166e776b9847741271dfb9b0ab547aa32ae0fd Mon Sep 17 00:00:00 2001 From: hht8 Date: Wed, 2 Jun 2021 15:44:14 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- sassc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sassc.spec b/sassc.spec index 3d6c4b5..4ddda0c 100644 --- a/sassc.spec +++ b/sassc.spec @@ -2,13 +2,13 @@ Name: sassc Version: 3.5.0 -Release: 2 +Release: 3 Summary: Libsass command line driver License: MIT URL: https://github.com/sass/sassc Source0: https://github.com/sass/sassc/archive/3.5.0.tar.gz -BuildRequires: libsass-devel libsass +BuildRequires: libsass-devel libsass gcc Requires: libsass %description @@ -43,5 +43,8 @@ rm -rf docs/**/*windows* %{_bindir}/%{name} %changelog +* Mon May 31 2021 huanghaitao - 3.5.0-3 +- Completing build dependencies to fix gcc compiler missing error + * Thu Jan 03 2020 catastrowings - 3.5.0-2 - openEuler init