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
This commit is contained in:
Bjørn Lie 2016-01-05 18:22:22 +00:00 committed by Git OBS Bridge
parent 94290ba009
commit f0c77096ab
4 changed files with 26 additions and 4 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,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 Sat Apr 11 18:48:00 UTC 2015 - zaitor@opensuse.org

View File

@ -17,7 +17,7 @@
Name: deja-dup Name: deja-dup
Version: 34.0 Version: 34.1
Release: 0 Release: 0
# FIXME: reenable "make check" in %%check, when lp#940110 is fixed # FIXME: reenable "make check" in %%check, when lp#940110 is fixed
Summary: Simple backup tool and frontend for duplicity Summary: Simple backup tool and frontend for duplicity
@ -42,6 +42,7 @@ BuildRequires: pkgconfig(libnautilus-extension)
BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(libpeas-1.0)
BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(packagekit-glib2)
Requires: duplicity >= 0.6.25 Requires: duplicity >= 0.6.25
Recommends: %{name}-lang Recommends: %{name}-lang
Recommends: python-boto Recommends: python-boto