diff --git a/sassc-3.6.1.tar.gz b/sassc-3.6.1.tar.gz deleted file mode 100644 index b207f30..0000000 --- a/sassc-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60 -size 26137 diff --git a/sassc-3.6.2.tar.gz b/sassc-3.6.2.tar.gz new file mode 100644 index 0000000..bbb027f --- /dev/null +++ b/sassc-3.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03 +size 26637 diff --git a/sassc.changes b/sassc.changes index c5d216c..138b6d2 100644 --- a/sassc.changes +++ b/sassc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 27 06:37:55 UTC 2021 - Dirk Müller + +- update to 3.6.2: + * matches libsass 3.6.2 release, see + https://github.com/sass/libsass/releases/tag/3.6.5 + ------------------------------------------------------------------- Tue Nov 26 17:21:50 UTC 2019 - Marcus Rueckert diff --git a/sassc.spec b/sassc.spec index dfaf417..156c3af 100644 --- a/sassc.spec +++ b/sassc.spec @@ -1,7 +1,7 @@ # # spec file for package sassc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: sassc -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Libsass command line driver License: MIT Group: Development/Tools/Other -Url: https://github.com/sass/sassc/ +URL: https://github.com/sass/sassc/ Source: https://github.com/sass/sassc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -44,14 +44,14 @@ cleaner stylesheets and makes collaboration on your CSS a breeze. %build autoreconf -fiv %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc LICENSE Readme.md +%license LICENSE +%doc Readme.md %{_bindir}/%{name} %changelog