Accepting request 713589 from home:iznogood:branches:GNOME:Apps
New upstream release OBS-URL: https://build.opensuse.org/request/show/713589 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=104
This commit is contained in:
parent
1aa1dbf3d1
commit
d1fa3ce91e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f06d7f0a4eeb9ba939554dd877c0d1c6a3dbb47cfb7114efc1b46688fc2ee513
|
|
||||||
size 711900
|
|
3
deja-dup-40.1.tar.bz2
Normal file
3
deja-dup-40.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6fc439ba7c28200dabc557ec726c324bb849919c54b65fbc5e01f3f1b90029bb
|
||||||
|
size 716851
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 09:48:53 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 40.1:
|
||||||
|
+ Fix versioning to be correct.
|
||||||
|
- Changes from version 40.0:
|
||||||
|
+ Fix tests when run under glib 2.60
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 39.1:
|
||||||
|
+ Fix a bug that could have caused backups to be encrypted with
|
||||||
|
two different passwords in some cases. This would result in
|
||||||
|
difficulty backing up or restoring by not accepting the
|
||||||
|
password you expected it to.
|
||||||
|
+ Fix a bug that caused duplicate save or exclude folders to
|
||||||
|
appear in the preferences.
|
||||||
|
+ Delete a canary file that duplicity's pydrive puts in your
|
||||||
|
Drive.
|
||||||
|
+ If you don't ask for your password to be saved, we now clear
|
||||||
|
out any older saved password.
|
||||||
|
+ Finally delete the ancient Ubuntu One backend code.
|
||||||
|
- Changes from version 39.0:
|
||||||
|
+ Switch away from GNOME Online Accounts to our own cloud keys:
|
||||||
|
- It was brought to our attention that we shouldn't be using
|
||||||
|
GNOME's keys, as they are intended for GNOME only.
|
||||||
|
- Google accounts will have to be re-authenticated with our
|
||||||
|
keys.
|
||||||
|
- Nextcloud accounts will now appear as webdav network server
|
||||||
|
accounts.
|
||||||
|
- Adds new pydrive_pkgs option to list the package names needed
|
||||||
|
for the pydrive duplicity backend (for now, the system
|
||||||
|
package that provides the pydrive python2 package should
|
||||||
|
suffice).
|
||||||
|
- Adds new google_client_id option if you want to override our
|
||||||
|
default account key and use your own. You likely won't want
|
||||||
|
to do this.
|
||||||
|
- Adds new dependencies on libjson-glib and libsoup.
|
||||||
|
- Drops libgoa-backend dependency. The libgoa dependency will
|
||||||
|
stay during a transition period from the old keys to the new
|
||||||
|
keys.
|
||||||
|
+ Unmount a remote backup location when we are done with it, if
|
||||||
|
we originally mounted it.
|
||||||
|
- Add pkgconfig(json-glib-1.0) and pkgconfig(libsoup-2.4)
|
||||||
|
BuildRequires: New dependencies.
|
||||||
|
- Drop pkgconfig(goa-backend-1.0) BuildRequires: No longer needed,
|
||||||
|
nor used.
|
||||||
|
- Reenable meson_tests, upstream fixed the issues.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 16:17:54 UTC 2019 - bjorn.lie@gmail.com
|
Tue Feb 26 16:17:54 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deja-dup
|
Name: deja-dup
|
||||||
### FIXME ### Reenable meson_test on next version bump
|
Version: 40.1
|
||||||
Version: 38.4
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple backup tool and frontend for duplicity
|
Summary: Simple backup tool and frontend for duplicity
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -41,11 +40,12 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.46
|
|||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.56.1
|
BuildRequires: pkgconfig(glib-2.0) >= 2.56.1
|
||||||
BuildRequires: pkgconfig(goa-1.0) >= 3.8.0
|
BuildRequires: pkgconfig(goa-1.0) >= 3.8.0
|
||||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
||||||
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libnautilus-extension)
|
BuildRequires: pkgconfig(libnautilus-extension)
|
||||||
BuildRequires: pkgconfig(libnotify) >= 0.7
|
BuildRequires: pkgconfig(libnotify) >= 0.7
|
||||||
BuildRequires: pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(libsecret-1)
|
||||||
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.5
|
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.5
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: duplicity >= 0.6.25
|
Recommends: duplicity >= 0.6.25
|
||||||
@ -99,11 +99,11 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
|
|||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#%%meson_test
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING.md
|
||||||
%doc AUTHORS HACKING NEWS.md README.md
|
%doc AUTHORS HACKING.md NEWS.md README.md
|
||||||
%doc %{_datadir}/help/C/deja-dup/
|
%doc %{_datadir}/help/C/deja-dup/
|
||||||
%{_bindir}/deja-dup
|
%{_bindir}/deja-dup
|
||||||
%{_mandir}/man1/deja-dup.1%{?ext_man}
|
%{_mandir}/man1/deja-dup.1%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user