From e6b0b6ecff5d4dbcc4f85b88ebe10bb6eb242a3d03a6e8b826e01cad7e2f97a9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 10 Feb 2013 13:34:48 +0000 Subject: [PATCH] Accepting request 154979 from graphics - Update to release 1.13 * fixes: + check (on build) if glib 2.28 or higher is present + don't sanatize exif when creating hdr dngs + colorpicker now disappears immediately when disabling it + lens correction now uses loose lens matching (ivan tarozzi) + konica minolta dynax 5d rotation fix + removed an outdated assertion which could cause a crash in rare cases + don't crash when loading half-corrupted xmp's + don't crash when an imported file contains incomplete gps information + libjpeg-turbo workaround (klaus post) * camera support: + preliminary support for the new nikon d5200 * white balance presets: + sony alpha 700 (update to firmware v4) + sony alpha 230 (new) + canon eos 650d (new) + canon eos rebel t2i (fixed) + canon eos m (fixed) * enhanced color rendition: + konica minolta dynax 5d (wolfgang kuehnel) + sony nex 3 (wolfgang kuehnel) + sony alpha 230 (wolfgang kuehnel) + sony rx100 (josef wells) - For openSUSE 12.1 added xz to buildrequires (forwarded request 154978 from toganm) OBS-URL: https://build.opensuse.org/request/show/154979 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=23 --- darktable-1.1.2.tar.gz | 3 --- darktable-1.1.3.tar.xz | 3 +++ darktable.changes | 36 ++++++++++++++++++++++++++++++++++++ darktable.spec | 10 +++++++--- 4 files changed, 46 insertions(+), 6 deletions(-) delete mode 100644 darktable-1.1.2.tar.gz create mode 100644 darktable-1.1.3.tar.xz diff --git a/darktable-1.1.2.tar.gz b/darktable-1.1.2.tar.gz deleted file mode 100644 index edae729..0000000 --- a/darktable-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:225ebf1bd2ca4cf06aa609f2eda55cb0894ae69bdf4db25fd97b2503c28e1765 -size 3432009 diff --git a/darktable-1.1.3.tar.xz b/darktable-1.1.3.tar.xz new file mode 100644 index 0000000..0ad9bd8 --- /dev/null +++ b/darktable-1.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d26f3ca1ae8f833f00f12b3e927cdc807cd3662c5ea8d1c0c55fe4555cfaf9 +size 2226896 diff --git a/darktable.changes b/darktable.changes index 09b9dac..e5baab7 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sat Feb 9 12:35:03 UTC 2013 - toganm@opensuse.org + +- Update to release 1.13 + + * fixes: + + check (on build) if glib 2.28 or higher is present + + don't sanatize exif when creating hdr dngs + + colorpicker now disappears immediately when disabling it + + lens correction now uses loose lens matching (ivan tarozzi) + + konica minolta dynax 5d rotation fix + + removed an outdated assertion which could cause a crash in rare + cases + + don't crash when loading half-corrupted xmp's + + don't crash when an imported file contains incomplete gps + information + + libjpeg-turbo workaround (klaus post) + + * camera support: + + preliminary support for the new nikon d5200 + + * white balance presets: + + sony alpha 700 (update to firmware v4) + + sony alpha 230 (new) + + canon eos 650d (new) + + canon eos rebel t2i (fixed) + + canon eos m (fixed) + + * enhanced color rendition: + + konica minolta dynax 5d (wolfgang kuehnel) + + sony nex 3 (wolfgang kuehnel) + + sony alpha 230 (wolfgang kuehnel) + + sony rx100 (josef wells) + +- For openSUSE 12.1 added xz to buildrequires + ------------------------------------------------------------------- Sun Jan 13 13:48:32 UTC 2013 - toganm@opensuse.org diff --git a/darktable.spec b/darktable.spec index d0e2be4..679f8b0 100644 --- a/darktable.spec +++ b/darktable.spec @@ -17,11 +17,11 @@ Name: darktable -Version: 1.1.2 +Version: 1.1.3 Release: 0 Url: http://darktable.sourceforge.net -Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-%{version}.tar.gz -Source1: http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual-%{version}.pdf +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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: dbus-1-glib-devel @@ -51,6 +51,10 @@ BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(sdl) BuildRequires: pkgconfig(sqlite3) ExclusiveArch: %ix86 x86_64 +%if 0%{?suse_version} == 1210 +BuildRequires: xz +%endif + Summary: A virtual Lighttable and Darkroom License: GPL-3.0+