From aae5a10f1fc1219e74603200808a078a7bef702e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: May 10 2005 15:48:03 +0000 Subject: - Add patch to set the size of the IO thread stack to 256k in order to mitigate the apparent 10M jump in GNOME processes memory usage (#157297) --- diff --git a/ORBit2.spec b/ORBit2.spec index a5c943c..68a37e9 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -4,7 +4,7 @@ Summary: A high-performance CORBA Object Request Broker. Name: ORBit2 Version: 2.12.1 -Release: 2 +Release: 3 Source: %{name}-%{version}.tar.bz2 Group: System Environment/Daemons License: LGPL/GPL @@ -15,6 +15,8 @@ BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pkgconfig >= 0.14 BuildRequires: gtk-doc >= 1.1 +Patch0: ORBit2-2.12.1-reduce-size-of-io-thread-stack.patch + %description ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to @@ -49,6 +51,8 @@ write such programs, you'll also need to install the ORBIT package. %prep %setup -q +%patch0 -p1 -b .reduce-size-of-io-thread-stack + %build %configure --enable-gtk-doc make @@ -90,6 +94,11 @@ rm -rf %{buildroot} %{_datadir}/gtk-doc %changelog +* Tue May 10 2005 Mark McLoughlin 2.12.1-3 +- Add patch to set the size of the IO thread stack to 256k in + order to mitigate the apparent 10M jump in GNOME processes + memory usage (#157297) + * Wed Mar 2 2005 Mark McLoughlin 2.12.1-2 - Rebuild with gcc4