rpms/ORBit2/devel deprecation.patch,NONE,1.1 ORBit2.spec,1.63,1.64

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Jan 29 06:47:32 UTC 2008


Author: mclasen

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

Modified Files:
	ORBit2.spec 
Added Files:
	deprecation.patch 
Log Message:
fix deprecated apis


deprecation.patch:

--- NEW FILE deprecation.patch ---
diff -up ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c.deprecation ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c
--- ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c.deprecation	2008-01-29 01:44:31.000000000 -0500
+++ ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c	2008-01-29 01:44:51.000000000 -0500
@@ -1097,8 +1097,8 @@ tc_dec (CORBA_TypeCode  *t,
 		GSList    *l;
 
 		if (lkind != CORBA_tk_recursive) {
-			g_warning ("%s: invalid CORBA_TCKind, lkind=%lu",
-				   G_GNUC_FUNCTION, (unsigned long int) lkind);
+			g_warning ("tc_dec: invalid CORBA_TCKind, lkind=%lu",
+				   (unsigned long int) lkind);
 			return TRUE;
 		}
 


Index: ORBit2.spec
===================================================================
RCS file: /cvs/extras/rpms/ORBit2/devel/ORBit2.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ORBit2.spec	29 Jan 2008 06:16:48 -0000	1.63
+++ ORBit2.spec	29 Jan 2008 06:46:38 -0000	1.64
@@ -21,6 +21,7 @@
 Patch0: ORBit2-2.14.3-multilib.patch
 # handle ref leaks in the a11y stack more gracefully
 Patch1: ORBit2-2.14.3-ref-leaks.patch
+Patch2: deprecation.patch
 
 %description
 ORBit is a high-performance CORBA (Common Object Request Broker 
@@ -63,6 +64,7 @@
 %setup -q
 %patch0 -p1 -b .multilib
 %patch1 -p1 -b .ref-leaks
+%patch2 -p1 -b .deprecation
  
 %build
 ## the shipped libtool is broken wrt. multilib




More information about the fedora-extras-commits mailing list