rpms/ORBit/devel ORBit-0.5.17-IIOP-weak-symbols.patch, NONE, 1.1 ORBit.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Aug 28 15:12:46 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/ORBit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28812

Modified Files:
	ORBit.spec 
Added Files:
	ORBit-0.5.17-IIOP-weak-symbols.patch 
Removed Files:
	needs.rebuild 
Log Message:
Fix undefined non-weak symbols in libIIOP.so (#202328)


ORBit-0.5.17-IIOP-weak-symbols.patch:

--- NEW FILE ORBit-0.5.17-IIOP-weak-symbols.patch ---
--- ORBit-0.5.17/src/IIOP/Makefile.am	2006-08-28 13:40:47.000000000 +0100
+++ ORBit-0.5.17/src/IIOP/Makefile.am	2006-08-28 13:39:05.000000000 +0100
@@ -36,7 +36,7 @@
 	iiop-encoders.h \
 	iiop-endian.h
 
-libIIOP_la_LIBADD=$(libwrap_files) $(libwrap_deps)
+libIIOP_la_LIBADD=$(top_builddir)/src/ORBitutil/libORBitutil.la $(GLIB_LIBS) $(libwrap_files) $(libwrap_deps)
 
 $(libwrap_files): make_libwrap_files
 
--- ORBit-0.5.17/src/IIOP/Makefile.in	2006-08-28 13:41:39.000000000 +0100
+++ ORBit-0.5.17/src/IIOP/Makefile.in	2006-08-28 13:39:55.000000000 +0100
@@ -114,7 +114,7 @@
 libIIOPinclude_HEADERS =  	IIOP-config.h 	IIOP-types.h 	IIOP.h 	giop-msg-buffer.h 	iiop-encoders.h 	iiop-endian.h
 
 
-libIIOP_la_LIBADD = $(libwrap_files) $(libwrap_deps)
+libIIOP_la_LIBADD = $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ $(libwrap_files) $(libwrap_deps)
 
 BUILT_SOURCES = $(libwrap_files)
 


Index: ORBit.spec
===================================================================
RCS file: /cvs/extras/rpms/ORBit/devel/ORBit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ORBit.spec	21 Jul 2006 12:39:51 -0000	1.1
+++ ORBit.spec	28 Aug 2006 15:12:46 -0000	1.2
@@ -1,12 +1,13 @@
 Summary:		CORBA Object Request Broker for GNOME-1 compatibility
 Name:			ORBit
 Version:		0.5.17
-Release:		18%{?dist}
+Release:		19%{?dist}
 Epoch:			1
 URL:			http://orbit-resource.sourceforge.net/
 Source:			http://ftp.acc.umu.se/pub/gnome/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2 
 Patch0:			ORBit-0.5.17-aligned-access.patch
 Patch1:			ORBit-underquoted.patch
+Patch2:			ORBit-0.5.17-IIOP-weak-symbols.patch
 Group:			System Environment/Daemons
 License:		LGPL/GPL
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -50,6 +51,7 @@
 %setup -q
 %patch0 -p1 -b .aligned
 %patch1 -p1 -b .underquoted
+%patch2 -p1 -b .weak-symbols
 
 %build
 %configure
@@ -118,6 +120,9 @@
 %{_datadir}/aclocal/libIDL.m4
 
 %changelog
+* Mon Aug 28 2006 Paul Howarth <paul at city-fan.org> 1:0.5.17-19
+- Fix undefined non-weak symbols in libIIOP.so (#202328)
+
 * Mon Jul 10 2006 Paul Howarth <paul at city-fan.org> 1:0.5.17-18
 - Add automake and pkgconfig as deps of devel subpackage (#198246)
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list