SHA256
1
0
forked from pool/sassc

- Run spec-cleaner.

- Remove `TODO` file since it has been removed by upstream.
- Version bump to 3.4.2.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sassc?expand=0&rev=3
This commit is contained in:
Ronan Chagas 2017-04-17 16:40:31 +00:00 committed by Git OBS Bridge
parent 534e8bc8a5
commit 2a9b09206a
4 changed files with 74 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840
size 22100

3
sassc-3.4.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad805f2d404d17cf2980c8079a7413cd58d2f2085120167997b85420a722e079
size 23930

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Feb 13 11:41:32 UTC 2017 - ronisbr@gmail.com
- Run spec-cleaner.
- Remove `TODO` file since it has been removed by upstream.
- Version bump to 3.4.2.
Upstream changelog:
Version 3.4.2
-------------
* Features
- Sass 3.4.23: Support url() with quotes in unknown directives
(@mgreter, #2243)
* Fixes
- Test bootstrap ignoring SASS_SPEC_PATH and SASS_SASSC_PATH
environment variables (@xzyfer, #2265)
- Incorrect equality of interpolated values (@mgreter, #2261)
- Incorrect error when @content is inside @at-root (@mgreter,
#2260)
- C-API copy_options function losing some options (@mgreter,
#2257)
- Segfault with calling calc (@mgreter, @xzyfer)
Version 3.4.1
-------------
* Features
- Add --sass flag for indented syntax support from stdin
(@docteurklein, #204)
* Fixes
- Ability to static compile VCR libs (@am11, #199)
- Sourcemap file not being written (@am11, #202)
Version 3.4.0
-------------
* Features
- Change output to binary mode (@mgreter, #170)
- Add .editorconfig (@nschonni, #184)
- Add Windows CI (@am11, #189)
- Remove -ldl flag for OpenBSD (@parhs, #197)
- Update CLA to match LibSass (@nschonni, #186)
* Fixes
- Automake compile on msys2 and mingw64 (@mgreter @aroig, #174)
- Hanging when called with no args or STDIN piped data (@uizfb,
#179)
- Misc fixes to build scripts (@nschonni, #184 #183)
- Remove old unreferenced files (@nschonni, #185)
- Memory leak by freeing options we allocated (@mgreter, #196)
- Clang warning (-Warray-bounds) (@mgreter, #198)
-------------------------------------------------------------------
Thu Nov 24 11:55:29 UTC 2016 - ronisbr@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package sassc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,20 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: sassc
Version: 3.3.6
Version: 3.4.2
Release: 0
License: MIT
Summary: Libsass command line driver
Url: https://github.com/sass/sassc/
License: MIT
Group: Development/Tools/Other
Url: https://github.com/sass/sassc/
Source: https://github.com/sass/sassc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: libsass-devel
BuildRequires: libtool
BuildRequires: make
%description
SassC is a C/C++ port of the Sass engine. The point is to be
@ -42,15 +43,15 @@ cleaner stylesheets and makes collaboration on your CSS a breeze.
%build
autoreconf -fiv
./configure --prefix=%{_prefix}
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot} %{?_smp_mflags}
%make_install
%files
%defattr(-,root,root)
%doc LICENSE Readme.md TODO
%doc LICENSE Readme.md
%{_bindir}/%{name}
%changelog