Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2015-04-27 13:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/darktable (Old)
 and      /work/SRC/openSUSE:Factory/.darktable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "darktable"

Changes:
--------
--- /work/SRC/openSUSE:Factory/darktable/darktable.changes      2015-04-02 
16:03:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2015-04-27 
13:04:24.000000000 +0200
@@ -1,0 +2,34 @@
+Fri Apr 17 21:41:00 UTC 2015 - [email protected]
+
+- Update to version 1.6.4
+  - general improvements:
+    - major rawspeed update
+    - facebook exporter update (first authentication usability
+      should be much better now)
+    - first run opencl benchmark to prevent opencl autoactivation
+      if gpu is obviously slower than cpu
+    - lensfun cornercase fixes
+    - some mask cornercase fixes
+    - zonesystem now updates it's gui when number of zones changes
+    - spots iop updates
+    - ui_last/gui_language should work more reliably now
+    - internal lua updated from 5.2.3 to 5.2.4 (distro's typically
+      use their own version of lua)
+    - gcc 5 should build now
+  - new camera support:
+    - canon digital rebel (non european 300d)
+    - nikon d5500 (experimental)
+    - olympus e-m5 mark ii (experimental)
+    - Samsung NX500 (experimental)
+  - white balance presets:
+    - sony a77 ii
+    - fujiflim x-e2
+    - olympus e-m5 mark ii
+  - noise profiles:
+    - canon 7d mark ii
+  - updated translations: german french russian danish catalan
+    japanese dutch
+- drop 826152bc3564e74133680cc53e69e040d3663b47.patch included in
+  release
+
+-------------------------------------------------------------------

Old:
----
  826152bc3564e74133680cc53e69e040d3663b47.patch
  darktable-1.6.3-nopatents.tar.xz

New:
----
  darktable-1.6.4-nopatents.tar.xz

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

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.Kw5PrP/_old  2015-04-27 13:04:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Kw5PrP/_new  2015-04-27 13:04:25.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           darktable
-Version:        1.6.3
+Version:        1.6.4
 Release:        0
 Url:            http://darktable.sourceforge.net
 # darktable contains patented code that we cannot ship.  Therefore we use
@@ -30,7 +30,6 @@
 Source1:        
https://github.com/darktable-org/darktable/releases/download/release-1.6.0/darktable-usermanual.pdf
 Source2:        README.openSUSE
 Source3:        generate-tarball.sh
-Patch:          826152bc3564e74133680cc53e69e040d3663b47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
@@ -112,7 +111,6 @@
 
 %prep
 %setup -q
-%patch -p1
 chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh 
tools/basecurve/* tools/noise/*
 
 cp %{S:1} darktable-usermanual.pdf

++++++ darktable-1.6.3-nopatents.tar.xz -> darktable-1.6.4-nopatents.tar.xz 
++++++
++++ 64584 lines of diff (skipped)

++++++ generate-tarball.sh ++++++
--- /var/tmp/diff_new_pack.Kw5PrP/_old  2015-04-27 13:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.Kw5PrP/_new  2015-04-27 13:04:26.000000000 +0200
@@ -1,6 +1,10 @@
 #!/bin/sh
 
 VERSION=$1
+if [ "x$VERSION" == "x" ] ; then
+  echo "Please call $0 with a version number as parameter. Exiting."
+  exit 1
+fi
 
 tar -xJvf darktable-$VERSION.tar.xz
 rm -rf darktable-$VERSION/src/external/squish


Reply via email to