diff --git a/darktable-1.0.3.tar.gz b/darktable-1.0.3.tar.gz deleted file mode 100644 index 934c199..0000000 --- a/darktable-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:112d237a9ec99dab814eccf938a6a9aea1d2e7eec2da685633a03632f9ae99f1 -size 2538467 diff --git a/darktable-1.0.4.tar.gz b/darktable-1.0.4.tar.gz new file mode 100644 index 0000000..4f33af2 --- /dev/null +++ b/darktable-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b +size 2547099 diff --git a/darktable.changes b/darktable.changes index 13a54bd..cbf7bbd 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 4 08:21:28 UTC 2012 - toganm@opensuse.org + +- Enabled all plugins + +------------------------------------------------------------------- +Sun Jun 3 12:23:42 UTC 2012 - meissner@suse.com + +- Update to release 1.0.4 + No upstream changelog, but various improvements, translation updates + and bugfixes. + ------------------------------------------------------------------- Sat Apr 28 06:48:17 UTC 2012 - toganm@opensuse.org diff --git a/darktable.spec b/darktable.spec index 9609c4d..717f984 100644 --- a/darktable.spec +++ b/darktable.spec @@ -17,10 +17,10 @@ Name: darktable -Version: 1.0.3 +Version: 1.0.4 Release: 0 Url: http://darktable.sourceforge.net -Source0: %{name}-%{version}.tar.gz +Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: Mesa-devel BuildRequires: OpenEXR-devel @@ -69,7 +69,7 @@ cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \ -DCMAKE_BUILD_TYPE=Release \ -DBINARY_PACKAGE_BUILD=1 \ - -DINSTALL_IOP_EXPERIMENTAL=Off -DINSTALL_IOP_LEGACY=Off .. + -DINSTALL_IOP_EXPERIMENTAL=On -DINSTALL_IOP_LEGACY=Off .. %__make %{_smp_mflags} VERBOSE=1 %install