From c79da342b51adaf8eff30751368f5bb159bfdf3f131ec6007281ae4b9fe64581 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 21 Jul 2021 11:53:35 +0000 Subject: [PATCH] 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 --- libsass-3.6.4.tar.gz | 3 --- libsass-3.6.5.tar.gz | 3 +++ libsass.changes | 15 +++++++++++++++ libsass.spec | 8 ++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 libsass-3.6.4.tar.gz create mode 100644 libsass-3.6.5.tar.gz diff --git a/libsass-3.6.4.tar.gz b/libsass-3.6.4.tar.gz deleted file mode 100644 index 77df317..0000000 --- a/libsass-3.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889 -size 338519 diff --git a/libsass-3.6.5.tar.gz b/libsass-3.6.5.tar.gz new file mode 100644 index 0000000..cb5b113 --- /dev/null +++ b/libsass-3.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582 +size 342426 diff --git a/libsass.changes b/libsass.changes index 081b947..d8a8866 100644 --- a/libsass.changes +++ b/libsass.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Jul 17 06:53:55 UTC 2021 - Dirk Müller + +- 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 diff --git a/libsass.spec b/libsass.spec index 53c36c4..8197836 100644 --- a/libsass.spec +++ b/libsass.spec @@ -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