rpms/gobby/devel gobby-0.4.5-gcc43.patch, NONE, 1.1 gobby.spec, 1.27, 1.28

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Feb 9 04:11:04 UTC 2008


Author: lmacken

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

Modified Files:
	gobby.spec 
Added Files:
	gobby-0.4.5-gcc43.patch 
Log Message:
Add a patch to fix gcc4.3 compilation errors

gobby-0.4.5-gcc43.patch:

--- NEW FILE gobby-0.4.5-gcc43.patch ---
--- src/unix.cpp.orig	2008-02-08 23:06:00.000000000 -0500
+++ src/unix.cpp	2008-02-08 23:06:20.000000000 -0500
@@ -17,6 +17,7 @@
  */
 
 #include <stdexcept>
+#include <cstring>
 #include "unix.hpp"
 
 namespace


Index: gobby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gobby/devel/gobby.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gobby.spec	9 Feb 2008 02:26:22 -0000	1.27
+++ gobby.spec	9 Feb 2008 04:10:25 -0000	1.28
@@ -1,12 +1,13 @@
 Name:           gobby
 Version:        0.4.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Free collaborative editor
 
 Group:          Applications/Internet
 License:        GPLv2
 URL:            http://gobby.0x539.de
 Source0:        http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz
+Patch0:         %{name}-%{version}-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxml++-devel, gtksourceview-devel, gtkmm24-devel, obby-devel
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0
 
 
 %build
@@ -69,6 +71,9 @@
 
 
 %changelog
+* Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> - 0.4.5-3
+- Add a patch to fix gcc4.3 compilation errors
+
 * Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> - 0.4.5-2
 - Rebuild for gcc 4.3
 




More information about the fedora-extras-commits mailing list