diff --git a/deja-dup.spec b/deja-dup.spec index acaf5bd..81eb1b2 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -1,6 +1,6 @@ Name: deja-dup Version: 34.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple backup tool and frontend for duplicity Group: Applications/Archiving @@ -8,9 +8,12 @@ License: GPLv3+ URL: https://launchpad.net/deja-dup Source0: http://launchpad.net/%{name}/34/%{version}/+download/%{name}-%{version}.tar.xz Patch0: deja-dup-34.2-appdata.patch +Patch1: nostatic.patch +Patch2: ref-for-iter.patch BuildRequires: cmake BuildRequires: gettext desktop-file-utils intltool -BuildRequires: yelp-tools pango-devel cairo-devel vala-devel +BuildRequires: yelp-tools pango-devel cairo-devel +BuildRequires: vala-devel >= 0.36 BuildRequires: libtool glib2-devel libnotify-devel BuildRequires: libpeas-devel BuildRequires: nautilus-devel libsecret-devel @@ -108,6 +111,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libdir}/nautilus/extensions-3.0/libdeja-dup.so %changelog +* Wed Jun 21 2017 Kai Engert - 34.3-5 +- Added upstream patches for building with vala 0.36 + * Wed Jun 21 2017 Kai Engert - 34.3-4 - Removed apparently unnecessary dependency on scrollkeeper