Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2012-10-19 13:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2012-10-13 
19:56:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2012-10-19 
13:28:03.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Oct 17 08:28:12 UTC 2012 - dims...@opensuse.org
+
+- Add grilo-linking.patch: Fix linking of GrlNet.gir.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the BuildSystem.
+
+-------------------------------------------------------------------

New:
----
  grilo-linking.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grilo.spec ++++++
--- /var/tmp/diff_new_pack.amCVvJ/_old  2012-10-19 13:28:04.000000000 +0200
+++ /var/tmp/diff_new_pack.amCVvJ/_new  2012-10-19 13:28:04.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-linking.patch bgo#686271 dims...@opensuse.org -- 
Fix linker references for GrlNet.gir. Fixes build on arm
+Patch0:         grilo-linking.patch
 BuildRequires:  fdupes
+# Needed by patch0
+BuildRequires:  gnome-common
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -108,8 +112,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed by patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
    --disable-static \
    --disable-tests \


++++++ grilo-linking.patch ++++++
>From 1dbfc2ac4171c5c6a8c4ebce9f4e7cff14fff07a Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dims...@opensuse.org>
Date: Wed, 17 Oct 2012 10:22:09 +0200
Subject: [PATCH] object-introspection: reference libgrilo-0.2.la while
 building GrlNet.gir

Fixes bug 686271.
---
 libs/net/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libs/net/Makefile.am b/libs/net/Makefile.am
index fac5c9d..c6d8fb3 100644
--- a/libs/net/Makefile.am
+++ b/libs/net/Makefile.am
@@ -79,7 +79,8 @@ GrlNet_@GRL_MAJORMINOR_NORM@_gir_INCLUDES += Gio-2.0
 endif
 GrlNet_@GRL_MAJORMINOR_NORM@_gir_CFLAGS = -I $(top_srcdir)/src \
        -I $(top_srcdir)/src/data -I $(top_srcdir)/libs
-GrlNet_@GRL_MAJORMINOR_NORM@_gir_LIBS = libgrlnet-@GRL_MAJORMINOR@.la
+GrlNet_@GRL_MAJORMINOR_NORM@_gir_LIBS = libgrlnet-@GRL_MAJORMINOR@.la \
+       $(top_builddir)/src/lib@GRL_NAME@.la
 GrlNet_@GRL_MAJORMINOR_NORM@_gir_FILES = $(introspection_sources)
 INTROSPECTION_GIRS += GrlNet-@GRL_MAJORMINOR@.gir
 
-- 
1.7.10.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to