Hello community,

here is the log from the commit of package brasero for openSUSE:Factory checked 
in at 2012-01-26 14:00:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brasero (Old)
 and      /work/SRC/openSUSE:Factory/.brasero.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brasero", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brasero/brasero.changes  2012-01-09 
11:14:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.brasero.new/brasero.changes     2012-01-26 
14:00:02.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 19 09:10:28 UTC 2012 - [email protected]
+
+- Add support for tracker 0.13/0.14:
+  + Add brasero-tracker-0.14.patch.
+  + Add gnome-common BuildRequires and call to gnome-autogen.sh,
+    needed for above patch.
+
+-------------------------------------------------------------------

New:
----
  brasero-tracker-0.14.patch

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

Other differences:
------------------
++++++ brasero.spec ++++++
--- /var/tmp/diff_new_pack.VpnXNW/_old  2012-01-26 14:00:03.000000000 +0100
+++ /var/tmp/diff_new_pack.VpnXNW/_new  2012-01-26 14:00:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package brasero
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           brasero
 Version:        3.2.0
 Release:        0
@@ -24,7 +23,11 @@
 Group:          Productivity/Multimedia/CD/Record
 Url:            http://gnome.org/projects/brasero
 Source:         
http://download.gnome.org/sources/brasero/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM brasero-tracker-0.14.patch bgo#667852 [email protected] 
-- Support tracker 0.13/0.14
+Patch0:         brasero-tracker-0.14.patch
 BuildRequires:  fdupes
+# needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -170,8 +173,11 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
+# needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
         --disable-static \
         --disable-scrollkeeper \

++++++ brasero-tracker-0.14.patch ++++++
commit 32a7df8aa5665fcc6db697b540857fb433c3e740
Author: Vincent Untz <[email protected]>
Date:   Thu Jan 19 10:11:46 2012 +0100

    build: Support build against tracker 0.13/0.14
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667852

diff --git a/configure.in b/configure.in
index 534fcd9..7cb0343 100644
--- a/configure.in
+++ b/configure.in
@@ -376,16 +376,20 @@ AC_ARG_ENABLE(search,
                        [enable_search="auto"])
 
 if test x"$enable_search" = "xauto"; then
-        PKG_CHECK_EXISTS([tracker-sparql-0.12 >= $TRACKER_REQUIRED],
+        PKG_CHECK_EXISTS([tracker-sparql-0.14 >= $TRACKER_REQUIRED],
                           [enable_search=yes],
-                          [PKG_CHECK_EXISTS([tracker-sparql-0.10 >= 
$TRACKER_REQUIRED],
+                          [PKG_CHECK_EXISTS([tracker-sparql-0.12 >= 
$TRACKER_REQUIRED],
                                             [enable_search=yes],
-                                            [enable_search=no])]);
+                                            
[PKG_CHECK_EXISTS([tracker-sparql-0.10 >= $TRACKER_REQUIRED],
+                                                              
[enable_search=yes],
+                                                              
[enable_search=no])])])
 fi
 
 if test x"$enable_search" = "xyes"; then
-        PKG_CHECK_EXISTS([tracker-sparql-0.12 >= $TRACKER_REQUIRED],
-                         [tracker_api=0.12], [tracker_api=0.10])
+        PKG_CHECK_EXISTS([tracker-sparql-0.14 >= $TRACKER_REQUIRED],
+                         [tracker_api=0.14],
+                         [PKG_CHECK_EXISTS([tracker-sparql-0.12 >= 
$TRACKER_REQUIRED],
+                                           [tracker_api=0.12], 
[tracker_api=0.10])])
        PKG_CHECK_MODULES(BRASERO_SEARCH, tracker-sparql-$tracker_api >= 
$TRACKER_REQUIRED)
        AC_DEFINE(BUILD_SEARCH, 1, [define if you  want to use search pane])
        AC_DEFINE(BUILD_TRACKER, 1, [define if you  want to use search pane])
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to