From 2a9b09206a5792e5f5b4bd1b3dacf7b27a1c60e9038692121fb0e2381b781ef9 Mon Sep 17 00:00:00 2001 From: Ronan Chagas Date: Mon, 17 Apr 2017 16:40:31 +0000 Subject: [PATCH] - 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 --- sassc-3.3.6.tar.gz | 3 --- sassc-3.4.2.tar.gz | 3 +++ sassc.changes | 61 ++++++++++++++++++++++++++++++++++++++++++++++ sassc.spec | 19 ++++++++------- 4 files changed, 74 insertions(+), 12 deletions(-) delete mode 100644 sassc-3.3.6.tar.gz create mode 100644 sassc-3.4.2.tar.gz diff --git a/sassc-3.3.6.tar.gz b/sassc-3.3.6.tar.gz deleted file mode 100644 index feffb98..0000000 --- a/sassc-3.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840 -size 22100 diff --git a/sassc-3.4.2.tar.gz b/sassc-3.4.2.tar.gz new file mode 100644 index 0000000..e03ee6e --- /dev/null +++ b/sassc-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad805f2d404d17cf2980c8079a7413cd58d2f2085120167997b85420a722e079 +size 23930 diff --git a/sassc.changes b/sassc.changes index 96cb269..766313f 100644 --- a/sassc.changes +++ b/sassc.changes @@ -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 diff --git a/sassc.spec b/sassc.spec index 4eea759..8896216 100644 --- a/sassc.spec +++ b/sassc.spec @@ -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