From 57ce475f689993281ca07e7b0f73f5daa4f10cb3d512c7698df0e284b5625106 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 5 Oct 2020 15:06:33 +0000 Subject: [PATCH] Accepting request 838780 from home:polslinux:branches:GNOME:Apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 42.4: * Redesign the main window and preferences to follow GNOME design patterns * Add welcome state for first time use (with slightly guided backup/restore) * Add an in-app browse & restore interface * Drop nautilus plugin, in preference of above new browse interface * Drop deprecated backends (GOA, S3, GCS, OpenStack, and Rackspace) * Use "Déjà Dup Backups" instead of "Déjà Dup Backup Tool" as full name * Drop "Version" key from desktop files, which broke some parsers * Adds a button to reset your Google authorization in the preferences * Warn users before they restore files that we can't write to * Fix automatic backups not firing for removable storage drives, which got broken during the 41.x development cycle * Automatically exclude folders that follow the cachedir spec (i.e. that have a CACHEDIR.TAG file in them), and same if they have a .deja-dup-ignore file * Use a symbolic back icon in header (vs a full color icon) * Stop the restore confirmation screen from growing too big if you are restoring a lot of files * Mount partitions specified in /etc/fstab if necessary * When selecting an internal drive as a Local Folder, treat it as a removable drive, so that we will mount if necessary * Exclude /dev by default OBS-URL: https://build.opensuse.org/request/show/838780 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=115 --- deja-dup-40.7.tar.bz2 | 3 --- deja-dup-42.4.tar.bz2 | 3 +++ deja-dup.changes | 31 +++++++++++++++++++++++++++++++ deja-dup.spec | 38 ++++---------------------------------- 4 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 deja-dup-40.7.tar.bz2 create mode 100644 deja-dup-42.4.tar.bz2 diff --git a/deja-dup-40.7.tar.bz2 b/deja-dup-40.7.tar.bz2 deleted file mode 100644 index c6b0478..0000000 --- a/deja-dup-40.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85a343b453678016fe994296f55d700caff15f319033fb28e97d3a09e8681264 -size 1309013 diff --git a/deja-dup-42.4.tar.bz2 b/deja-dup-42.4.tar.bz2 new file mode 100644 index 0000000..484375a --- /dev/null +++ b/deja-dup-42.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7ef0197271593fdd0abdac32689611a72dc59ae592d15c532d2226be556904 +size 1281249 diff --git a/deja-dup.changes b/deja-dup.changes index 8ab2c80..9030b2f 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Sep 30 12:45:06 UTC 2020 - Paolo Stivanin + +- Update to 42.4: + * Redesign the main window and preferences to follow GNOME + design patterns + * Add welcome state for first time use (with slightly guided + backup/restore) + * Add an in-app browse & restore interface + * Drop nautilus plugin, in preference of above new + browse interface + * Drop deprecated backends (GOA, S3, GCS, OpenStack, and Rackspace) + * Use "Déjà Dup Backups" instead of "Déjà Dup Backup Tool" + as full name + * Drop "Version" key from desktop files, which broke some parsers + * Adds a button to reset your Google authorization in + the preferences + * Warn users before they restore files that we can't write to + * Fix automatic backups not firing for removable storage drives, + which got broken during the 41.x development cycle + * Automatically exclude folders that follow the cachedir spec + (i.e. that have a CACHEDIR.TAG file in them), and same if + they have a .deja-dup-ignore file + * Use a symbolic back icon in header (vs a full color icon) + * Stop the restore confirmation screen from growing too big + if you are restoring a lot of files + * Mount partitions specified in /etc/fstab if necessary + * When selecting an internal drive as a Local Folder, treat it + as a removable drive, so that we will mount if necessary + * Exclude /dev by default + ------------------------------------------------------------------- Sat Sep 5 22:07:32 UTC 2020 - Bjørn Lie diff --git a/deja-dup.spec b/deja-dup.spec index d74c41d..f3a69a9 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -17,7 +17,7 @@ Name: deja-dup -Version: 40.7 +Version: 42.4 Release: 0 Summary: Simple backup tool and frontend for duplicity License: GPL-3.0-or-later @@ -26,30 +26,28 @@ URL: https://wiki.gnome.org/Apps/DejaDup Source0: https://gitlab.gnome.org/World/deja-dup/-/archive/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: appstream-glib +BuildRequires: cmake BuildRequires: dbus-1 BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gettext-runtime BuildRequires: glib2-tools BuildRequires: libgpg-error-devel +BuildRequires: libhandy0-devel BuildRequires: meson >= 0.47 BuildRequires: pkgconfig BuildRequires: vala >= 0.16.0 BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.46 BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.56.1 -BuildRequires: pkgconfig(goa-1.0) >= 3.8.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.64.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 BuildRequires: pkgconfig(json-glib-1.0) -BuildRequires: pkgconfig(libnautilus-extension) BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.5 Recommends: duplicity >= 0.6.25 -Recommends: python-boto -Recommends: python-cloudfiles %description Déjà Dup is a simple backup tool. It hides the complexity of doing @@ -63,26 +61,6 @@ Features: * Schedules regular backups * Integrates well into your GNOME desktop -%package -n nautilus-deja-dup -Summary: Déjà Dup Plugin for Nautilus -Group: Productivity/Archiving/Backup -Requires: %{name} = %{version} -Supplements: packageand(%{name}:nautilus) - -%description -n nautilus-deja-dup -Déjà Dup is a simple backup tool. It hides the complexity of doing -backups the 'right way' (encrypted, off-site, and regular) and uses -duplicity as the backend. - -Features: - * Support for local or remote backup locations, including Amazon S3 - * Securely encrypts and compresses your data - * Incrementally backs up, letting you restore from any particular backup - * Schedules regular backups - * Integrates well into your GNOME desktop - -This package contains a plugin to integrate Déjà Dup into Nautilus. - %lang_package %prep @@ -111,23 +89,15 @@ This package contains a plugin to integrate Déjà Dup into Nautilus. # put the files in the right subpackage %dir %{_libexecdir}/deja-dup %{_libexecdir}/deja-dup/deja-dup-monitor -%{_libexecdir}/deja-dup/duplicity %{_datadir}/applications/org.gnome.DejaDup.desktop %{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml %{_datadir}/icons/hicolor/*/apps/org.gnome.DejaDup* %dir %{_libdir}/deja-dup %{_libdir}/deja-dup/libdeja.so -%{_libdir}/deja-dup/libwidgets.so %dir %{_datadir}/metainfo %{_datadir}/metainfo/org.gnome.DejaDup.appdata.xml -%dir %{_datadir}/polkit-1 -%dir %{_datadir}/polkit-1/actions -%{_datadir}/polkit-1/actions/org.gnome.DejaDup.policy %{_datadir}/dbus-1/services/org.gnome.DejaDup.service -%files -n nautilus-deja-dup -%{_libdir}/nautilus/extensions-3.0/libdeja-dup.so - %files lang -f %{name}.lang %changelog