Dominique Leuenberger 2 years ago committed by Git OBS Bridge
commit 930a954c16

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

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

@ -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>

@ -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

Loading…
Cancel
Save