diff --git a/LibRaw-0.11.1.tar.bz2 b/LibRaw-0.11.1.tar.bz2 deleted file mode 100644 index ebd7f6d..0000000 --- a/LibRaw-0.11.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db086c8d3e0abe4b846d8bbb7e1e5b393438ae9b99595f87c6ddce6224dec5a -size 492772 diff --git a/LibRaw-0.11.2.tar.bz2 b/LibRaw-0.11.2.tar.bz2 new file mode 100644 index 0000000..e794aca --- /dev/null +++ b/LibRaw-0.11.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29780e817db3c46691a38b82f64a19de2b7eecad0565fa5f21608a7e2c51a3af +size 517548 diff --git a/libraw.changes b/libraw.changes index 632a67e..76d32cd 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 16 20:35:55 UTC 2010 - mrdocs@opensuse.org + +-Update to version 0.11.2: + +Imported dcraw 9.05 (1.439) + + Support for many cameras added: + Canon: G12, SX120, 60D + Hasselblad H4D, Nokia X2, Olympus E-5 + Nikon: D3100, D7000, P7000 + Panasonic: FZ40, FZ100, LX5 + Pentax: K-r, K-5, 645D + Samsung GX20, WB2000 +- added LCMS support so libRaw is color management capable +- added openMP threading support for multi-core machines + ------------------------------------------------------------------- Wed Nov 10 14:17:44 CET 2010 - vuntz@opensuse.org diff --git a/libraw.spec b/libraw.spec index cf5f2e5..1fd0b2e 100644 --- a/libraw.spec +++ b/libraw.spec @@ -19,8 +19,8 @@ %define fake_name LibRaw Name: libraw -Version: 0.11.1 -Release: 1 +Version: 0.11.2 +Release: 0 License: CDDLv1.0 | LGPLv2.1 Summary: Library for reading RAW files obtained from digital photo cameras Url: http://www.libraw.org/ @@ -30,6 +30,8 @@ Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.bz2 Patch2: %{name}-0.9.1-configure-default-cflags.patch BuildRequires: gcc-c++ BuildRequires: make +BuildRequires: lcms-devel +BuildRequires: openmpi-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -85,7 +87,7 @@ against LibRaw. LibRaw does not provide dynamic libraries. %build # This is not the autotools generated configure script -CFLAGS="%{optflags}" sh configure -P %{_prefix} +CFLAGS="%{optflags}" sh configure -P %{_prefix} %__make %{?_smp_mflags} %install