Hello community, here is the log from the commit of package vala-panel for openSUSE:Factory checked in at 2016-05-17 17:15:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vala-panel (Old) and /work/SRC/openSUSE:Factory/.vala-panel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vala-panel" Changes: -------- --- /work/SRC/openSUSE:Factory/vala-panel/vala-panel.changes 2015-06-30 10:15:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vala-panel.new/vala-panel.changes 2016-05-17 17:15:43.000000000 +0200 @@ -1,0 +2,5 @@ +Sat May 7 07:12:54 UTC 2016 - [email protected] + +- Fix build by using upstream glib-2.0.vapi. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vala-panel.spec ++++++ --- /var/tmp/diff_new_pack.Jt6VjO/_old 2016-05-17 17:15:45.000000000 +0200 +++ /var/tmp/diff_new_pack.Jt6VjO/_new 2016-05-17 17:15:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package vala-panel # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ BuildRequires: cmake >= 2.8 BuildRequires: fdupes BuildRequires: gettext +BuildRequires: pkg-config BuildRequires: vala >= 0.24 BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(libpeas-1.0) >= 1.2.0 @@ -53,6 +54,7 @@ Summary: Development files for vala-panel Group: Development/Libraries/Other Requires: %{name} = %{version} +Requires: pkg-config Requires: pkgconfig(gtk+-3.0) >= 3.12.0 Requires: pkgconfig(libpeas-1.0) >= 1.2.0 Requires: pkgconfig(libwnck-3.0) >= 3.4.0 @@ -80,6 +82,10 @@ %prep %setup -q +%if 0%{?suse_version} != 1320 +# Use upstream glib-2.0.vapi. +rm vapi/glib-2.0.vapi +%endif %build %cmake \
