Accepting request 906778 from home:dirkmueller:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/906778 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsass?expand=0&rev=28
This commit is contained in:
parent
cd474b6260
commit
c79da342b5
@ -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
BIN
libsass-3.6.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Thu Jul 23 15:37:29 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsass
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: libsass
|
||||||
Version: 3.6.4
|
Version: 3.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compiler library for A CSS preprocessor language
|
Summary: Compiler library for A CSS preprocessor language
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source: https://github.com/sass/libsass/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch1: libsass-am.diff
|
Patch1: libsass-am.diff
|
||||||
Patch2: libsass-vers.diff
|
Patch2: libsass-vers.diff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user