Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2012-01-17 11:33:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-09 
15:17:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2012-01-17 
16:08:37.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Jan 13 11:07:11 UTC 2012 - dims...@opensuse.org
+
+- Change pkgconfig(libvala-0.14) BuildRequires to
+  pkgconfig(libvala-0.16)
+- Add grilo-vala-0_16.patch: Detect libvala 0.16
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the build system.
+
+-------------------------------------------------------------------

New:
----
  grilo-vala-0_16.patch

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

Other differences:
------------------
++++++ grilo.spec ++++++
--- /var/tmp/diff_new_pack.W68j0P/_old  2012-01-17 16:08:40.000000000 +0100
+++ /var/tmp/diff_new_pack.W68j0P/_new  2012-01-17 16:08:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grilo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,12 @@
 Group:          Productivity/Multimedia/Other
 Url:            https://live.gnome.org/Grilo
 Source:         
http://download.gnome.org/sources/grilo/0.1/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM grilo-vala-0_16.patch bgo#667856 dims...@opensuse.org -- 
Detect libvala-0.16.
+Patch0:         grilo-vala-0_16.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
+# Needed bt patch0
+BuildRequires:  gnome-common
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  vala
@@ -38,7 +42,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(libvala-0.14)
+BuildRequires:  pkgconfig(libvala-0.16)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -109,8 +113,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed by patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
    --disable-static \
    --disable-tests \
@@ -175,9 +182,9 @@
 %{_libdir}/pkgconfig/grilo-0.1.pc
 %{_libdir}/pkgconfig/grilo-net-0.1.pc
 %{_datadir}/gir-1.0/*.gir
-%dir %{_datadir}/vala-0.14/
-%dir %{_datadir}/vala-0.14/vapi/
-%{_datadir}/vala-0.14/vapi/*.deps
-%{_datadir}/vala-0.14/vapi/*.vapi
+%dir %{_datadir}/vala-0.16/
+%dir %{_datadir}/vala-0.16/vapi/
+%{_datadir}/vala-0.16/vapi/*.deps
+%{_datadir}/vala-0.16/vapi/*.vapi
 
 %changelog


++++++ grilo-vala-0_16.patch ++++++
diff -ur grilo-0.1.18/configure.ac grilo-0.1.18.patched/configure.ac
--- grilo-0.1.18/configure.ac   2011-12-09 18:53:49.000000000 +0100
+++ grilo-0.1.18.patched/configure.ac   2012-01-13 11:52:14.235840280 +0100
@@ -176,15 +176,18 @@
         [enable_vala=autodetect have_vala=yes])
 AC_MSG_RESULT([$enable_vala])
 if test "x$enable_vala" != "xno"; then
-        PKG_CHECK_EXISTS([ libvala-0.14 ],
-                         [ valapkg="libvala-0.14" ],
-                         [ PKG_CHECK_EXISTS([ libvala-0.12 ],
-                                            [ valapkg="libvala-0.12" ],
-                                            [ PKG_CHECK_EXISTS([ vala-0.10 ],
-                                                               [ 
valapkg="vala-0.10" ],
-                                                               [ 
PKG_CHECK_EXISTS([ vala-1.0 >= $VALA_REQS ],
-                                                                               
   [ valapkg="vala-1.0" ],
-                                                                               
   [ valapkg="" ] )
+        PKG_CHECK_EXISTS([ libvala-0.16 ],
+                         [ valapkg="libvala-0.16" ],
+                         [ PKG_CHECK_EXISTS([ libvala-0.14 ],
+                                            [ valapkg="libvala-0.14" ],
+                                            [ PKG_CHECK_EXISTS([ libvala-0.12 
],
+                                                               [ 
valapkg="libvala-0.12" ],
+                                                               [ 
PKG_CHECK_EXISTS([ vala-0.10 ],
+                                                                               
   [ valapkg="vala-0.10" ],
+                                                                               
   [ PKG_CHECK_EXISTS([ vala-1.0 >= $VALA_REQS ],
+                                                                               
                      [ valapkg="vala-1.0" ],
+                                                                               
                      [ valapkg="" ] )
+                                                                               
   ] )
                                                                ] )
                                             ] )
                           ] )
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to