Accepting request 666340 from GNOME:Apps
- 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. - Drop meson version fix via sed in spec, no longer needed. - Stop exporting optflags and rpath before configure, no longer needed. - Renable meson test, tests are now ok. OBS-URL: https://build.opensuse.org/request/show/666340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=52
This commit is contained in:
commit
28cb3ab100
@ -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,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
- Drop meson version fix via sed in spec, no longer needed.
|
||||
- Stop exporting optflags and rpath before configure, no longer
|
||||
needed.
|
||||
- Renable meson test, tests are now ok.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
Version: 38.0
|
||||
Version: 38.2
|
||||
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://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
|
||||
# Meson checks for appstream-util,
|
||||
BuildRequires: appstream-glib
|
||||
# dbus-run-session,
|
||||
@ -32,9 +33,9 @@ BuildRequires: dbus-1
|
||||
BuildRequires: desktop-file-utils
|
||||
# msgfmt and
|
||||
BuildRequires: gettext-runtime
|
||||
BuildRequires: fdupes
|
||||
# glib-compile-schemas programs.
|
||||
BuildRequires: glib2-tools
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
@ -91,13 +92,9 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Fix version in meson.build file 38.0 release
|
||||
sed -i "s|version: '37.1'|version: '38.0'|" meson.build
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
||||
export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
@ -107,8 +104,7 @@ export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
# Disabled as it currently fails a lot of tests.
|
||||
#%%meson_test
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user