Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory
checked in at Mon May 2 14:24:41 CEST 2011.



--------
--- open-vm-tools/open-vm-tools.changes 2011-04-27 10:59:20.000000000 +0200
+++ /mounts/work_src_done/STABLE/open-vm-tools/open-vm-tools.changes    
2011-04-29 17:24:17.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Apr 29 16:08:33 UTC 2011 - dims...@opensuse.org
+
+- Udpate to version 2011.04.25:
+  + Mostly cleanups and small bug fixes in this release.
+  + Logging is enabled by default in vmtoolsd, writing to syslog.
+    The default log level is not chatty, so few messages should
+    make it to syslog during normal operation.
+  + The GUI version of the toolbox was removed.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  open-vm-tools-2011.03.28-387002.tar.bz2
  vmware-toolbox.desktop

New:
----
  _service
  _service:recompress:download_url:open-vm-tools-2011.04.25-402641.tar.bz2

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

Other differences:
------------------
++++++ open-vm-tools.spec ++++++
--- /var/tmp/diff_new_pack.1t7JxQ/_old  2011-05-02 14:21:03.000000000 +0200
+++ /var/tmp/diff_new_pack.1t7JxQ/_new  2011-05-02 14:21:03.000000000 +0200
@@ -32,15 +32,14 @@
 Name:           open-vm-tools
 Group:          System/Emulators/PC
 Summary:        Open Virtual Machine Tools
-Version:        2011.03.28
+Version:        2011.04.25
 Release:        1
-%define         svn_rev 387002
+%define         svn_rev 402641
 Url:            http://open-vm-tools.sourceforge.net/
 License:        BSD3c ; GPLv2 ; LGPLv2.1
 Source:         %{name}-%{version}-%{svn_rev}.tar.bz2
 Source1:        vmtoolsd
 Source2:        vmware-user-autostart.desktop
-Source3:        vmware-toolbox.desktop
 Source4:        open-vm-tools.permissions
 Source5:        vmware-user-autostart-wrapper
 Source6:        open-vm-tools-modprobe.conf
@@ -321,7 +320,6 @@
 %files gui
 %defattr(-, root, root)
 %{_sysconfdir}/xdg/autostart/vmware-user-autostart.desktop
-%{_bindir}/vmware-toolbox
 %verify(not mode) %attr(0755,root,root) %{_bindir}/vmware-user-suid-wrapper
 %{_libdir}/%{name}/plugins/vmusr/libdesktopEvents.so
 %{_libdir}/%{name}/plugins/vmusr/libdndcp.so

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">sourceforge.net</param>
    <param 
name="path">/projects/open-vm-tools/files/open-vm-tools/2011.04.25/open-vm-tools-2011.04.25-402641.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
</services>
++++++ vmtoolsd ++++++
--- /var/tmp/diff_new_pack.1t7JxQ/_old  2011-05-02 14:21:03.000000000 +0200
+++ /var/tmp/diff_new_pack.1t7JxQ/_new  2011-05-02 14:21:03.000000000 +0200
@@ -43,10 +43,10 @@
 # The kernel module for the balloon driver changes its name in different 
kernel versions
 KERNEL_MICRO=$(uname -r | awk -F- '{print $1}' | sed 's,2.6.,,')
 case $KERNEL_MICRO in
-        36)
+        27|28|29|30|31|32|33)
                 VMBALLOON=vmmemctl
                 ;;
-        37)
+        34|35)
                 VMBALLOON=vmware_balloon
                 ;;
         *)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to