Accepting request 666792 from GNOME:Next

Builds for G:A

- Update to version 38.3:
  + Allow restoring from paths with symlinks in more situations
    (including a fix for a backup error when ~/.cache is a
    symlink).
  + Treat operation dialogs more like real dialogs (modal to
    preference window, with correct styling on default buttons).
  + Try harder to stop running duplicity commands when we are
    terminated.
  + Don't hide an error message when also running our bimonthly
    backup verification.
  + If there isn't enough space in the backup location, tell the
    user how much is needed.
  + Exclude flatpak cache directories by default.

OBS-URL: https://build.opensuse.org/request/show/666792
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=100
This commit is contained in:
Bjørn Lie 2019-01-22 08:44:25 +00:00 committed by Git OBS Bridge
parent 526b8965d6
commit 1756e9adce
4 changed files with 22 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:886d2772d580b924dc274a257f15f1e159d74f791d2b8f08c8d0e72484dab373
size 662404

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9199bc30bf91f9892af99b0933d3eb3e047fec8c5b9d1e73bed38d2b67f5b186
size 708404

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jan 17 17:23:57 UTC 2019 - bjorn.lie@gmail.com
- Update to version 38.3:
+ Allow restoring from paths with symlinks in more situations
(including a fix for a backup error when ~/.cache is a
symlink).
+ Treat operation dialogs more like real dialogs (modal to
preference window, with correct styling on default buttons).
+ Try harder to stop running duplicity commands when we are
terminated.
+ Don't hide an error message when also running our bimonthly
backup verification.
+ If there isn't enough space in the backup location, tell the
user how much is needed.
+ Exclude flatpak cache directories by default.
-------------------------------------------------------------------
Mon Jan 7 15:55:22 UTC 2019 - bjorn.lie@gmail.com

View File

@ -17,7 +17,7 @@
Name: deja-dup
Version: 38.2
Version: 38.3
Release: 0
Summary: Simple backup tool and frontend for duplicity
License: GPL-3.0-or-later
@ -25,16 +25,11 @@ 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,
BuildRequires: dbus-1
# desktop-file-validate,
BuildRequires: desktop-file-utils
# msgfmt and
BuildRequires: gettext-runtime
BuildRequires: fdupes
# glib-compile-schemas programs.
BuildRequires: gettext-runtime
BuildRequires: glib2-tools
BuildRequires: libgpg-error-devel
BuildRequires: meson