From a4b7e0bb89a472047eaf4f48bad4d04764551185d2effe626bd1f6dbb9bdb76d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 May 2015 07:56:20 +0000 Subject: [PATCH] - Add glib2-devel BuildRequires: needed to ensure we can expand the glib-schema handling macros. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=219 --- evolution-data-server.changes | 6 ++++++ evolution-data-server.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/evolution-data-server.changes b/evolution-data-server.changes index fc7557c..4f04732 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 12 07:55:58 UTC 2015 - dimstar@opensuse.org + +- Add glib2-devel BuildRequires: needed to ensure we can expand the + glib-schema handling macros. + ------------------------------------------------------------------- Mon May 11 14:01:37 UTC 2015 - zaitor@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 86a4977..38ca879 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -49,6 +49,8 @@ BuildRequires: openldap2-devel %endif BuildRequires: fdupes BuildRequires: gcc-c++ +# Needed for glib schema macros +BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gperf BuildRequires: gtk-doc