Hello community,

here is the log from the commit of package vino for openSUSE:Factory
checked in at Tue May 17 12:15:39 CEST 2011.



--------
--- GNOME/vino/vino.changes     2011-02-13 17:24:38.000000000 +0100
+++ /mounts/work_src_done/STABLE/vino/vino.changes      2011-05-04 
10:31:55.000000000 +0200
@@ -1,0 +2,62 @@
+Wed May  4 10:31:02 CEST 2011 - [email protected]
+
+- Update to version 3.0.2:
+  + Avoid out-of-bounds memory accesses (CVE-2011-0904,
+    CVE-2011-0905).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Apr 27 15:18:01 UTC 2011 - [email protected]
+
+- Update to version 3.0.1:
+  + bgo#617436: fix cursor update logic.
+  + Only send a motion event when the pointer moved.
+  + Bind both an IPv4 and an IPv6 socket.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Apr 26 15:37:37 CEST 2011 - [email protected]
+
+- Drop now unneeded libunique-devel BuildRequires.
+
+-------------------------------------------------------------------
+Tue Apr  5 14:02:53 UTC 2011 - [email protected]
+
+- Update to version 3.0.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 28 15:05:55 UTC 2011 - [email protected]
+
+- Update to version 2.99.5:
+  + Use GSettings autostart condition
+  + Updated translations
+- Changes from version 2.99.4:
+  + Remove some unnecessary code in the capplet
+  + Generate enums and marshalers before they are used
+  + Remove server reachability message from the UI
+  + Workaround that addresses CVE-2011-1164.
+  + Build fixes.
+  + Updated translations.
+- Changes from version 2.99.3:
+  + Overhaul build system.
+  + Updated translations.
+- Changes from version 2.99.2:
+  + Added back telepathy functionality.
+  + Added DISTCHECK_CONFIGURE_FLAGS to Makefile.am.
+- Changes from version 2.99.1:
+  + Added back basic mdns functionality.
+  + Fixed typo in configure.in
+- Changes from version 2.99.0:
+  + Port to Gtk3
+  + Port to GSettings
+  + Port to GtkApplication
+  + Port to GDBus
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros.
+- Change old-style BuildRequires to new pkgconfig()/GNOME3 ones:
+  gconf2-devel, gtk2-devel to pkgconfg(gtk+-3.0).
+- Remove --enable-avahi/--enable-gnome-keyring configure options
+  as they are default.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  vino-2.32.1.tar.bz2

New:
----
  vino-3.0.2.tar.bz2

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

Other differences:
------------------
++++++ vino.spec ++++++
--- /var/tmp/diff_new_pack.KpN3Bu/_old  2011-05-17 10:42:25.000000000 +0200
+++ /var/tmp/diff_new_pack.KpN3Bu/_new  2011-05-17 10:42:25.000000000 +0200
@@ -21,44 +21,40 @@
 Name:           vino
 License:        GPLv2+
 Group:          Productivity/Networking/Other
-Version:        2.32.1
-Release:        2
+Version:        3.0.2
+Release:        1
 Summary:        GNOME VNC Server
 Url:            http://www.gnome.org
 Source:         vino-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
 BuildRequires:  gnutls-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  NetworkManager-devel
 BuildRequires:  libsoup-devel
-BuildRequires:  libunique-devel
 BuildRequires:  telepathy-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 A VNC Server for GNOME
 
 %lang_package
 %prep
-%setup
+%setup -q
 translation-update-upstream
 
 %build
 %configure\
     --libexecdir=%{_libexecdir}/vino \
-    --enable-avahi \
-    --enable-gnome-keyring \
     --enable-http-server=yes
-%__make %{?jobs:-j%jobs}
+%__make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
@@ -70,37 +66,33 @@
 %suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal
 %suse_update_desktop_file vino-server
 %find_lang %{name} %{?no_lang_C}
-%find_gconf_schemas
-cat %{name}.schemas_list >%{name}.lst
 %fdupes $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre -f %{name}.schemas_pre
-
 %post
 %desktop_database_post
-
-%posttrans -f %{name}.schemas_posttrans
-
-%preun -f %{name}.schemas_preun
+%glib2_gsettings_schema_post
 
 %postun
 %desktop_database_postun
+%glib2_gsettings_schema_postun
 
-%files -f %{name}.lst
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %defattr (-, root, root)
-%{_bindir}/vino-preferences
 %{_bindir}/vino-passwd
+%{_bindir}/vino-preferences
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
-%{_datadir}/vino
+%{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
 %dir %{_datadir}/telepathy/
 %dir %{_datadir}/telepathy/clients/
 %{_datadir}/telepathy/clients/Vino.client
+%{_datadir}/vino/
 %{_sysconfdir}/xdg/autostart/vino-server.desktop
 %{_libexecdir}/vino
 

++++++ vino-2.32.1.tar.bz2 -> vino-3.0.2.tar.bz2 ++++++
++++ 115490 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to