forked from pool/sassc
Accepting request 910814 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/910814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sassc?expand=0&rev=6
This commit is contained in:
commit
9053e71806
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60
|
||||
size 26137
|
BIN
sassc-3.6.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
sassc-3.6.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 06:37:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <mrueckert@suse.de>
|
||||
|
||||
|
12
sassc.spec
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user