diff --git a/ORBit2.spec b/ORBit2.spec index bb920be..6dad1eb 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -21,7 +21,6 @@ BuildRequires: gtk-doc 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 @@ -64,7 +63,6 @@ write such programs, you'll also need to install the ORBIT package. %setup -q %patch0 -p1 -b .multilib %patch1 -p1 -b .ref-leaks -%patch2 -p1 -b .deprecation %build ## the shipped libtool is broken wrt. multilib diff --git a/deprecation.patch b/deprecation.patch deleted file mode 100644 index 5afbb32..0000000 --- a/deprecation.patch +++ /dev/null @@ -1,14 +0,0 @@ -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; - } -