Hello community, here is the log from the commit of package spice-gtk for openSUSE:Factory checked in at 2012-02-15 15:59:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spice-gtk (Old) and /work/SRC/openSUSE:Factory/.spice-gtk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spice-gtk", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes 2012-02-07 14:46:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2012-02-15 16:01:04.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Feb 9 17:37:50 UTC 2012 - [email protected] + +- Update to version 0.9: + + Add command line options for setting the cache size and the glz + window size + + Add a USB device selection widget to libspice-client-gtk + + Various bug fixes and code improvements. +- Add spice-gtk-0.9-return-nonvoid.patch: Return a value in a + non-void declared function. + +------------------------------------------------------------------- Old: ---- spice-gtk-0.8.tar.bz2 New: ---- spice-gtk-0.9-return-nonvoid.patch spice-gtk-0.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spice-gtk.spec ++++++ --- /var/tmp/diff_new_pack.qkhmPl/_old 2012-02-15 16:01:09.000000000 +0100 +++ /var/tmp/diff_new_pack.qkhmPl/_new 2012-02-15 16:01:09.000000000 +0100 @@ -18,7 +18,7 @@ Name: spice-gtk -Version: 0.8 +Version: 0.9 Release: 0 # FIXME: /usr/bin/spice-client-glib-usb-acl-helper should be installed u+s, see bnc#744251. Summary: Gtk client and libraries for SPICE remote desktop servers @@ -26,6 +26,8 @@ Group: System/GUI/GNOME Url: http://spice-space.org/page/Spice-Gtk Source: http://spice-space.org/download/gtk/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM spice-gtk-0.9-return-nonvoid.patch [email protected] -- Return value in non-void function. +Patch0: spice-gtk-0.9-return-nonvoid.patch BuildRequires: cyrus-sasl-devel BuildRequires: intltool BuildRequires: libacl-devel @@ -111,6 +113,7 @@ %lang_package %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ spice-gtk-0.9-return-nonvoid.patch ++++++ diff -ru spice-gtk-0.9/gtk/controller/spice-controller-listener.c spice-gtk-0.9.patch/gtk/controller/spice-controller-listener.c --- spice-gtk-0.9/gtk/controller/spice-controller-listener.c 2012-01-27 09:56:56.000000000 +0100 +++ spice-gtk-0.9.patch/gtk/controller/spice-controller-listener.c 2012-02-09 18:58:06.571908492 +0100 @@ -144,6 +144,6 @@ #ifdef G_OS_WIN32 spice_named_pipe_listener_accept_finish (SPICE_NAMED_PIPE_LISTENER (listener), result, source_object, error); #else - g_socket_listener_accept_finish (G_SOCKET_LISTENER (listener), result, source_object, error); + return g_socket_listener_accept_finish (G_SOCKET_LISTENER (listener), result, source_object, error); #endif } ++++++ spice-gtk-0.8.tar.bz2 -> spice-gtk-0.9.tar.bz2 ++++++ ++++ 17585 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
