rpms/libbonobo/devel libbonobo.spec,1.44,1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 11 14:24:57 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/libbonobo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20734

Modified Files:
	libbonobo.spec 
Log Message:
* Fri Aug 11 2006 Alexander Larsson <alexl at redhat.com> - 2.15.0-3
- Add patch to close fds when activating component (#200477)




Index: libbonobo.spec
===================================================================
RCS file: /cvs/dist/rpms/libbonobo/devel/libbonobo.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- libbonobo.spec	27 Jul 2006 22:46:24 -0000	1.44
+++ libbonobo.spec	11 Aug 2006 14:24:51 -0000	1.45
@@ -6,7 +6,7 @@
 Summary: Bonobo component system
 Name: libbonobo
 Version: 2.15.0
-Release: 2
+Release: 3
 URL: http://ftp.gnome.org
 Source0: %{name}-%{version}.tar.bz2
 License: LGPL
@@ -24,6 +24,7 @@
 Provides: bonobo-activation = %{version}-%{release}
 
 Patch0: libbonobo-2.13.1-multishlib.patch
+Patch1: libbonobo-2.15.0-close-fds.patch
 
 %description
 Bonobo is a component system based on CORBA, used by the GNOME desktop.
@@ -53,6 +54,8 @@
 %patch0 -p1 -b .multishlib
 %endif
 
+%patch1 -p1 -b .close-fds
+
 %build
 intltoolize -f
 aclocal
@@ -117,6 +120,9 @@
 %{_datadir}/gtk-doc/html/bonobo-activation
 
 %changelog
+* Fri Aug 11 2006 Alexander Larsson <alexl at redhat.com> - 2.15.0-3
+- Add patch to close fds when activating component (#200477)
+
 * Thu Jul 27 2006 Matthias Clasen <mclasen at redhat.com> - 2.15.0-2
 - disable gtk-doc to fix multilib conflicts
 - Don't ship static libraries




More information about the fedora-cvs-commits mailing list