From 6de1bd1c57bb7734b8f8f0cabf5f1bf26bdd22f0192f8d284b4da2d99c7c4632 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 20 Sep 2010 14:02:20 +0000 Subject: [PATCH] Accepting request 48486 from graphics Copy from graphics/libraw based on submit request 48486 from user vuntz OBS-URL: https://build.opensuse.org/request/show/48486 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraw?expand=0&rev=2 --- LibRaw-0.10.0-Beta3.tar.gz | 3 --- LibRaw-0.10.0.tar.gz | 3 +++ libraw.changes | 24 ++++++++++++++++++++++++ libraw.spec | 9 ++++----- 4 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 LibRaw-0.10.0-Beta3.tar.gz create mode 100644 LibRaw-0.10.0.tar.gz diff --git a/LibRaw-0.10.0-Beta3.tar.gz b/LibRaw-0.10.0-Beta3.tar.gz deleted file mode 100644 index 5bc6111..0000000 --- a/LibRaw-0.10.0-Beta3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:608d1c2ce299fb60f62036d5b95ff26bb69d8c41e3cd97ffcbea5a76f93d65f0 -size 550227 diff --git a/LibRaw-0.10.0.tar.gz b/LibRaw-0.10.0.tar.gz new file mode 100644 index 0000000..5f07192 --- /dev/null +++ b/LibRaw-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d373a774723381bf5e27050d462513039f0bf0101b732fcbea00ce12600104 +size 554095 diff --git a/libraw.changes b/libraw.changes index 0c9c13c..0b89247 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Sep 19 12:57:13 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.10.0: + + Imported dcraw versions 9.01-9.04 (1.434-1.438): + - Separate black levels for each color channel. + - Changes in tiff metadata parser. + - New cameras: Canon SX20 and 550D, Nikon D3s, Olympus E-P2, + Panasonic GF1, G2 and G10, Samsung EX1, NX-10 and WB550, Sony + A450, NEX-3 and NEX-5, Casio EX-Z1050, Fuji HS10/HS11, Kodak + Z981, Phase One P65. + - Color data changed for some cameras + - Fixed file descriptor leak in dark frame subtraction processing + + Small patch in Sony ARW2 unpacking code to make valgrind happy + + New command-line switch -h in mem_image sample (half_size + support) + + Some patches by Johannes Hanika (darktable author): + - OpenMP speedup for PPG-interpolation + - green_matching - suppress of 'color maze' on cameras with + different green channels. This option is controlled by the + field with the respective name in imgdata.params + + all client code should be recompiled due to structures size change + + LibRaw::free() is now public instead of private. + ------------------------------------------------------------------- Mon Aug 30 16:36:31 CEST 2010 - vuntz@opensuse.org diff --git a/libraw.spec b/libraw.spec index d1b20ef..dd78833 100644 --- a/libraw.spec +++ b/libraw.spec @@ -1,5 +1,5 @@ # -# spec file for package libraw (Version 0.9.999_0.10.0Beta3) +# spec file for package libraw (Version 0.10.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,16 +17,15 @@ %define fake_name LibRaw -%define fake_version 0.10.0-Beta3 Name: libraw -Version: 0.9.999_0.10.0Beta3 +Version: 0.10.0 Release: 1 License: CDDLv1.0 | LGPLv2.1 Summary: Library for reading RAW files obtained from digital photo cameras Url: http://www.libraw.org/ Group: System/Libraries -Source0: http://www.libraw.org/data/%{fake_name}-%{fake_version}.tar.gz +Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.gz # Configuration support. Patch sent upstream Patch0: %{name}-0.9.1-configure.patch # Use optflags for build @@ -73,7 +72,7 @@ This package contains static libraries that applications can use to build against LibRaw. LibRaw does not provide dynamic libraries. %prep -%setup -q -n %{fake_name}-%{fake_version} +%setup -q -n %{fake_name}-%{version} %patch0 -p1 -b .configure %patch1 -p1 -b .configure-optflags %patch2 -p1 -b .configure-default-cflags