Hello community,

here is the log from the commit of package gobby for openSUSE:Factory checked 
in at 2014-10-18 09:08:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobby (Old)
 and      /work/SRC/openSUSE:Factory/.gobby.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobby"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gobby/gobby.changes      2013-04-19 
15:34:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gobby.new/gobby.changes 2014-10-18 
09:08:57.000000000 +0200
@@ -1,0 +2,21 @@
+Sat Oct 11 11:16:49 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.5.0:
+  + Allow to run a server within the Gobby process; infinoted is no
+    longer required to connect to other people.
+  + Added support for user accounts and different permissions for
+    different accounts.
+  + Added limited support for chat nodes in the document tree.
+  + Added an option to set the opacity with which user colors are
+    shown behind the text.
+  + Added Fullscreen option and Ctrl++ and Ctrl+- shortcuts to
+    increase/decrease the font size.
+  + Gobby can open infinote://XXX URIs given on the command line to
+    directly open one or more documents at startup.
+- Replace pkgconfig(libinfinity-0.5) for pkgconfig(libinfinity-0.6)
+  following upstream changes.
+- Drop gobby-glibmm-2_31.patch and gobby-gtksourceview38.patch:
+  Fixed upstream.
+- Add gobby-add-missing-return.patch: Fix a missing return.
+
+-------------------------------------------------------------------

Old:
----
  gobby-0.4.94.tar.bz2
  gobby-glibmm-2_31.patch
  gobby-gtksourceview38.patch

New:
----
  gobby-0.5.0.tar.gz
  gobby-add-missing-return.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gobby.spec ++++++
--- /var/tmp/diff_new_pack.r6eWTm/_old  2014-10-18 09:08:57.000000000 +0200
+++ /var/tmp/diff_new_pack.r6eWTm/_new  2014-10-18 09:08:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gobby
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,21 +32,19 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 %endif
 BuildRequires:  pkgconfig(libgsasl)
-BuildRequires:  pkgconfig(libinfinity-0.5)
+BuildRequires:  pkgconfig(libinfinity-0.6)
 BuildRequires:  pkgconfig(libxml++-2.6)
 BuildRequires:  pkgconfig(unique-1.0)
 # For directory ownership:
 BuildRequires:  gnome-themes
-Version:        0.4.94
+Version:        0.5.0
 Release:        0
 Summary:        Gobby collaborative editor (Infinote protocol)
 License:        GPL-2.0+
 Group:          Productivity/Editors/Other
-Source:         %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gobby-glibmm-2_31.patch 
http://gobby.0x539.de/trac/attachment/ticket/585/ dims...@opensuse.org -- Fix 
build with glibmm 2.31.
-Patch0:         gobby-glibmm-2_31.patch
-# PATCH-FIX-UPSTREAM gobby-gtksourceview38.patch dims...@opensuse.org -- Fix 
build with gtksourceview 3.8
-Patch1:         gobby-gtksourceview38.patch
+Source:         %{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM gobby-add-missing-return.patch zai...@opensuse.org -- Add 
a missing return statement
+Patch0:         gobby-add-missing-return.patch
 Url:            http://gobby.0x539.de/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
@@ -71,7 +69,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -128,7 +125,7 @@
 
 %files
 %defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS COPYING ChangeLog NEWS
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/
@@ -141,6 +138,8 @@
 %{_datadir}/applications/%{_versioned_name}.desktop
 %{_datadir}/icons/*/*/apps/%{_versioned_name}.*
 %doc %{_mandir}/man1/*.*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/gobby-0.5.appdata.xml
 # FIXME: gnome-themes does not provide excluded directories yet.
 %exclude %{_datadir}/icons/HighContrast*/scalable/*
 

++++++ gobby-add-missing-return.patch ++++++
--- gobby-0.5.0-orig/code/commands/browser-commands.cpp 2014-08-20 
17:49:19.000000000 +0200
+++ gobby-0.5.0/code/commands/browser-commands.cpp      2014-10-16 
16:55:32.189887814 +0200
@@ -515,6 +515,7 @@
                iter->second->set_pending_chat(proxy);
                return true;
        }
+return false;
 }
 
 void Gobby::BrowserCommands::on_connect(const Glib::ustring& hostname)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to