Skip to content

Commit 315b6c7

Browse files
authored
Upgrade: libsass version to 3.6.6 (#11023)
1 parent 89692b6 commit 315b6c7

3 files changed

Lines changed: 24 additions & 21 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"libsass-3.6.3.tar.gz": "dadb470bb9141e91b437119d367654427180ed2b3d04b8000eab5b0ca47cd5bb"
3+
"libsass-3.6.6.tar.gz": "11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d"
44
}
5-
}
5+
}

SPECS-EXTENDED/libsass/libsass.spec

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
Name: libsass
2-
Version: 3.6.3
3-
Release: 3%{?dist}
2+
Version: 3.6.6
3+
%global soname_version 1
4+
Release: 1%{?dist}
45
Summary: C/C++ port of the Sass CSS precompiler
56

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

1214
BuildRequires: automake
1315
BuildRequires: autoconf
1416
BuildRequires: libtool
15-
BuildRequires: pkgconfig
1617
BuildRequires: gcc-c++
18+
BuildRequires: make
1719

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

4446
%build
4547
%configure --disable-static
46-
make %{?_smp_mflags}
47-
48+
%make_build
4849

4950
%install
50-
make install DESTDIR=$RPM_BUILD_ROOT
51-
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
52-
53-
54-
%ldconfig_scriptlets
51+
%make_install
52+
find $RPM_BUILD_ROOT -name '*.la' -print -delete
5553

5654

5755
%files
5856
%license LICENSE
5957
%doc Readme.md SECURITY.md
60-
%{_libdir}/*.so.*
58+
%{_libdir}/libsass.so.%{soname_version}{,.*}
6159

6260
%files devel
63-
%license LICENSE
64-
%{_includedir}/*
65-
%{_libdir}/*.so
66-
%{_libdir}/pkgconfig/*.pc
61+
%{_includedir}/sass.h
62+
%{_includedir}/sass2scss.h
63+
%{_includedir}/sass/
64+
%{_libdir}/libsass.so
65+
%{_libdir}/pkgconfig/libsass.pc
6766

6867

6968
%changelog
69+
* Tue Nov 12 2024 Sumit Jena <v-sumitjena@microsoft.com> - 3.6.6-1
70+
- Update to version 3.6.6
71+
- License verified.
72+
7073
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 3.6.3-3
7174
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
7275

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10951,8 +10951,8 @@
1095110951
"type": "other",
1095210952
"other": {
1095310953
"name": "libsass",
10954-
"version": "3.6.3",
10955-
"downloadUrl": "https://github.com/sass/libsass/archive/3.6.3/libsass-3.6.3.tar.gz"
10954+
"version": "3.6.6",
10955+
"downloadUrl": "https://github.com/sass/libsass/archive/3.6.6/libsass-3.6.6.tar.gz"
1095610956
}
1095710957
}
1095810958
},

0 commit comments

Comments
 (0)