From a059f29afd57dc9fc3cdc716c755e0a5b3cac1fadf7f1bfc511ad925fa6f3910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 8 Jan 2019 13:32:11 +0000 Subject: [PATCH] Accepting request 663393 from GNOME:Next Should build fine in GA - Pretty sure its the new vala that is the issue here in GN - Update to version 38.2: + Fix not being able to find the backup files when restoring on a fresh install. - Changes from version 38.1: + Use a primary menu instead of an AppMenu, per current GNOME recommendations. + Drop support for the legacy desktop status icon. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/663393 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=96 --- deja-dup-38.0.tar.xz | 3 --- deja-dup-38.2.tar.xz | 3 +++ deja-dup.changes | 12 ++++++++++++ deja-dup.spec | 11 ++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 deja-dup-38.0.tar.xz create mode 100644 deja-dup-38.2.tar.xz diff --git a/deja-dup-38.0.tar.xz b/deja-dup-38.0.tar.xz deleted file mode 100644 index dc275ab..0000000 --- a/deja-dup-38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb98dae64b889edbde97f7b06ac737dd7f14dd8cd20c28c270dd6cb089507ad0 -size 723476 diff --git a/deja-dup-38.2.tar.xz b/deja-dup-38.2.tar.xz new file mode 100644 index 0000000..5e7cd31 --- /dev/null +++ b/deja-dup-38.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886d2772d580b924dc274a257f15f1e159d74f791d2b8f08c8d0e72484dab373 +size 662404 diff --git a/deja-dup.changes b/deja-dup.changes index b5d8789..306006c 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 7 15:55:22 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 38.2: + + Fix not being able to find the backup files when restoring on + a fresh install. +- Changes from version 38.1: + + Use a primary menu instead of an AppMenu, per current GNOME + recommendations. + + Drop support for the legacy desktop status icon. + + Updated translations. + ------------------------------------------------------------------- Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org diff --git a/deja-dup.spec b/deja-dup.spec index 7cbef22..3548ce0 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -1,7 +1,7 @@ # # spec file for package deja-dup # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: deja-dup -Version: 38.0 +Version: 38.2 Release: 0 Summary: Simple backup tool and frontend for duplicity License: GPL-3.0-or-later Group: Productivity/Archiving/Backup URL: https://wiki.gnome.org/Apps/DejaDup Source0: https://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz + # Meson checks for appstream-util, BuildRequires: appstream-glib # dbus-run-session, @@ -33,8 +34,8 @@ BuildRequires: desktop-file-utils # msgfmt and BuildRequires: gettext-runtime # glib-compile-schemas programs. -BuildRequires: glib2-tools BuildRequires: fdupes +BuildRequires: glib2-tools BuildRequires: libgpg-error-devel BuildRequires: meson BuildRequires: pkgconfig @@ -91,7 +92,7 @@ This package contains a plugin to integrate Déjà Dup into Nautilus. %lang_package %prep -%setup -q +%autosetup -p1 # Fix version in meson.build file 38.0 release sed -i "s|version: '37.1'|version: '38.0'|" meson.build