Hello community,

here is the log from the commit of package xchat-gnome for openSUSE:Factory 
checked in at 2013-04-24 10:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xchat-gnome (Old)
 and      /work/SRC/openSUSE:Factory/.xchat-gnome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xchat-gnome", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xchat-gnome/xchat-gnome.changes  2011-09-23 
12:51:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xchat-gnome.new/xchat-gnome.changes     
2013-04-24 10:55:37.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 17 19:38:16 UTC 2013 - [email protected]
+
+- Add xchat-gnome-perl-plugin.patch: Fix build with
+  -Werror=missing-protorypes.
+
+-------------------------------------------------------------------

New:
----
  xchat-gnome-perl-plugin.patch

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

Other differences:
------------------
++++++ xchat-gnome.spec ++++++
--- /var/tmp/diff_new_pack.IphnGq/_old  2013-04-24 10:55:41.000000000 +0200
+++ /var/tmp/diff_new_pack.IphnGq/_new  2013-04-24 10:55:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xchat-gnome
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xchat-gnome
+Summary:        A more simple IRC Client
 License:        GPL-2.0+
 Group:          Productivity/Networking/IRC
-Summary:        A more simple IRC Client
 Version:        0.26.1
-Release:        19
+Release:        0
 Source:         
http://download.gnome.org/sources/%{name}/0.24/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM xchat-gnome-gtk2.19.7.patch [email protected] -- Fix 
build with gtk 2.19.7. Patch taken from upstream git.
 Patch0:         xchat-gnome-gtk2.19.7.patch
@@ -33,6 +31,8 @@
 Patch2:         xchat-gnome-0.26.1-libnotify.patch
 # PATCH-FIX-UPSTREAM xchat-gnome-dso-linking.patch [email protected] -- Fix 
linking issue, taken from git
 Patch3:         xchat-gnome-dso-linking.patch
+# PATCH-FIX-UPSTREAM xchat-gnome-perl-plugin.patch bgo#698232 
[email protected] -- Fix building with -Werror=missing-prototypes.
+Patch4:         xchat-gnome-perl-plugin.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
@@ -89,6 +89,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 translation-update-upstream
 
 %build

++++++ xchat-gnome-perl-plugin.patch ++++++
commit fa86953132e7b9500430bd125276e755d963db01
Author: Dominique Leuenberger <[email protected]>
Date:   Wed Apr 17 21:33:18 2013 +0200

    plugin/perl: add function prototypes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698232

Index: xchat-gnome-0.26.1/plugins/perl/perl.c
===================================================================
--- xchat-gnome-0.26.1.orig/plugins/perl/perl.c
+++ xchat-gnome-0.26.1/plugins/perl/perl.c
@@ -37,7 +37,9 @@
 static xchat_plugin *ph;                 /* plugin handle */
 
 static int perl_load_file (char *script_name);
-
+void xchat_plugin_get_info   (char **plugin_name, char **plugin_desc, char 
**plugin_version, void **reserved);
+int  xchat_plugin_init       (xchat_plugin *plugin_handle, char **plugin_name, 
char **plugin_desc, char **plugin_version, char *arg);
+int  xchat_plugin_deinit     (xchat_plugin * plugin_handle);
 #ifdef WIN32
 
 static DWORD
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to