Accepting request 161999 from GNOME:Apps

Update to 26.0 (forwarded request 161889 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/161999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2013-04-02 09:40:02 +00:00 committed by Git OBS Bridge
commit c86684d119
4 changed files with 33 additions and 8 deletions

View File

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

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

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

View File

@ -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 Thu Oct 11 13:35:33 UTC 2012 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package deja-dup # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: deja-dup Name: deja-dup
Version: 24.0 Version: 26.0
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
License: GPL-3.0+ License: GPL-3.0+
Group: Productivity/Archiving/Backup Group: Productivity/Archiving/Backup
Url: https://launchpad.net/deja-dup 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 # For make check to work, we need dbus-launch
BuildRequires: dbus-1-x11 BuildRequires: dbus-1-x11
BuildRequires: fdupes BuildRequires: fdupes
@ -34,12 +34,12 @@ BuildRequires: update-desktop-files
BuildRequires: vala >= 0.16.0 BuildRequires: vala >= 0.16.0
BuildRequires: yelp-tools BuildRequires: yelp-tools
BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(glib-2.0) >= 2.32
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
BuildRequires: pkgconfig(libnautilus-extension) BuildRequires: pkgconfig(libnautilus-extension)
BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(libpeas-1.0)
Requires: duplicity BuildRequires: pkgconfig(libsecret-1)
Requires: duplicity >= 0.6.21
Recommends: %{name}-lang Recommends: %{name}-lang
Recommends: python-boto Recommends: python-boto
Recommends: python-cloudfiles Recommends: python-cloudfiles