From fe8515cdb0c1d7a13006292e5699330397853d51157eed0717264c2284e22f2a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 5 Sep 2011 14:25:30 +0000 Subject: [PATCH] Accepting request 80944 from graphics - Update to bugfix release 0.9.2: + there are no new features, just * updated translations * tiling for memory hungry operations and as workaround for old opencl 1.0 drivers * new color matrices and white balance presets * a lot of stability issues have been resolved * a lot of performance improvements (more sse code, better opencl code) + Removed 0001-Remove-dependancy-on-git.patch (forwarded request 80939 from toganm) OBS-URL: https://build.opensuse.org/request/show/80944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=3 --- 0001-Remove-dependancy-on-git.patch | 32 ----------------------------- darktable-0.9.1.tar.bz2 | 3 --- darktable-0.9.2.tar.bz2 | 3 +++ darktable.changes | 13 ++++++++++++ darktable.spec | 9 ++------ 5 files changed, 18 insertions(+), 42 deletions(-) delete mode 100644 0001-Remove-dependancy-on-git.patch delete mode 100644 darktable-0.9.1.tar.bz2 create mode 100644 darktable-0.9.2.tar.bz2 diff --git a/0001-Remove-dependancy-on-git.patch b/0001-Remove-dependancy-on-git.patch deleted file mode 100644 index e25b45e..0000000 --- a/0001-Remove-dependancy-on-git.patch +++ /dev/null @@ -1,32 +0,0 @@ -From cb710267cd2754f01776d625368ce350f87b6d68 Mon Sep 17 00:00:00 2001 -From: Tobias Ellinghaus -Date: Mon, 25 Jul 2011 22:50:53 +0200 -Subject: [PATCH 1/1] Remove dependancy on git - -Building a tgz package created using "make pkgsrc" didn't have a correct -build/src/accelstrings_gen.h as the script creating that file used -"git grep" which doesn't work when not inside of a git tree. Instead, we -now use "git -r". ---- - tools/create_accel_strings.sh | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tools/create_accel_strings.sh b/tools/create_accel_strings.sh -index 1658dbb..b86e557 100755 ---- a/tools/create_accel_strings.sh -+++ b/tools/create_accel_strings.sh -@@ -1,9 +1,9 @@ - #!/bin/sh - # Finding all the module names --modules=`git grep 'add_library( *[a-zA-Z0-9]\+ *MODULE *[^)]\+' | \ -+modules=`grep -r 'add_library( *[a-zA-Z0-9]\+ *MODULE *[^)]\+' $1 | \ - sed 's/[^:]*:[^a]*add_library( *\([^ ]\+\).*/\1/p' | sort | uniq` - --words=`git grep '\"' $1 | \ -+words=`grep -r '\"' $1 | \ - sed 's/[^"]*"\([^"]\+\)"[^"]*/\1/' | tr '/' '\n' | \ - sort | uniq` - --- -1.7.1 - diff --git a/darktable-0.9.1.tar.bz2 b/darktable-0.9.1.tar.bz2 deleted file mode 100644 index 5f05d21..0000000 --- a/darktable-0.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c446b3b5c4e174337a9e1b2b6b4d7a133b1bc889d883a5745db02c1e8e87262 -size 1763910 diff --git a/darktable-0.9.2.tar.bz2 b/darktable-0.9.2.tar.bz2 new file mode 100644 index 0000000..6e58a46 --- /dev/null +++ b/darktable-0.9.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be049a139f5bc541a2273d24b7c8392effba7485ddef3c28fbf83937064f239 +size 1818807 diff --git a/darktable.changes b/darktable.changes index 7e0639a..e98be63 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Sat Sep 3 13:13:43 UTC 2011 - toganm@opensuse.org + +- Update to bugfix release 0.9.2: + + there are no new features, just + * updated translations + * tiling for memory hungry operations and as workaround for old + opencl 1.0 drivers + * new color matrices and white balance presets + * a lot of stability issues have been resolved + * a lot of performance improvements (more sse code, better + opencl code) + + Removed 0001-Remove-dependancy-on-git.patch +------------------------------------------------------------------- Tue Jul 26 07:14:25 UTC 2011 - toganm@opensuse.org - Updated to bugfix release 0.9.1 diff --git a/darktable.spec b/darktable.spec index 760165c..370b7cd 100644 --- a/darktable.spec +++ b/darktable.spec @@ -19,17 +19,12 @@ Name: darktable -Version: 0.9.1 +Version: 0.9.2 Release: 1 License: GPLv3+ Group: Productivity/Graphics/Viewers Url: http://darktable.sourceforge.net Source0: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM 0001-Remove-dependancy-on-git.patch -# Tobias Ellinghaus # -# Backported from git fixing accelstrings_gen.h -Patch0: 0001-Remove-dependancy-on-git.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: gcc-c++ @@ -64,7 +59,6 @@ lighttable. it also enables you to develop raw images and enhance them. %prep %setup -q -%patch0 -p1 %build [ ! -d "build" ] && mkdir build @@ -118,4 +112,5 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot} %{_datadir}/darktable %{_datadir}/icons/hicolor/*/apps/darktable.* %{_mandir}/man1/darktable.1.* + %changelog