diff --git a/deja-dup-24.0.tar.xz b/deja-dup-24.0.tar.xz deleted file mode 100644 index 211f882..0000000 --- a/deja-dup-24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4506871cb9858ea8ef56ef62cc20613a189c123070c123293b533bdfae333673 -size 865076 diff --git a/deja-dup-26.0.tar.xz b/deja-dup-26.0.tar.xz new file mode 100644 index 0000000..d2f3b83 --- /dev/null +++ b/deja-dup-26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa546ce781183d6041148583cf1c7d6590cec8c1cf0edd6d0db503fc8b8002b +size 820956 diff --git a/deja-dup.changes b/deja-dup.changes index a4b39cc..ff70eec 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Mar 30 17:48:28 UTC 2013 - dimstar@opensuse.org + +- Update to version 26.0: + + Fix another instance of using /tmp directly. + + Spread around the default backup time. + + Lower its CPU priority when running. +- Changes from version 25.5: + + Fix problems with small /tmp folders. + + Allow $USER variables in the local backup location path. + + Appear in GNOME 3's notification settings. + + Exclude /run by default. + + Requires duplicity 0.6.21. +- Changes from version 25.3: + + Fixes Ubuntu One support with the latest duplicity. + + Ignore ~/Steam by default. + + Support using $USER in gsettings default paths. +- Changes from version 25.1.1: + + Fix a build error and bug keeping some notifications from being + translated. +- Changes from version 25.1: + + Switch from libgnome-keyring to libsecret. +- Replace pkgconfig(gnome-keyring-1 BuildRequires with + pkgconfig(libsecret-1), following upstreams port. + ------------------------------------------------------------------- Thu Oct 11 13:35:33 UTC 2012 - dimstar@opensuse.org diff --git a/deja-dup.spec b/deja-dup.spec index ac91a9e..667d285 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -1,7 +1,7 @@ # # spec file for package deja-dup # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products 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,14 +17,14 @@ Name: deja-dup -Version: 24.0 +Version: 26.0 Release: 0 # FIXME: reenable "make check" in %%check, when lp#940110 is fixed 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/24/%{version}/+download/%{name}-%{version}.tar.xz +Source0: https://launchpad.net/deja-dup/26/%{version}/+download/%{name}-%{version}.tar.xz # For make check to work, we need dbus-launch BuildRequires: dbus-1-x11 BuildRequires: fdupes @@ -34,12 +34,12 @@ BuildRequires: update-desktop-files BuildRequires: vala >= 0.16.0 BuildRequires: yelp-tools BuildRequires: pkgconfig(glib-2.0) >= 2.32 -BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 BuildRequires: pkgconfig(libnautilus-extension) BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libpeas-1.0) -Requires: duplicity +BuildRequires: pkgconfig(libsecret-1) +Requires: duplicity >= 0.6.21 Recommends: %{name}-lang Recommends: python-boto Recommends: python-cloudfiles