From f0c77096abaa96b1f1a9291ed01dd37cb478f8e8046b71a5e73ad6816eb38820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 5 Jan 2016 18:22:22 +0000 Subject: [PATCH 1/3] Accepting request 351440 from home:badshah400:branches:GNOME:Apps - 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). OBS-URL: https://build.opensuse.org/request/show/351440 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=64 --- deja-dup-34.0.tar.xz | 3 --- deja-dup-34.1.tar.xz | 3 +++ deja-dup.changes | 21 +++++++++++++++++++++ deja-dup.spec | 3 ++- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 deja-dup-34.0.tar.xz create mode 100644 deja-dup-34.1.tar.xz 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..69ce8f4 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +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). + ------------------------------------------------------------------- Sat Apr 11 18:48:00 UTC 2015 - zaitor@opensuse.org diff --git a/deja-dup.spec b/deja-dup.spec index 70f6d99..8e37e23 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,6 +42,7 @@ BuildRequires: pkgconfig(libnautilus-extension) BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(libsecret-1) +BuildRequires: pkgconfig(packagekit-glib2) Requires: duplicity >= 0.6.25 Recommends: %{name}-lang Recommends: python-boto From 4232c0892cec38f9e2232226b32abca404bd1c7e16ce83e4568b485575e40d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 5 Jan 2016 18:23:43 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=65 --- deja-dup.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deja-dup.changes b/deja-dup.changes index 69ce8f4..9ed9db9 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -17,7 +17,8 @@ Thu Dec 31 01:52:20 UTC 2015 - badshah400@gmail.com + Support reproducible builds by using $SOURCE_DATE_EPOCH to set the man page timestamps, if present. + Updated translations. -- Add BuildRequires: pkgconfig(packagekit-glib2). +- Add BuildRequires: pkgconfig(packagekit-glib2), needed for the + install duplicity on demand feature. ------------------------------------------------------------------- Sat Apr 11 18:48:00 UTC 2015 - zaitor@opensuse.org From a4e65408c02bb91eaf09f99440594f4cc2f793487cdc6bfbc22e948f3dc954e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 8 Jan 2016 22:17:18 +0000 Subject: [PATCH 3/3] Accepting request 352245 from home:Zaitor:branches:GNOME:Apps See discussion in sr#351440 - I assume that upstream is planning to support other backends in the future. OBS-URL: https://build.opensuse.org/request/show/352245 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=66 --- deja-dup.changes | 1 + deja-dup.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deja-dup.changes b/deja-dup.changes index 9ed9db9..cc5d5b1 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -19,6 +19,7 @@ Thu Dec 31 01:52:20 UTC 2015 - badshah400@gmail.com + 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 8e37e23..a24090b 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -43,7 +43,7 @@ BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(packagekit-glib2) -Requires: duplicity >= 0.6.25 +Recommends: duplicity >= 0.6.25 Recommends: %{name}-lang Recommends: python-boto Recommends: python-cloudfiles