Accepting request 352656 from GNOME:Apps

New rel

OBS-URL: https://build.opensuse.org/request/show/352656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2016-01-12 15:11:24 +00:00 committed by Git OBS Bridge
commit 989b8022d5
4 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a12da41c989c1fdf43e430965efe8934b0ed9919aab29b372ef7edcedd9fd468
size 670644

3
deja-dup-34.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5469aa6c4d86e5cfc34664549b84b8cc555ece95551e1147029f738a877e551
size 3716548

View File

@ -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

View File

@ -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