Skip to content

Upgrade: libsass version to 3.6.6 #11023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/libsass/libsass.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libsass-3.6.3.tar.gz": "dadb470bb9141e91b437119d367654427180ed2b3d04b8000eab5b0ca47cd5bb"
"libsass-3.6.6.tar.gz": "11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d"
}
}
}
36 changes: 19 additions & 17 deletions SPECS-EXTENDED/libsass/libsass.spec
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Name: libsass
Version: 3.6.3
Release: 3%{?dist}
Version: 3.6.6
%global soname_version 1
Release: 1%{?dist}
Summary: C/C++ port of the Sass CSS precompiler

License: MIT
# src/ast.hpp, src/utf8* is BSL-1.0
License: MIT AND BSL-1.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: http://sass-lang.com/libsass
URL: https://sass-lang.com/libsass
Source0: https://github.com/sass/libsass/archive/%{version}/%{name}-%{version}.tar.gz

BuildRequires: automake
BuildRequires: autoconf
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: gcc-c++
BuildRequires: make

%description
Libsass is a C/C++ port of the Sass CSS precompiler. The original version was
Expand Down Expand Up @@ -43,30 +45,30 @@ autoreconf --force --install

%build
%configure --disable-static
make %{?_smp_mflags}

%make_build

%install
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%ldconfig_scriptlets
%make_install
find $RPM_BUILD_ROOT -name '*.la' -print -delete


%files
%license LICENSE
%doc Readme.md SECURITY.md
%{_libdir}/*.so.*
%{_libdir}/libsass.so.%{soname_version}{,.*}

%files devel
%license LICENSE
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/sass.h
%{_includedir}/sass2scss.h
%{_includedir}/sass/
%{_libdir}/libsass.so
%{_libdir}/pkgconfig/libsass.pc


%changelog
* Tue Nov 12 2024 Sumit Jena <v-sumitjena@microsoft.com> - 3.6.6-1
- Update to version 3.6.6

* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 3.6.3-3
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10821,8 +10821,8 @@
"type": "other",
"other": {
"name": "libsass",
"version": "3.6.3",
"downloadUrl": "https://github.com/sass/libsass/archive/3.6.3/libsass-3.6.3.tar.gz"
"version": "3.6.6",
"downloadUrl": "https://github.com/sass/libsass/archive/3.6.6/libsass-3.6.6.tar.gz"
}
}
},
Expand Down
Loading