Sync from SUSE:SLFO:Main libraw revision 97664340a5bd17ec61dc67ced63df04a
This commit is contained in:
parent
d5d1fe5a0b
commit
8136b522a6
BIN
LibRaw-0.21.2.tar.gz
(Stored with Git LFS)
BIN
LibRaw-0.21.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
LibRaw-0.21.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
LibRaw-0.21.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 07:03:32 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 0.21.3:
|
||||||
|
* new compile-time define LIBRAW_CALLOC_RAWSTORE
|
||||||
|
If defined: calloc() will be used for all big buffer allocations
|
||||||
|
to prevent uninitialized heap data leak
|
||||||
|
* Small allocations: calloc() instead of malloc() to prevent
|
||||||
|
uninitialized heap data leak
|
||||||
|
* Support for 4-component JPEG-compressed DNG files
|
||||||
|
* CR3-Qstep table: avoid wrong 64-bit code generation
|
||||||
|
* Fixed several bugs related to specially-crafted files processing
|
||||||
|
(thanks to OSS-Fuzz project)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 14:38:59 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Limit fdupes to %_libdir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 28 18:09:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Dec 28 18:09:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libraw
|
# spec file for package libraw
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%define lver 23
|
%define lver 23
|
||||||
%define lname libraw%{lver}
|
%define lname libraw%{lver}
|
||||||
Name: libraw
|
Name: libraw
|
||||||
Version: 0.21.2
|
Version: 0.21.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||||
License: CDDL-1.0 OR LGPL-2.1-only
|
License: CDDL-1.0 OR LGPL-2.1-only
|
||||||
@ -132,7 +132,7 @@ chmod -x manual/index.html
|
|||||||
find %buildroot -type f -name "*.la" -delete -print
|
find %buildroot -type f -name "*.la" -delete -print
|
||||||
# duplicated files
|
# duplicated files
|
||||||
rm -rf %buildroot%_datadir/doc
|
rm -rf %buildroot%_datadir/doc
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_libdir
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user