rpms/gobby/devel gobby-0.4.6-gcc43.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 gobby.spec, 1.29, 1.30 sources, 1.13, 1.14 gobby-0.4.5-gcc43.patch, 1.3, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Jul 26 19:13:41 UTC 2008


Author: lmacken

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

Modified Files:
	.cvsignore gobby.spec sources 
Added Files:
	gobby-0.4.6-gcc43.patch 
Removed Files:
	gobby-0.4.5-gcc43.patch 
Log Message:
0.4.6

gobby-0.4.6-gcc43.patch:

--- NEW FILE gobby-0.4.6-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
--- src/header.cpp.orig	2008-02-08 23:21:04.000000000 -0500
+++ src/header.cpp	2008-02-08 23:21:23.000000000 -0500
@@ -16,6 +16,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <cstring>
 #include <gtkmm/stock.h>
 #include <obby/format_string.hpp>
 
--- src/preferencesdialog.cpp.orig	2008-02-08 23:48:31.000000000 -0500
+++ src/preferencesdialog.cpp	2008-02-08 23:48:55.000000000 -0500
@@ -16,6 +16,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <cstring>
 #include <stdexcept>
 #include <gtkmm/stock.h>
 #include <gtkmm/messagedialog.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gobby/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	21 Aug 2007 20:30:36 -0000	1.13
+++ .cvsignore	26 Jul 2008 19:13:11 -0000	1.14
@@ -1 +1 @@
-gobby-0.4.5.tar.gz
+gobby-0.4.6.tar.gz


Index: gobby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gobby/devel/gobby.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gobby.spec	25 Jun 2008 07:21:44 -0000	1.29
+++ gobby.spec	26 Jul 2008 19:13:11 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           gobby
-Version:        0.4.5
-Release:        4%{?dist}
+Version:        0.4.6
+Release:        1%{?dist}
 Summary:        Free collaborative editor
 
 Group:          Applications/Internet
@@ -71,6 +71,9 @@
 
 
 %changelog
+* Sat Jul 26 2008 Luke Macken <lmacken at redhat.com> - 0.4.6-1
+- Update to the latest upstream release.
+
 * Wed Jun 25 2008 Tomas Mraz <tmraz at redhat.com> - 0.4.5-4
 - rebuild with new gnutls
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gobby/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	21 Aug 2007 20:30:36 -0000	1.13
+++ sources	26 Jul 2008 19:13:11 -0000	1.14
@@ -1 +1 @@
-e5501d37f4199938dfe97d30fdf14e9a  gobby-0.4.5.tar.gz
+e6a01bf4f615a748d56b80bf6604b1e8  gobby-0.4.6.tar.gz


--- gobby-0.4.5-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list