@@ -8,20 +8,21 @@ Distribution: Azure Linux
88
99Summary: Library for reading RAW files obtained from digital photo cameras
1010Name: LibRaw
11- Version: 0.19.5
12- Release: 5 %{?dist }
11+ Version: 0.21.3
12+ Release: 1 %{?dist }
1313License: BSD and (CDDL or LGPLv2)
1414URL: http://www.libraw.org
15+ Source0: https://www.libraw.org/data/%{name }-%{version }.tar.gz
1516
1617BuildRequires: gcc-c++
1718BuildRequires: pkgconfig(lcms2)
1819BuildRequires: pkgconfig(jasper)
1920BuildRequires: pkgconfig(libjpeg)
20- BuildRequires: autoconf automake libtool
21+ BuildRequires: autoconf
22+ BuildRequires: automake
23+ BuildRequires: libtool
2124
22- Source0: http://www.libraw.org/data/%{name }-%{version }.tar.gz
23- Patch0: LibRaw-0.6.0-pkgconfig.patch
24- Patch1: CVE-2020-15503.patch
25+ Patch0: LibRaw-pkgconfig.patch
2526Provides: bundled(dcraw) = 9.25
2627
2728%description
@@ -58,9 +59,6 @@ LibRaw sample programs
5859%prep
5960%setup -q
6061
61- %patch 0 -p0 -b .pkgconfig
62- %patch 1 -p1 -b .cve-2020-15503
63-
6462%build
6563autoreconf -if
6664%configure \
@@ -95,8 +93,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
9593%files
9694%doc Changelog.txt
9795%license LICENSE.CDDL LICENSE.LGPL COPYRIGHT
98- %{_libdir }/libraw.so.19 *
99- %{_libdir }/libraw_r.so.19 *
96+ %{_libdir }/libraw.so.*
97+ %{_libdir }/libraw_r.so.*
10098
10199%files static
102100%{_libdir }/libraw.a
@@ -121,6 +119,10 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
121119
122120
123121%changelog
122+ * Mon Sept 30 2024 Jyoti Kanase <v-jykanase@microsoft.com> - 0.21.3-1
123+ - Upgrade the version to 0.21.3
124+ - License Verified
125+
124126* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.19.5-5
125127- Initial CBL-Mariner import from Fedora 32 (license: MIT).
126128
0 commit comments