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 1/3] 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 From e64bb9ee8f4b508d38d99dff7729b7a5b9b1994775705807392d3a4573f9922d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 15 Jan 2019 21:49:57 +0000 Subject: [PATCH 2/3] Accepting request 665022 from home:iznogood:branches:GNOME:Apps - Drop meson version fix via sed in spec, no longer needed. - Stop exporting optflags and rpath before configure, no longer needed. - Renable meson test, tests are now ok. OBS-URL: https://build.opensuse.org/request/show/665022 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=97 --- deja-dup.changes | 4 ++++ deja-dup.spec | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/deja-dup.changes b/deja-dup.changes index 306006c..0da4347 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -9,6 +9,10 @@ Mon Jan 7 15:55:22 UTC 2019 - bjorn.lie@gmail.com recommendations. + Drop support for the legacy desktop status icon. + Updated translations. +- Drop meson version fix via sed in spec, no longer needed. +- Stop exporting optflags and rpath before configure, no longer + needed. +- Renable meson test, tests are now ok. ------------------------------------------------------------------- Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org diff --git a/deja-dup.spec b/deja-dup.spec index 3548ce0..dab1429 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -93,12 +93,8 @@ This package contains a plugin to integrate Déjà Dup into Nautilus. %prep %autosetup -p1 -# Fix version in meson.build file 38.0 release -sed -i "s|version: '37.1'|version: '38.0'|" meson.build %build -export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}" -export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}" %meson %meson_build @@ -108,8 +104,7 @@ export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}" %fdupes %{buildroot}%{_datadir} %check -# Disabled as it currently fails a lot of tests. -#%%meson_test +%meson_test %files %license COPYING From 526b8965d6fda637375570f909327e03ee91821711a29c17af3b6e521078f3c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 15 Jan 2019 21:50:58 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=98 --- deja-dup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deja-dup.spec b/deja-dup.spec index dab1429..3d83264 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -33,8 +33,8 @@ BuildRequires: dbus-1 BuildRequires: desktop-file-utils # msgfmt and BuildRequires: gettext-runtime -# glib-compile-schemas programs. BuildRequires: fdupes +# glib-compile-schemas programs. BuildRequires: glib2-tools BuildRequires: libgpg-error-devel BuildRequires: meson