Accepting request 599668 from home:luc14n0:branches:GNOME:Apps
Update to version 38.0. OBS-URL: https://build.opensuse.org/request/show/599668 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=94
This commit is contained in:
parent
a6b542376f
commit
334c599157
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:737a3613b8c3b695cb84716338d75c94773b83b50145e55473e8ee4c18b43bd3
|
||||
size 723048
|
3
deja-dup-38.0.tar.xz
Normal file
3
deja-dup-38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb98dae64b889edbde97f7b06ac737dd7f14dd8cd20c28c270dd6cb089507ad0
|
||||
size 723476
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 38.0:
|
||||
+ Drop ulimit for monitor process, it was causing crashes.
|
||||
+ Fix autoscrolling in progress window.
|
||||
+ Exclude snap cache directories by default.
|
||||
+ Updated translations.
|
||||
- Add gio-2.0, gio-unix-2.0 and goa-backend-1.0 pkgconfig modules
|
||||
and glib2-tools package BuildRequires to avoid implicit
|
||||
dependencies.
|
||||
- Replace pkgconfig(appstream-builder), dbus-1-x11, update-desktop\
|
||||
-files and perl-gettext BuildRequires with appstream-glib, dbus-\
|
||||
1, desktop-file-utils and gettext-runtime respectively, what
|
||||
meson really looks for.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:24:40 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,32 +17,40 @@
|
||||
|
||||
|
||||
Name: deja-dup
|
||||
Version: 37.1
|
||||
Version: 38.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://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
# For make check to work, we need dbus-launch
|
||||
BuildRequires: dbus-1-x11
|
||||
# Meson checks for appstream-util,
|
||||
BuildRequires: appstream-glib
|
||||
# dbus-run-session,
|
||||
BuildRequires: dbus-1
|
||||
# desktop-file-validate,
|
||||
BuildRequires: desktop-file-utils
|
||||
# msgfmt and
|
||||
BuildRequires: gettext-runtime
|
||||
# glib-compile-schemas programs.
|
||||
BuildRequires: glib2-tools
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: perl-gettext
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.16.0
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(appstream-builder)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.46
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.56.1
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.8.0
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
||||
BuildRequires: pkgconfig(libnautilus-extension)
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(packagekit-glib2)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.5
|
||||
Recommends: %{name}-lang
|
||||
Recommends: duplicity >= 0.6.25
|
||||
Recommends: python-boto
|
||||
@ -84,6 +92,8 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Fix version in meson.build file 38.0 release
|
||||
sed -i "s|version: '37.1'|version: '38.0'|" meson.build
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
||||
@ -102,7 +112,7 @@ export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS
|
||||
%doc AUTHORS HACKING NEWS
|
||||
%doc %{_datadir}/help/C/org.gnome.DejaDup/
|
||||
%{_bindir}/deja-dup
|
||||
%{_mandir}/man1/deja-dup.1%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user