Hello community,

here is the log from the commit of package bug-buddy for openSUSE:Factory 
checked in at 2012-09-03 18:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bug-buddy (Old)
 and      /work/SRC/openSUSE:Factory/.bug-buddy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bug-buddy", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bug-buddy/bug-buddy.changes      2011-10-02 
09:51:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bug-buddy.new/bug-buddy.changes 2012-09-03 
18:55:04.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 23 22:59:26 UTC 2012 - [email protected]
+
+- Add bug-buddy-2.32-gnome-version.xml.patch: Fix gnome-version.xml
+  path bnc#777203 
+
+-------------------------------------------------------------------

New:
----
  bug-buddy-2.32-gnome-version.xml.patch

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

Other differences:
------------------
++++++ bug-buddy.spec ++++++
--- /var/tmp/diff_new_pack.3w1x1M/_old  2012-09-03 18:55:06.000000000 +0200
+++ /var/tmp/diff_new_pack.3w1x1M/_new  2012-09-03 18:55:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bug-buddy
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           bug-buddy
 BuildRequires:  evolution-data-server-devel
 BuildRequires:  fdupes
@@ -30,14 +29,16 @@
 BuildRequires:  libsoup-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-License:        GPL-2.0+
-Group:          System/GUI/GNOME
 Version:        2.32.0
-Release:        2
+Release:        0
 Recommends:     %{name}-lang
 Summary:        The GNOME Desktop Bug Reporting Tool
+License:        GPL-2.0+
+Group:          System/GUI/GNOME
 Source:         
ftp://ftp.gnome.org/pub/gnome/sources/bug-buddy/2.23/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM bug-buddy-2.32-gnome-version.xml.patch [bnc#777203] 
[email protected] -- Fix gnome-version.xml path
+Patch0:         bug-buddy-2.32-gnome-version.xml.patch
 Url:            http://www.gnome.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       gdb
@@ -51,6 +52,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0
 translation-update-upstream
 
 %build

++++++ bug-buddy-2.32-gnome-version.xml.patch ++++++
Index: src/bug-buddy.c
===================================================================
--- src/bug-buddy.c.orig
+++ src/bug-buddy.c
@@ -292,7 +292,7 @@ get_gnome_version_info (void)
 
        version = g_new0 (GnomeVersionInfo, 1);
 
-       xml_file = g_build_filename (DATADIR, "gnome-about/gnome-version.xml", 
NULL);
+       xml_file = g_build_filename (DATADIR, "gnome/gnome-version.xml", NULL);
        
        doc = xmlParseFile (xml_file);
        g_free (xml_file);
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to