Hello community,

here is the log from the commit of package libraw for openSUSE:Factory checked 
in at 2017-01-19 10:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libraw (Old)
 and      /work/SRC/openSUSE:Factory/.libraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libraw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libraw/libraw.changes    2016-07-20 
09:15:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libraw.new/libraw.changes       2017-01-19 
10:41:46.734611588 +0100
@@ -1,0 +2,57 @@
+Wed Jan 11 09:16:36 UTC 2017 - [email protected]
+
+- update to 0.18.0:
+  * License changed to LGPL-2.1/CDDL-1.0
+  * Camera support (+87):
+    + Apple: iPad Pro, iPhone SE, iPhone 6s, iPhone 6 plus,
+      iPhone 7, iPhone 7 plus
+    + BlackMagic Micro Cinema Camera, URSA, URSA Mini
+    + Canon PowerShot G5 X, PowerShot G7 X Mark II,
+      PowerShot G9 X, IXUS 160 (CHDK hack), EOS 5D Mark IV,
+      EOS 80D, EOS 1300D, EOS M10, EOS M5, EOS-1D X Mark II
+    + Casio EX-ZR4000/5000
+    + DXO One,
+    + FujiFilm X-Pro2, X70, X-E2S, X-T2
+    + Gione E7
+    + GITUP GIT2
+    + Google Pixel,Pixel XL
+    + Hasselblad X1D, True Zoom
+    + HTC MyTouch 4G, One (A9), One (M9), 10
+    + Huawei P9
+    + Leica M (Typ 262), M-D (Typ 262), S (Typ 007),
+      SL (Typ 601), X-U (Typ 113), TL
+    + LG G3, G4
+    + Meizy MX4
+    + Nikon D5, D500, D3400
+    + Olympus E-PL8, E-M10 Mark II, Pen F, SH-3, E-M1-II
+    + Panasonic DMC-G8/80/81/85, DMC-GX80/85,
+      DMC-TZ80/81/85/ZS60, DMC-TZ100/101/ZS100,DMC-LX9/10/15,
+      FZ2000/FZ2500
+    + Pentax K-1, K-3 II, K-70
+    + PhaseOne IQ3 100MP
+    + RaspberryPi Camera, Camera V2
+    + Ricoh GR II
+    + Samsung Galaxy S7, S7 Edge
+    + Sigma sd Quattro
+    + Sony A7S II, ILCA-68 (A68), ILCE-6300, DSC-RX1R II,
+      DSC-RX10III, DSC-RX100V,ILCA-99M2 (A99-II), a6500,
+      IMX214, IMX219, IMX230, IMX298-mipi 16mp,
+      IMX219-mipi 8mp, Xperia L
+    + PtGrey GRAS-50S5C
+    + YUNEEC CGO4
+    + Xiaomi MI3, RedMi Note3 Pro
+  * Floating point DNG support
+  * More metadata parsed
+  * Existing API changes:
+    imgdata.params fields (all very specific purpose):
+    sony_arw2_options, sraw_ycc, and params.x3f_flags
+    replaced with single bit-field raw_processing_options
+    See  LIBRAW_PROCESSING_* bits in documentation.
+  * Fixed bug in Sony SR2 files black level
+  * DNG files with BlackLevel both in vendor makernotes and
+    BlackLevel: BlackLevel tag always takes precedence
+  * ChannelBlackLevel added to canon makernotes
+  * unpack_thumb() data size/offset check against file size
+- removed libraw-0.17.1-gcc6-compatibility.patch (fixed upstream)
+
+-------------------------------------------------------------------

Old:
----
  LibRaw-0.17.2.tar.gz
  libraw-0.17.1-gcc6-compatibility.patch

New:
----
  LibRaw-0.18.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libraw.spec ++++++
--- /var/tmp/diff_new_pack.7lyuiR/_old  2017-01-19 10:41:47.238540503 +0100
+++ /var/tmp/diff_new_pack.7lyuiR/_new  2017-01-19 10:41:47.238540503 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libraw
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:           libraw
 %define lname  libraw15
-Version:        0.17.2
+Version:        0.18.0
 Release:        0
 Summary:        Library for reading RAW files obtained from digital photo 
cameras
 License:        CDDL-1.0 or LGPL-2.1
@@ -29,14 +29,14 @@
 
 #Git-Clone:    git://github.com/LibRaw/LibRaw
 Source:         http://www.libraw.org/data/%tar_name-%version.tar.gz
-# PATCH-FIX-UPSTREAM libraw-0.17.1-gcc6-compatibility.patch -- picked from 
upstream, sligthly modified for ppc
-Patch:          libraw-0.17.1-gcc6-compatibility.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  pkg-config
+# zlib for deflate DNG support
+BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,7 +47,7 @@
 drawbacks have already been eliminated and part will be fixed in future.
 
 %package tools
-Summary:        Library for reading RAW files obtained from digital photo 
cameras -- Tools
+Summary:        Tools for reading RAW files obtained from digital photo cameras
 Group:          Productivity/Graphics/Other
 
 %description tools
@@ -97,10 +97,10 @@
 
 %prep
 %setup -qn %tar_name-%version
-%patch -p1
 
 %build
-export CXXFLAGS="%optflags -fPIC"
+export CXXFLAGS="%optflags -fPIC -DUSE_ZLIB"
+export LIBS="$LIBS -lz"
 %configure
 # build env is too broken for parallel build
 make %{?_smp_mflags}
@@ -109,7 +109,7 @@
 find doc -type f -name "*.html" -exec chmod a-x "{}" "+"
 mv doc manual
 # The source tree has these with execute permissions for some reason
-chmod -x Changelog.txt LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf
+chmod -x Changelog.txt LICENSE.CDDL LICENSE.LGPL
 chmod -x manual/index.html
 # The Libraries
 make install DESTDIR="%buildroot"
@@ -127,7 +127,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc Changelog.txt COPYRIGHT LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf
+%doc Changelog.txt COPYRIGHT LICENSE.CDDL LICENSE.LGPL
 %doc manual
 %_includedir/%name/
 %_libdir/pkgconfig/*.pc

++++++ LibRaw-0.17.2.tar.gz -> LibRaw-0.18.0.tar.gz ++++++
++++ 24096 lines of diff (skipped)


Reply via email to