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:
Dominique Leuenberger 2019-01-21 09:57:05 +00:00 committed by Git OBS Bridge
commit 28cb3ab100
4 changed files with 26 additions and 14 deletions

View File

@ -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
View File

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

View File

@ -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 Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org

View File

@ -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,
@ -32,9 +33,9 @@ BuildRequires: dbus-1
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
# msgfmt and # msgfmt and
BuildRequires: gettext-runtime BuildRequires: gettext-runtime
BuildRequires: fdupes
# glib-compile-schemas programs. # glib-compile-schemas programs.
BuildRequires: glib2-tools BuildRequires: glib2-tools
BuildRequires: fdupes
BuildRequires: libgpg-error-devel BuildRequires: libgpg-error-devel
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -91,13 +92,9 @@ 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
sed -i "s|version: '37.1'|version: '38.0'|" meson.build
%build %build
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
%meson %meson
%meson_build %meson_build
@ -107,8 +104,7 @@ export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
%fdupes %{buildroot}%{_datadir} %fdupes %{buildroot}%{_datadir}
%check %check
# Disabled as it currently fails a lot of tests. %meson_test
#%%meson_test
%files %files
%license COPYING %license COPYING