Hello community,

here is the log from the commit of package xchat-gnome for openSUSE:Factory
checked in at Fri Sep 9 11:57:17 CEST 2011.



--------
--- GNOME/xchat-gnome/xchat-gnome.changes       2011-04-22 14:46:22.000000000 
+0200
+++ /mounts/work_src_done/STABLE/xchat-gnome/xchat-gnome.changes        
2011-09-07 02:16:31.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep  7 00:10:09 UTC 2011 - [email protected]
+
+- Add xchat-gnome-dso-linking.patch: fix linking issue.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  xchat-gnome-dso-linking.patch

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

Other differences:
------------------
++++++ xchat-gnome.spec ++++++
--- /var/tmp/diff_new_pack.PbxVeI/_old  2011-09-09 11:57:13.000000000 +0200
+++ /var/tmp/diff_new_pack.PbxVeI/_new  2011-09-09 11:57:13.000000000 +0200
@@ -23,7 +23,7 @@
 Group:          Productivity/Networking/IRC
 Summary:        A more simple IRC Client
 Version:        0.26.1
-Release:        17
+Release:        19
 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
@@ -31,6 +31,8 @@
 Patch1:         xchat-gnome-make382.patch
 # PATCH-FIX-UPSTREAM xchat-gnome-0.26.1-libnotify.patch [email protected] -- 
Fix build with libnotify 0.7.x. Patch taken from upstream git.
 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
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
@@ -86,6 +88,7 @@
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 translation-update-upstream
 
 %build
@@ -98,6 +101,7 @@
 done
 ls -1 *.po | sed 's/\.po//' >LINGUAS
 cd ..
+# needed for patch1 & patch3
 autoreconf
 %configure\
         --disable-maintainer-mode \

++++++ xchat-gnome-dso-linking.patch ++++++
>From 74296a4cb768e03273196dd7497f0329948abfe6 Mon Sep 17 00:00:00 2001
From: Ritesh Khadgaray <[email protected]>
Date: Wed, 10 Mar 2010 09:23:45 +0000
Subject: Bug 612340 - [Patch] Add missing libm & libX11 linking

XChat-GNOME fails to build due to a change DSO-linking semantics of the gcc
compiler in Fedora. For more info please refer to:
https://bugzilla.redhat.com/show_bug.cgi?id=564820
http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
---
diff --git a/src/fe-gnome/Makefile.am b/src/fe-gnome/Makefile.am
index 8faab84..1288ab9 100644
--- a/src/fe-gnome/Makefile.am
+++ b/src/fe-gnome/Makefile.am
@@ -113,6 +113,7 @@ xchat_gnome_CFLAGS = \
        $(AM_CFLAGS)
 
 xchat_gnome_LDFLAGS = \
+       -lX11           \
        -export-dynamic \
        $(AM_LDFLAGS)
 
diff --git a/src/libcontrast/Makefile.am b/src/libcontrast/Makefile.am
index 08daa14..857d9ab 100644
--- a/src/libcontrast/Makefile.am
+++ b/src/libcontrast/Makefile.am
@@ -12,6 +12,7 @@ libcontrast_la_CFLAGS =               \
        $(AM_CFLAGS)
 
 libcontrast_la_LDFLAGS =       \
+       -lm                     \
        $(AM_LDFLAGS)           \
        -static
 
--
cgit v0.9.0.2

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to