0.21.0
This commit is contained in:
parent
2cd2e409b0
commit
9c2d6e794c
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@ LibRaw-0.9.1.tar.gz
|
|||||||
/0.20.0.tar.gz
|
/0.20.0.tar.gz
|
||||||
/0.20.1.tar.gz
|
/0.20.1.tar.gz
|
||||||
/0.20.2.tar.gz
|
/0.20.2.tar.gz
|
||||||
|
/0.21.0.tar.gz
|
||||||
|
@ -1,26 +1,25 @@
|
|||||||
--- LibRaw-0.20-Beta1/libraw.pc.in~ 2020-05-13 14:22:12.656424311 +0200
|
--- LibRaw-0.21.0/libraw.pc.in~ 2022-12-18 01:26:41.000000000 -0600
|
||||||
+++ LibRaw-0.20-Beta1/libraw.pc.in 2020-05-13 14:22:27.481441569 +0200
|
+++ LibRaw-0.21.0/libraw.pc.in 2022-12-19 10:27:02.793929537 -0600
|
||||||
@@ -5,7 +5,8 @@
|
@@ -6,7 +6,9 @@
|
||||||
|
|
||||||
Name: libraw
|
Name: libraw
|
||||||
Description: Raw image decoder library (non-thread-safe)
|
Description: Raw image decoder library (non-thread-safe)
|
||||||
-Requires: @PACKAGE_REQUIRES@
|
Requires: @PACKAGE_REQUIRES@
|
||||||
+Requires.private: @PACKAGE_REQUIRES@
|
+Requires.private: @PACKAGE_REQUIRES@
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
-Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
|
-Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
|
||||||
+Libs: -L${libdir} -lraw@PC_OPENMP@
|
+Libs: -L${libdir} -lraw@PC_OPENMP@
|
||||||
+Libs.private: -lstdc++
|
+Libs.private: -lstdc++
|
||||||
|
Libs.private: @PACKAGE_LIBS_PRIVATE@
|
||||||
Cflags: -I${includedir}/libraw -I${includedir}
|
Cflags: -I${includedir}/libraw -I${includedir}
|
||||||
--- LibRaw-0.20-Beta1/libraw_r.pc.in~ 2020-05-13 14:22:18.034430572 +0200
|
--- LibRaw-0.21.0/libraw_r.pc.in~ 2022-12-18 01:26:41.000000000 -0600
|
||||||
+++ LibRaw-0.20-Beta1/libraw_r.pc.in 2020-05-13 14:22:27.481441569 +0200
|
+++ LibRaw-0.21.0/libraw_r.pc.in 2022-12-19 10:28:30.620571338 -0600
|
||||||
@@ -5,7 +5,8 @@
|
@@ -6,7 +6,8 @@
|
||||||
|
|
||||||
Name: libraw
|
Name: libraw
|
||||||
Description: Raw image decoder library (thread-safe)
|
Description: Raw image decoder library (thread-safe)
|
||||||
-Requires: @PACKAGE_REQUIRES@
|
Requires: @PACKAGE_REQUIRES@
|
||||||
+Requires.private: @PACKAGE_REQUIRES@
|
+Requires.private: @PACKAGE_REQUIRES@
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
-Libs: -L${libdir} -lraw_r -lstdc++@PC_OPENMP@
|
-Libs: -L${libdir} -lraw_r -lstdc++@PC_OPENMP@
|
||||||
+Libs: -L${libdir} -lraw_r@PC_OPENMP@
|
+Libs: -L${libdir} -lraw_r@PC_OPENMP@
|
||||||
+Libs.private: -lstdc++
|
Libs.private: @PACKAGE_LIBS_PRIVATE@
|
||||||
Cflags: -I${includedir}/libraw -I${includedir}
|
Cflags: -I${includedir}/libraw -I${includedir}
|
||||||
|
11
LibRaw.spec
11
LibRaw.spec
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||||
Name: LibRaw
|
Name: LibRaw
|
||||||
Version: 0.20.2
|
Version: 0.21.0
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD and (CDDL-1.0 or LGPLv2)
|
License: BSD and (CDDL-1.0 or LGPLv2)
|
||||||
URL: http://www.libraw.org
|
URL: http://www.libraw.org
|
||||||
|
|
||||||
@ -90,8 +90,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
|||||||
%files
|
%files
|
||||||
%doc Changelog.txt
|
%doc Changelog.txt
|
||||||
%license LICENSE.CDDL LICENSE.LGPL COPYRIGHT
|
%license LICENSE.CDDL LICENSE.LGPL COPYRIGHT
|
||||||
%{_libdir}/libraw.so.20*
|
%{_libdir}/libraw.so.23*
|
||||||
%{_libdir}/libraw_r.so.20*
|
%{_libdir}/libraw_r.so.23*
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%{_libdir}/libraw.a
|
%{_libdir}/libraw.a
|
||||||
@ -114,6 +114,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 19 2022 Gwyn Ciesla <gwync@protonmail.com> - 0.21.0-1
|
||||||
|
- 0.21.0
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-7
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (0.20.2.tar.gz) = 09af68f95249da37357877c6013db5082edd9fd40d0526c42bba22f16a19f41d8c008cf16823f2ed9a90c2dee9c8cd2968c91a9550bf24b3b2c089918ae56250
|
SHA512 (0.21.0.tar.gz) = ed728a7c3365147f69a44e0d259669fdf81b837cef402762c3f0760eb01509554447b970141aef1c75609d7666325493f400ea9eff86d63dacd49c33b278383d
|
||||||
|
Loading…
Reference in New Issue
Block a user