From 0298a55e814774687117607f01e730148563284d Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 6 Dec 2022 16:18:44 +0800 Subject: [PATCH] Fix not striped problem (cherry picked from commit 5cb395038f9ee84e089d1a5278ae64ede506feed) --- sassc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sassc.spec b/sassc.spec index c9cad32..01f2cf7 100644 --- a/sassc.spec +++ b/sassc.spec @@ -1,8 +1,6 @@ -%define debug_package %{nil} - Name: sassc Version: 3.5.0 -Release: 4 +Release: 5 Summary: Libsass command line driver License: MIT URL: https://github.com/sass/sassc @@ -44,6 +42,9 @@ rm -rf docs/**/*windows* %{_bindir}/%{name} %changelog +* Tue Dec 06 2022 yaoxin - 3.5.0-5 +- Fix not striped problem + * Wed Sep 08 2021 sunguoshuai - 3.5.0-4 - Fix binary /usr/bin/sassc not striped problem.