Hello community,

here is the log from the commit of package darktable for openSUSE:12.3 checked 
in at 2013-02-11 10:58:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/darktable (Old)
 and      /work/SRC/openSUSE:12.3/.darktable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "darktable", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.3/darktable/darktable.changes 2013-02-10 
15:27:15.000000000 +0100
+++ /work/SRC/openSUSE:12.3/.darktable.new/darktable.changes    2013-02-11 
10:59:01.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 10 18:19:50 UTC 2013 - fcro...@suse.com
+
+- Add 0001-Olympus-E-M5-enhanced-matrix.patch: Enhanced matrix for
+  Olympus OM-D E-M5.
+
+-------------------------------------------------------------------

New:
----
  0001-Olympus-E-M5-enhanced-matrix.patch

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

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.OM2RwS/_old  2013-02-11 10:59:02.000000000 +0100
+++ /var/tmp/diff_new_pack.OM2RwS/_new  2013-02-11 10:59:02.000000000 +0100
@@ -22,6 +22,8 @@
 Url:            http://darktable.sourceforge.net
 Source0:        
https://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-%{version}.tar.xz
 Source1:        
http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual-1.1.2.pdf
+# PATCH-FIX-UPSTREAM 0001-Olympus-E-M5-enhanced-matrix.patch fcro...@suse.com 
-- enhanced matrix for Olympus OM-D E-M5
+Patch0:         0001-Olympus-E-M5-enhanced-matrix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  dbus-1-glib-devel
@@ -55,7 +57,6 @@
 BuildRequires:  xz
 %endif
 
-
 Summary:        A virtual Lighttable and Darkroom
 License:        GPL-3.0+
 Group:          Productivity/Graphics/Viewers
@@ -78,6 +79,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh
 cp %{S:1} darktable-usermanual.pdf
 

++++++ 0001-Olympus-E-M5-enhanced-matrix.patch ++++++
>From 746f465a402c8d4bf36b0dcf897d7103448710fc Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn <pmjdebru...@pcode.nl>
Date: Sun, 10 Feb 2013 17:20:40 +0100
Subject: [PATCH] Olympus E-M5 enhanced matrix with help from Frederic Crozat

---
 src/common/colormatrices.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/common/colormatrices.c b/src/common/colormatrices.c
index fe0fbf0..1f3417f 100644
--- a/src/common/colormatrices.c
+++ b/src/common/colormatrices.c
@@ -204,6 +204,9 @@ static dt_profiled_colormatrix_t 
dt_profiled_colormatrices[] =
   // Eugene Kraf, Wolf Faust IT8, direct sunlight, well lit
   { "OLYMPUS E-PL2",                { 785522, 280624,  28503}, { 322266, 
1211975, -305984}, { 82550, -246841, 1278198}, {731506, 752808, 645309}},
 
+  // Frederic Crozat, Wolf Faust IT8, direct sunlight, well lit
+  { "OLYMPUS E-M5",                 { 937775, 279129,  75378}, { 232697, 
1345169, -493317}, { 62012, -354202, 1458389}, {722229, 755142, 623749}},
+
   // Karl Mikaelsson, Homebrew ColorChecker, strobe, well lit
   { "OLYMPUS E-500",                { 925171, 247681,  26367}, { 257187, 
1270187, -455826}, {-87784, -426529, 1383041}, {790421, 812775, 708054}},
 
-- 
1.8.1.2


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

Reply via email to