Accepting request 907495 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/907495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsass?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-07-22 20:43:01 +00:00 committed by Git OBS Bridge
commit 0e6d8c615a
4 changed files with 22 additions and 7 deletions

View File

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

BIN
libsass-3.6.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jul 17 06:53:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.6.5:
* Fix extend edge case going endlessly
* Fix source-maps and how we count unicode characters
* Fix seed generator if std::random_device fails
* Fix url() containing exclamation mark causing an error
* Fix Offset initialization when end was not given
* Fix obvious backporting error in pseudo extend
* Fix obvious identical subexpressions in op_color_number
* Fix edge case regarding unit-less number equality as object keys
* Revert compound re-ordering for non extended selectors
* Prevent compiler warning about unnecessary copy
-------------------------------------------------------------------
Thu Jul 23 15:37:29 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libsass
#
# Copyright (c) 2020 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
@ -16,14 +16,14 @@
#
%define libname libsass-3_6_4-1
%define libname libsass-3_6_5-1
Name: libsass
Version: 3.6.4
Version: 3.6.5
Release: 0
Summary: Compiler library for A CSS preprocessor language
License: MIT
Group: Development/Libraries/C and C++
Url: https://github.com/sass/libsass
URL: https://github.com/sass/libsass
Source: https://github.com/sass/libsass/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch1: libsass-am.diff
Patch2: libsass-vers.diff