From 6ca3ea7ce259b29c748b4f446022b8e0e14d4124b99ca029c1b37f2873430933 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 23 May 2017 06:55:24 +0000 Subject: [PATCH] - updated to 0.18.2: Fixed several errors (Secunia advisory SA75000) ACES colorspace output option included in dcraw_emu help page Avoided possible 32-bit overflows in Sony metadata parser Phase One flat field code called even for half-size output Camera Support: Sigma Quattro H Fixed bug in FujiExpoMidPointShift parser Fixed wrong black level in Sony A350 Added standard integer types for VisualStudio 2008 and earlier OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=91 --- LibRaw-0.18.0.tar.gz | 3 --- LibRaw-0.18.2.tar.gz | 3 +++ libraw.changes | 13 +++++++++++++ libraw.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 LibRaw-0.18.0.tar.gz create mode 100644 LibRaw-0.18.2.tar.gz diff --git a/LibRaw-0.18.0.tar.gz b/LibRaw-0.18.0.tar.gz deleted file mode 100644 index 33f1021..0000000 --- a/LibRaw-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b -size 1278737 diff --git a/LibRaw-0.18.2.tar.gz b/LibRaw-0.18.2.tar.gz new file mode 100644 index 0000000..a1c6145 --- /dev/null +++ b/LibRaw-0.18.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6 +size 1281674 diff --git a/libraw.changes b/libraw.changes index 0d283d0..f370789 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 23 06:54:04 UTC 2017 - pgajdos@suse.com + +- updated to 0.18.2: + Fixed several errors (Secunia advisory SA75000) + ACES colorspace output option included in dcraw_emu help page + Avoided possible 32-bit overflows in Sony metadata parser + Phase One flat field code called even for half-size output + Camera Support: Sigma Quattro H + Fixed bug in FujiExpoMidPointShift parser + Fixed wrong black level in Sony A350 + Added standard integer types for VisualStudio 2008 and earlier + ------------------------------------------------------------------- Mon Jan 30 14:58:42 UTC 2017 - pgajdos@suse.com diff --git a/libraw.spec b/libraw.spec index ed09586..9cbf564 100644 --- a/libraw.spec +++ b/libraw.spec @@ -21,7 +21,7 @@ Name: libraw %define lver 16 %define lname libraw%{lver} -Version: 0.18.0 +Version: 0.18.2 Release: 0 Summary: Library for reading RAW files obtained from digital photo cameras License: CDDL-1.0 or LGPL-2.1