Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Tue Oct 18 14:32:00 CEST 2011.



--------
--- openSUSE:Factory/vinagre/vinagre.changes    2011-10-04 18:16:03.000000000 
+0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes        2011-10-17 
22:55:11.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Oct 17 20:43:23 UTC 2011 - [email protected]
+
+- Update to version 3.2.1:
+  + Fix implicit declaration in vinagre-tube-handler.c
+  + Do not use deprecated gtk_widget_modify_bg()
+  + Add range to history-size GSettings key
+  + Display correct application icon in about dialog
+  + Add missing includes to fix build on OpenBSD
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Oct 14 07:27:30 UTC 2011 - [email protected]
+
+- Add -wl,--no-as-needed to CFLAGS during the build in order to
+  work arund bgo#653558: the plugins are not correctly dynamically
+  loaded but are linked into the main binary.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  vinagre-3.2.0.tar.bz2

New:
----
  vinagre-3.2.1.tar.bz2

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

Other differences:
------------------
++++++ vinagre.spec ++++++
--- /var/tmp/diff_new_pack.0fPqvN/_old  2011-10-18 14:31:54.000000000 +0200
+++ /var/tmp/diff_new_pack.0fPqvN/_new  2011-10-18 14:31:54.000000000 +0200
@@ -20,9 +20,10 @@
 
 Name:           vinagre
 Summary:        VNC client for GNOME
-Version:        3.2.0
+Version:        3.2.1
 Release:        1
 # FIXME: when patch0 is dropped, remove the first make that is needed to 
generate a header; it'll get fixed properly upstream because the missing file 
will be in the tarball
+# FIXME: Check if bgo#653558 has been fixed. Once fixed, remove the 
-Wl,--no-as-needed hack in the build section and verify if the plugins work.
 License:        GPLv2+
 Group:          Productivity/Networking/Other
 Url:            http://www.gnome.org/projects/vinagre/
@@ -68,6 +69,10 @@
 %patch0 -p1
 
 %build
+# Workaround bgo#653558: The plugins are not dynamically loaded at runtime but 
are
+# linked to the binary at build time. With -Wl,as-needed though the references 
are
+# being dropped as there is no direct call to them.
+export CFLAGS="%{optflags} -Wl,--no-as-needed"
 %configure --disable-static \
     --disable-scrollkeeper \
     --enable-ssh \

++++++ vinagre-3.2.0.tar.bz2 -> vinagre-3.2.1.tar.bz2 ++++++
++++ 7773 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to