diff --git a/deja-dup-36.3.tar.xz b/deja-dup-36.3.tar.xz deleted file mode 100644 index d41e429..0000000 --- a/deja-dup-36.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c433a334bcead16f92a98914d36fbf6911cd11dcc75bc8163cefa73fff2fc22 -size 717484 diff --git a/deja-dup-37.1.tar.xz b/deja-dup-37.1.tar.xz new file mode 100644 index 0000000..f4764cc --- /dev/null +++ b/deja-dup-37.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737a3613b8c3b695cb84716338d75c94773b83b50145e55473e8ee4c18b43bd3 +size 723048 diff --git a/deja-dup.changes b/deja-dup.changes index ba58d0a..ae0e5ec 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jan 17 01:56:58 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 37.1: + + Add new Google Drive backend and make it the new default + backend. + + Updated translations. +- Update Url to https://wiki.gnome.org/Apps/DejaDup: current Deja + Dup's GNOME web page. +- Point fdupes to the data directory instead of the build root, + which is a practice that must be avoided. +- Drop %glib2_gsettings_schema_requires macro: it's no longer + needed since RPM File Triggers. + ------------------------------------------------------------------- Sun Nov 5 13:25:43 UTC 2017 - badshah400@gmail.com diff --git a/deja-dup.spec b/deja-dup.spec index 0f95232..c5401f0 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -1,7 +1,7 @@ # # spec file for package deja-dup # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX 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,13 +17,13 @@ Name: deja-dup -Version: 36.3 +Version: 37.1 Release: 0 Summary: Simple backup tool and frontend for duplicity License: GPL-3.0+ Group: Productivity/Archiving/Backup -Url: https://launchpad.net/deja-dup -Source0: https://launchpad.net/deja-dup/36/%{version}/+download/%{name}-%{version}.tar.xz +Url: https://wiki.gnome.org/Apps/DejaDup +Source0: https://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz # For make check to work, we need dbus-launch BuildRequires: dbus-1-x11 BuildRequires: fdupes @@ -47,7 +47,6 @@ Recommends: %{name}-lang Recommends: duplicity >= 0.6.25 Recommends: python-boto Recommends: python-cloudfiles -%glib2_gsettings_schema_requires %description Déjà Dup is a simple backup tool. It hides the complexity of doing @@ -89,14 +88,13 @@ This package contains a plugin to integrate Déjà Dup into Nautilus. %build export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}" export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}" -%{meson} -%{meson_build} +%meson +%meson_build %install -%{meson_install} - +%meson_install %find_lang %{name} %{?no_lang_C} -%fdupes %{buildroot} +%fdupes %{buildroot}%{_datadir} %check # Disabled as it currently fails a lot of tests.