Accepting request 1205807 from GNOME:Apps
New stable rel (forwarded request 1205731 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1205807 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=81
This commit is contained in:
commit
fc37f506a8
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/World/deja-dup.git</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a46bdbd98a92ef552429d84ebf54b479fdc4600380b9a08d4cee4fe53d9bb575
|
||||
size 1070971
|
3
deja-dup-47.0.obscpio
Normal file
3
deja-dup-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa5f1d42587b209e2c51615b26a2552d04121a6f14b6120e18a61b1cc852d7b6
|
||||
size 7777805
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 16:11:10 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Fix a case of "another duplicity instance is already running"
|
||||
error
|
||||
+ Mention when an encryption password is wrong, rather than just
|
||||
re-showing the password prompt without explanation
|
||||
+ Use new adwaita widgets (button rows and spinner)
|
||||
+ Exclude Steam flatpak folder by default too (in addition to
|
||||
normal Steam folder)
|
||||
+ Restic:
|
||||
- Allow creating a no-password backup
|
||||
- Enable post-backup verification checks
|
||||
- Show logs in troubleshooting dialog
|
||||
- Show per-file errors during restore
|
||||
- Switch to source service for tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 13:00:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
4
deja-dup.obsinfo
Normal file
4
deja-dup.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: deja-dup
|
||||
version: 47.0
|
||||
mtime: 1727650431
|
||||
commit: 3cb532e91a65754d9040dc2f13fbcf353c1befb4
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: deja-dup
|
||||
Version: 46.1
|
||||
Version: 47.0
|
||||
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://gitlab.gnome.org/World/deja-dup/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -41,7 +41,7 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.12
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.4
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.6
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
@ -90,7 +90,6 @@ Features:
|
||||
# put the files in the right subpackage
|
||||
%dir %{_libexecdir}/deja-dup
|
||||
%{_libexecdir}/deja-dup/deja-dup-monitor
|
||||
%{_libexecdir}/deja-dup/restic-dump-to
|
||||
%{_datadir}/applications/org.gnome.DejaDup.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.DejaDup*
|
||||
|
Loading…
Reference in New Issue
Block a user