Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2014-01-03 19:42:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-11-25 
16:02:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2014-01-03 
19:42:51.000000000 +0100
@@ -1,0 +2,48 @@
+Wed Jan  1 11:54:39 UTC 2014 - adr...@suse.de
+
+- update to final version 1.4
+
+- removed patches:
+  * 0001-Fix-9720-Don-t-crash-when-kwallet-is-not-running.patch
+-------------------------------------------------------------------
+Mon Dec 16 18:49:50 UTC 2013 - tog...@opensuse.org
+
+- Fixes #bnc855442 
+  * added patches:
+    - 0001-Fix-9720-Don-t-crash-when-kwallet-is-not-running.patch
+-------------------------------------------------------------------
+Sun Dec  1 19:32:52 UTC 2013 - tog...@opensuse.org
+
+- Update to release candidate 1.4~rc1
+  * darktable now integrates a lua engine that allows writing scripts
+    to make it easier to use with other image processing software.
+    These scripts can be run when a particular event takes place (for
+    example when a new image is imported) or when a particular keyboard
+    shortcut is used. There are very few scripts available at this
+    point but we expect the community to provide some more during the
+    next release cycle.
+  * darktable now include several kinds of drawn masks: brush,
+    circle, ellipse, path and gradients
+  * exporting in WebP format
+  * serious speed enhancements of lighttable when using large
+    colections
+  * focus detection on lighttable
+  * local cached copies of images for offline files
+  * a few new blend mode like "HSV lightness", "HSV color", "Lab
+    lightness" and "Lab color"
+  * new modules "contrast brightness saturation", "color balance" and
+    "color mapping" which replaces the now deprecated "color
+    transfer" module
+  * new histogram mode "waveform"
+  * added a setting to automatically collapse modules to only have a
+    single one expanded
+  * better user experience for bauhaus sliders: the popup now has a
+    blinking cursor to make possible text entry more discoverable
+  * the text entry for bauhaus sliders and vimkeys' ":set" command
+    can now evaluate mathematical expressions
+  * many bug fixes and small improvements
+  * a tool for measuring basecurves from a sample image
+ 
+- Remove backported
+  0001-Allow-compilation-with-colord-and-without-squish.patch
+-------------------------------------------------------------------

Old:
----
  darktable-1.2.3-nopatents.tar.xz

New:
----
  README.openSUSE
  darktable-1.4-nopatents.tar.xz

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

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.Di0VzR/_old  2014-01-03 19:42:52.000000000 +0100
+++ /var/tmp/diff_new_pack.Di0VzR/_new  2014-01-03 19:42:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package darktable
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,28 @@
 
 
 Name:           darktable
-Version:        1.2.3
+Version:        1.4
 Release:        0
 Url:            http://darktable.sourceforge.net
 # darktable contains patented code that we cannot ship.  Therefore we use
 # this script to remove the patented code before shipping it.
 # Download the upstream tarball and invoke this script while in the
 # tarball's directory:
-# Originial Source:        
https://downloads.sourceforge.net/project/darktable/darktable/1.2/%%name-%%version.tar.xz
+# Originial Source:        
https://downloads.sourceforge.net/project/darktable/darktable/1.4/%%name-%%version.tar.xz
 # ./generate-tarball.sh 
 Source0:        %name-%version-nopatents.tar.xz
-Source1:        
http://sourceforge.net/projects/darktable/files/darktable/1.2/darktable-usermanual.pdf
-# PATCH-FIX-UPSTREAM backported from git enable colord even without squish
-Patch0:         0001-Allow-compilation-with-colord-and-without-squish.patch
-
+Source1:        
http://sourceforge.net/projects/darktable/files/darktable/1.4/darktable-usermanual.pdf
+Source2:        README.openSUSE
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
-BuildRequires:  libcolord-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  lensfun-devel
 BuildRequires:  libGraphicsMagick3
+BuildRequires:  libcolord-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libxslt
@@ -64,6 +62,15 @@
 BuildRequires:  pkgconfig(sdl)
 BuildRequires:  pkgconfig(sqlite3)
 ExclusiveArch:  %ix86 x86_64
+%if 0%{?suse_version} > 1220
+BuildRequires:  pkgconfig(libwebp)
+%endif
+
+%if 0%{?suse_version} > 1210
+BuildRequires:  lua-devel
+BuildRequires:  pkgconfig(libopenjpeg)
+%endif
+
 %if 0%{?suse_version} == 1210
 BuildRequires:  xz
 %endif
@@ -97,11 +104,10 @@
 
 %prep
 %setup -q
-%patch0 -p1
-
+chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh 
tools/noise/*
 
-chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh
 cp %{S:1} darktable-usermanual.pdf
+cp %{S:2} .
 
 %build
 [ ! -d "build" ] && mkdir  build
@@ -129,12 +135,13 @@
 
 %__mkdir_p %{buildroot}%{_defaultdocdir}
 %__mv %{buildroot}%{_datadir}/doc/darktable %{buildroot}%{_defaultdocdir}
+cp %{S:2} %buildroot%_defaultdocdir/%name/.
 
 %fdupes %{buildroot}
 
 %files -f darktable.lang
 %defattr(-,root,root)
-%doc doc/AUTHORS doc/TODO doc/LICENSE  tools/purge_non_existing_images.sh 
tools/create_control_svg.sh
+%doc doc/AUTHORS doc/TODO doc/LICENSE  tools/purge_non_existing_images.sh 
tools/create_control_svg.sh tools/noise tools/basecurve README.openSUSE
 %{_bindir}/darktable
 %{_bindir}/darktable-cltest
 %{_bindir}/darktable-cli
@@ -144,8 +151,8 @@
 %{_datadir}/darktable
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/darktable.appdata.xml
-%{_datadir}/icons/hicolor/*/apps/darktable.*
-%{_mandir}/man1/darktable.1.*
+%{_datadir}/icons/hicolor/*/apps/darktable*
+%{_mandir}/man1/darktable*.1.*
 
 %files doc
 %defattr(-,root,root)

++++++ README.openSUSE ++++++
Extra Tools for darktable

You will find darktable specific extra programs/scripts under the tools
directory.

Use this these tools on your own risk. In case of any bugs of these
tools please report them to the upstream darktable project.

tools/create_control_svg.sh
tools/purge_non_existing_images.sh
tools/purge_unused_tags.sh

Profiled denoise generator
tools/noise

Simply run make to create the binary

tools/basecurve
Simply run make to create the binary
++++++ darktable-1.2.3-nopatents.tar.xz -> darktable-1.4-nopatents.tar.xz ++++++
++++ 237744 lines of diff (skipped)

++++++ darktable-usermanual.pdf ++++++
(binary differes)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to