From 7c7e0c52a5917697e96e69d7dc11be1e62b4fbd527543f4080115f63a60f9a01 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 26 Oct 2020 09:29:56 +0000 Subject: [PATCH] Accepting request 844032 from home:dirkmueller:branches:graphics - update to 0.20.2: * corrected GPS EXIF output * Olympus XZ-1: do not provide linear_max * Pentax Optio 33WR: maker index was incorrect * dcraw_emu: corrected help line for -6 option. * raw-identify: corrected range check for color matrices print * use_camera_matrix option: fixed a bug introduced when making compiler more happy * multiple camera support improvements OBS-URL: https://build.opensuse.org/request/show/844032 OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=141 --- LibRaw-0.20.0.tar.gz | 3 --- LibRaw-0.20.2.tar.gz | 3 +++ libraw.changes | 12 ++++++++++++ libraw.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 LibRaw-0.20.0.tar.gz create mode 100644 LibRaw-0.20.2.tar.gz diff --git a/LibRaw-0.20.0.tar.gz b/LibRaw-0.20.0.tar.gz deleted file mode 100644 index 655d49f..0000000 --- a/LibRaw-0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f0a383da2ce9f409087facd28261decbf6be72cc90c78cd003b0766e4d694a3 -size 1431412 diff --git a/LibRaw-0.20.2.tar.gz b/LibRaw-0.20.2.tar.gz new file mode 100644 index 0000000..ac274c9 --- /dev/null +++ b/LibRaw-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6 +size 1432141 diff --git a/libraw.changes b/libraw.changes index 6b9198a..e803395 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 26 08:19:42 UTC 2020 - Dirk Mueller + +- update to 0.20.2: + * corrected GPS EXIF output + * Olympus XZ-1: do not provide linear_max + * Pentax Optio 33WR: maker index was incorrect + * dcraw_emu: corrected help line for -6 option. + * raw-identify: corrected range check for color matrices print + * use_camera_matrix option: fixed a bug introduced when making compiler more happy + * multiple camera support improvements + ------------------------------------------------------------------- Fri Jul 24 08:58:33 UTC 2020 - Paolo Stivanin diff --git a/libraw.spec b/libraw.spec index 23bc8b7..b854d25 100644 --- a/libraw.spec +++ b/libraw.spec @@ -23,7 +23,7 @@ %define lver 20 %define lname libraw%{lver} Name: libraw -Version: 0.20.0 +Version: 0.20.2 Release: 0 Summary: Library for reading RAW files obtained from digital photo cameras License: CDDL-1.0 OR LGPL-2.1-only