commit bug-buddy for openSUSE:Factory

2012-09-03 Thread h_root
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 "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/bug-buddy/bug-buddy.changes  2011-10-02 
09:51:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.bug-buddy.new/bug-buddy.changes 2012-09-03 
18:55:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 23 22:59:26 UTC 2012 - gan...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.3w1x1M/_new  2012-09-03 18:55:06.0 +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] 
gan...@opensuse.org -- 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bug-buddy for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package bug-buddy for openSUSE:Factory 
checked in at 2011-12-06 18:01:53

Comparing /work/SRC/openSUSE:Factory/bug-buddy (Old)
 and  /work/SRC/openSUSE:Factory/.bug-buddy.new (New)


Package is "bug-buddy", Maintainer is "gnome-maintain...@suse.de"

Changes:




Other differences:
--
++ bug-buddy.spec ++
--- /var/tmp/diff_new_pack.irJcoH/_old  2011-12-06 18:03:55.0 +0100
+++ /var/tmp/diff_new_pack.irJcoH/_new  2011-12-06 18:03:55.0 +0100
@@ -30,7 +30,7 @@
 BuildRequires:  libsoup-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/GUI/GNOME
 Version:2.32.0
 Release:2

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



commit bug-buddy for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package bug-buddy for openSUSE:Factory
checked in at Sun Oct 2 09:51:27 CEST 2011.




--- openSUSE:Factory/bug-buddy/bug-buddy.changes2011-09-23 
01:52:59.0 +0200
+++ /mounts/work_src_done/STABLE/bug-buddy/bug-buddy.changes2011-09-17 
22:59:18.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:59:15 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bug-buddy.spec ++
--- /var/tmp/diff_new_pack.5sMcNp/_old  2011-10-02 09:51:24.0 +0200
+++ /var/tmp/diff_new_pack.5sMcNp/_new  2011-10-02 09:51:24.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bug-buddy
@@ -59,7 +58,7 @@
 export CPPFLAGS="$CPPFLAGS -I/usr/include/libelf"
 %endif
 %configure --disable-static --with-pic --disable-scrollkeeper
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -73,9 +72,6 @@
 cat %{name}.schemas_list >%{name}.lst
 %fdupes $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %pre -f %{name}.schemas_pre
 
 %post

continue with "q"...



Remember to have fun...

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