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