From e2718530898885249c9bd9a1fa0cae3bf96547b9ac648072e522b3397133d199 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 23 Jan 2023 08:06:25 +0000 Subject: [PATCH] Accepting request 1059316 from home:dirkmueller:Factory - update to 0.21.1: * fixed typo in panasonic metadata parser * Multiple fixes inspired by oss-fuzz project * Phase One/Leaf IIQ-S v2 support * Canon CR3 filmrolls * Canon CRM (movie) files * Tiled bit-packed (and 16-bit unpacked) DNGs * (non-standard) Deflate-compressed integer DNG files are allowed * Canon EOS R3, R7 and R10 * Fujifilm X-H2S, X-T30 II * OM System OM-1 * Leica M11 * Sony A7-IV (ILCE-7M4) * DJI Mavic 3 * Nikon Z9: standard compression formats only OBS-URL: https://build.opensuse.org/request/show/1059316 OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=150 --- LibRaw-0.21.0.tar.gz | 3 --- LibRaw-0.21.1.tar.gz | 3 +++ libraw.changes | 19 +++++++++++++++++++ libraw.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 LibRaw-0.21.0.tar.gz create mode 100644 LibRaw-0.21.1.tar.gz diff --git a/LibRaw-0.21.0.tar.gz b/LibRaw-0.21.0.tar.gz deleted file mode 100644 index e8dd5bd..0000000 --- a/LibRaw-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8747b34e8534cc2dd7ef8c92c436414b3578904fd4bf9b87ea60f17aa99fb0bd -size 1638463 diff --git a/LibRaw-0.21.1.tar.gz b/LibRaw-0.21.1.tar.gz new file mode 100644 index 0000000..98c7182 --- /dev/null +++ b/LibRaw-0.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd +size 1638461 diff --git a/libraw.changes b/libraw.changes index ec5225c..c37da36 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 18 09:52:26 UTC 2023 - Dirk Müller + +- update to 0.21.1: + * fixed typo in panasonic metadata parser + * Multiple fixes inspired by oss-fuzz project + * Phase One/Leaf IIQ-S v2 support + * Canon CR3 filmrolls + * Canon CRM (movie) files + * Tiled bit-packed (and 16-bit unpacked) DNGs + * (non-standard) Deflate-compressed integer DNG files are allowed + * Canon EOS R3, R7 and R10 + * Fujifilm X-H2S, X-T30 II + * OM System OM-1 + * Leica M11 + * Sony A7-IV (ILCE-7M4) + * DJI Mavic 3 + * Nikon Z9: standard compression formats only + ------------------------------------------------------------------- Wed Jan 4 10:44:13 UTC 2023 - Paolo Stivanin diff --git a/libraw.spec b/libraw.spec index c748f09..13a6501 100644 --- a/libraw.spec +++ b/libraw.spec @@ -23,7 +23,7 @@ %define lver 23 %define lname libraw%{lver} Name: libraw -Version: 0.21.0 +Version: 0.21.1 Release: 0 Summary: Library for reading RAW files obtained from digital photo cameras License: CDDL-1.0 OR LGPL-2.1-only