rpms/upstart/devel upstart-gcc43.patch, NONE, 1.1 upstart.spec, 1.2, 1.3

Casey Dahlin (sadmac) fedora-extras-commits at redhat.com
Thu Feb 7 05:04:31 UTC 2008


Author: sadmac

Update of /cvs/pkgs/rpms/upstart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv499/devel

Modified Files:
	upstart.spec 
Added Files:
	upstart-gcc43.patch 
Log Message:
Updated specfile changelog and added actual patchfile :D


upstart-gcc43.patch:

--- NEW FILE upstart-gcc43.patch ---
diff -up upstart-0.3.9/upstart/wire.c.foo upstart-0.3.9/upstart/wire.c
--- upstart-0.3.9/upstart/wire.c.foo	2008-02-01 13:35:33.000000000 -0500
+++ upstart-0.3.9/upstart/wire.c	2008-02-01 13:35:33.000000000 -0500
@@ -28,6 +28,7 @@
 
 #include <stdarg.h>
 #include <string.h>
+#include <limits.h>
 
 #include <nih/macros.h>
 #include <nih/alloc.h>


Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- upstart.spec	7 Feb 2008 04:55:53 -0000	1.2
+++ upstart.spec	7 Feb 2008 05:03:44 -0000	1.3
@@ -1,16 +1,16 @@
 Name:           upstart
 Version:        0.3.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
 License:        GPLv2+
 URL:            http://upstart.ubuntu.com
 Source0:        http://upstart.ubuntu.com/download/0.3/upstart-%{version}.tar.bz2
-Patch0:		upstart-gcc43.patch
+Patch0:         upstart-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	gettext
+BuildRequires:  gettext
 
 %description
 Upstart is an event-based replacement for the /sbin/init daemon which
@@ -81,6 +81,9 @@
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Wed Feb 06 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 0.3.9-4
+- Patched for GCC 4.3
+
 * Thu Jan 31 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 0.3.9-3
 - Added AUTHORS, COPYING, etc.
 - Made config --libdir option relative




More information about the fedora-extras-commits mailing list