Hello community, here is the log from the commit of package grilo for openSUSE:Factory checked in at 2013-04-23 11:30:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grilo (Old) and /work/SRC/openSUSE:Factory/.grilo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grilo", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/grilo/grilo.changes 2013-04-02 20:31:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2013-04-23 11:30:35.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 18 21:44:15 UTC 2013 - [email protected] + +- Add grilo-libvala-0.20.patch: Add libvala 0.20 support. +- Add gnome-common BuildRequires and call to gnome-autogen.sh, as + above patch touches the build system. + +------------------------------------------------------------------- New: ---- grilo-libvala-0.20.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grilo.spec ++++++ --- /var/tmp/diff_new_pack.gPnyy1/_old 2013-04-23 11:30:36.000000000 +0200 +++ /var/tmp/diff_new_pack.gPnyy1/_new 2013-04-23 11:30:36.000000000 +0200 @@ -24,7 +24,11 @@ Group: Productivity/Multimedia/Other Url: https://live.gnome.org/Grilo Source: http://download.gnome.org/sources/grilo/0.2/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM grilo-libvala-0.20.patch [email protected] -- Add vala 0.20 support, taken from git +Patch0: grilo-libvala-0.20.patch BuildRequires: fdupes +# Needed for patch0 +BuildRequires: gnome-common # Required to build documentation BuildRequires: gtk-doc BuildRequires: intltool @@ -36,7 +40,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 BuildRequires: pkgconfig(libsoup-2.4) -BuildRequires: pkgconfig(libvala-0.18) +BuildRequires: pkgconfig(libvala-0.20) BuildRequires: pkgconfig(libxml-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -108,8 +112,11 @@ %prep %setup -q +%patch0 -p1 %build +# Needed for patch0 +NOCONFIGURE=1 gnome-autogen.sh %configure \ --disable-static \ --disable-tests \ ++++++ grilo-libvala-0.20.patch ++++++ >From 35cfddb88d6240dd5a8acbc132d6ccd4c1e5570f Mon Sep 17 00:00:00 2001 From: Kalev Lember <[email protected]> Date: Wed, 20 Mar 2013 18:55:02 +0000 Subject: vala: Add support for Vala 0.20 --- diff --git a/configure.ac b/configure.ac index 097640f..9e08558 100644 --- a/configure.ac +++ b/configure.ac @@ -221,7 +221,7 @@ AC_ARG_ENABLE([vala], AC_MSG_RESULT([$enable_vala]) if test "x$enable_vala" != "xno"; then valapkg="" - m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18]], + m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18], [0.20]], [PKG_CHECK_EXISTS([ libvala-VERSION ], [ valapkg="libvala-VERSION" ]) ]) -- cgit v0.9.1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
