Accepting request 1076409 from GNOME:Apps

- Update to version 44.1:
  + Refuse to back up to a destination that doesn't have enough
    space, and suggest how much more space is needed.
  + Fix Trash location when run as a flatpak.
  + Don't try to back up when the network is behind a wifi
    captive portal.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1076409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=74
This commit is contained in:
Dominique Leuenberger 2023-03-31 19:15:52 +00:00 committed by Git OBS Bridge
commit cf93ea5c7c
4 changed files with 17 additions and 6 deletions

View File

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

3
deja-dup-44.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:248e780b6e7cb75b83d035794ad82f48c03a4a8c7aa50dd4f4c91956d4f9451b
size 1007397

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 31 07:04:20 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 44.1:
+ Refuse to back up to a destination that doesn't have enough
space, and suggest how much more space is needed.
+ Fix Trash location when run as a flatpak.
+ Don't try to back up when the network is behind a wifi
captive portal.
+ Updated translations.
-------------------------------------------------------------------
Mon Dec 5 12:00:50 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package deja-dup
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: deja-dup
Version: 44.0
Version: 44.1
Release: 0
Summary: Simple backup tool and frontend for duplicity
License: GPL-3.0-or-later
@ -40,7 +40,7 @@ BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
BuildRequires: pkgconfig(gtk4) >= 4.6
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libadwaita-1) >= 1.2
BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libsoup-3.0)