diff --git a/deja-dup-34.0.tar.xz b/deja-dup-34.0.tar.xz deleted file mode 100644 index 2ede1a1..0000000 --- a/deja-dup-34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a12da41c989c1fdf43e430965efe8934b0ed9919aab29b372ef7edcedd9fd468 -size 670644 diff --git a/deja-dup-34.1.tar.xz b/deja-dup-34.1.tar.xz new file mode 100644 index 0000000..c860655 --- /dev/null +++ b/deja-dup-34.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5469aa6c4d86e5cfc34664549b84b8cc555ece95551e1147029f738a877e551 +size 3716548 diff --git a/deja-dup.changes b/deja-dup.changes index 329d77f..cc5d5b1 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Dec 31 01:52:20 UTC 2015 - badshah400@gmail.com + +- Update to version 34.1: + + Add experimental support for Google Cloud Storage, please test + and file bugs. + + Add experimental support for OpenStack Swift, please test and + file bugs. + + Fix a bug where the error dialog wasn't visible after a failed + backup in GNOME. + + Fix a bug where background backups were using smaller 'nice' + values than they should have. + + Drop support for building the GNOME Control Center plugin; + upstream hasn't supported that for a while, and Ubuntu finally + dropped their patch allowing it. + + Install duplicity on demand if needed. + + Support reproducible builds by using $SOURCE_DATE_EPOCH to set + the man page timestamps, if present. + + Updated translations. +- Add BuildRequires: pkgconfig(packagekit-glib2), needed for the + install duplicity on demand feature. +- Due to above change, change duplicity Requires to Recommends. + ------------------------------------------------------------------- Sat Apr 11 18:48:00 UTC 2015 - zaitor@opensuse.org diff --git a/deja-dup.spec b/deja-dup.spec index 70f6d99..a24090b 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -17,7 +17,7 @@ Name: deja-dup -Version: 34.0 +Version: 34.1 Release: 0 # FIXME: reenable "make check" in %%check, when lp#940110 is fixed Summary: Simple backup tool and frontend for duplicity @@ -42,7 +42,8 @@ BuildRequires: pkgconfig(libnautilus-extension) BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(libsecret-1) -Requires: duplicity >= 0.6.25 +BuildRequires: pkgconfig(packagekit-glib2) +Recommends: duplicity >= 0.6.25 Recommends: %{name}-lang Recommends: python-boto Recommends: python-cloudfiles