Accepting request 663393 from GNOME:Next
Should build fine in GA - Pretty sure its the new vala that is the issue here in GN - Update to version 38.2: + Fix not being able to find the backup files when restoring on a fresh install. - Changes from version 38.1: + Use a primary menu instead of an AppMenu, per current GNOME recommendations. + Drop support for the legacy desktop status icon. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/663393 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=96
This commit is contained in:
parent
334c599157
commit
a059f29afd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb98dae64b889edbde97f7b06ac737dd7f14dd8cd20c28c270dd6cb089507ad0
|
|
||||||
size 723476
|
|
3
deja-dup-38.2.tar.xz
Normal file
3
deja-dup-38.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:886d2772d580b924dc274a257f15f1e159d74f791d2b8f08c8d0e72484dab373
|
||||||
|
size 662404
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 7 15:55:22 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 38.2:
|
||||||
|
+ Fix not being able to find the backup files when restoring on
|
||||||
|
a fresh install.
|
||||||
|
- Changes from version 38.1:
|
||||||
|
+ Use a primary menu instead of an AppMenu, per current GNOME
|
||||||
|
recommendations.
|
||||||
|
+ Drop support for the legacy desktop status icon.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org
|
Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package deja-dup
|
# spec file for package deja-dup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,18 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: deja-dup
|
Name: deja-dup
|
||||||
Version: 38.0
|
Version: 38.2
|
||||||
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
|
||||||
Group: Productivity/Archiving/Backup
|
Group: Productivity/Archiving/Backup
|
||||||
URL: https://wiki.gnome.org/Apps/DejaDup
|
URL: https://wiki.gnome.org/Apps/DejaDup
|
||||||
Source0: https://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz
|
Source0: https://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# Meson checks for appstream-util,
|
# Meson checks for appstream-util,
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
# dbus-run-session,
|
# dbus-run-session,
|
||||||
@ -33,8 +34,8 @@ BuildRequires: desktop-file-utils
|
|||||||
# msgfmt and
|
# msgfmt and
|
||||||
BuildRequires: gettext-runtime
|
BuildRequires: gettext-runtime
|
||||||
# glib-compile-schemas programs.
|
# glib-compile-schemas programs.
|
||||||
BuildRequires: glib2-tools
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: glib2-tools
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -91,7 +92,7 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
# Fix version in meson.build file 38.0 release
|
# Fix version in meson.build file 38.0 release
|
||||||
sed -i "s|version: '37.1'|version: '38.0'|" meson.build
|
sed -i "s|version: '37.1'|version: '38.0'|" meson.build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user