Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit gobby
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 08 Nov 2007 23:27:26 +0100
- Message-id: <20071108222726.87EF7678335@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gobby
checked in at Thu Nov 8 23:27:26 CET 2007.
--------
--- GNOME/gobby/gobby.changes 2007-10-11 15:46:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/gobby/gobby.changes 2007-11-08
01:39:12.438826000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 8 01:38:44 CET 2007 - mauro@xxxxxxx
+
+- Added some fixes for gcc 4.3 and beta.
+
+-------------------------------------------------------------------
New:
----
gobby-0.4.4-gcc-43.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gobby.spec ++++++
--- /var/tmp/diff_new_pack.Fa5737/_old 2007-11-08 23:27:10.000000000 +0100
+++ /var/tmp/diff_new_pack.Fa5737/_new 2007-11-08 23:27:10.000000000 +0100
@@ -16,10 +16,11 @@
Group: System/GUI/GNOME
AutoReqProv: on
Version: 0.4.4
-Release: 39
+Release: 66
Summary: Gobby collaborative editor
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-desktop.patch
+Patch1: gobby-0.4.4-gcc-43.patch
Url: http://gobby.0x539.de/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: obby >= %{version}
@@ -43,6 +44,7 @@
%prep
%setup -q
%patch0
+%patch1 -p1
%build
autoreconf -f -i
@@ -70,6 +72,8 @@
%files lang -f %{name}.lang
%changelog
+* Thu Nov 08 2007 - mauro@xxxxxxx
+- Added some fixes for gcc 4.3 and beta.
* Thu Oct 11 2007 - sbrabec@xxxxxxx
- Use binding specific avahi package.
* Mon Sep 03 2007 - maw@xxxxxxx
++++++ gobby-0.4.4-gcc-43.patch ++++++
diff -Naur gobby-0.4.4/src/header.cpp gobby-0.4.4-mp/src/header.cpp
--- gobby-0.4.4/src/header.cpp 2007-06-15 23:40:13.000000000 +0200
+++ gobby-0.4.4-mp/src/header.cpp 2007-11-08 01:05:06.000000000 +0100
@@ -18,6 +18,7 @@
#include <gtkmm/stock.h>
#include <obby/format_string.hpp>
+#include <cstring>
#include "common.hpp"
#include "header.hpp"
diff -Naur gobby-0.4.4/src/preferencesdialog.cpp
gobby-0.4.4-mp/src/preferencesdialog.cpp
--- gobby-0.4.4/src/preferencesdialog.cpp 2007-06-15 23:51:02.000000000
+0200
+++ gobby-0.4.4-mp/src/preferencesdialog.cpp 2007-11-08 01:09:59.000000000
+0100
@@ -19,6 +19,7 @@
#include <stdexcept>
#include <gtkmm/stock.h>
#include <gtkmm/messagedialog.h>
+#include <cstring>
#include <obby/format_string.hpp>
diff -Naur gobby-0.4.4/src/unix.cpp gobby-0.4.4-mp/src/unix.cpp
--- gobby-0.4.4/src/unix.cpp 2007-06-15 22:02:16.000000000 +0200
+++ gobby-0.4.4-mp/src/unix.cpp 2007-11-08 00:59:53.000000000 +0100
@@ -17,6 +17,7 @@
*/
#include <stdexcept>
+#include <cstring>
#include "unix.hpp"
namespace
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |