Accepting request 175305 from Virtualization:VMware

Update to 9.2.3

OBS-URL: https://build.opensuse.org/request/show/175305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=47
This commit is contained in:
Stephan Kulow 2013-05-13 20:46:25 +00:00 committed by Git OBS Bridge
commit 2c3b94d8c6
4 changed files with 26 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ae795e75bf4b38185f39083b8075686d3bab4c1222f4e39c863aeccb2f5f387
size 3561799

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a004ea1675101fd44cddda299e2e9ac254388769b69f41b7ff5d1797549c8f1
size 3565935

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon May 13 15:30:52 UTC 2013 - dimstar@opensuse.org
- Update to version 9.2.3:
+ Fixes for HGFS driver to compile on newer kernels (3.9).
+ Fix for HGFS performance regression..
+ vmci/vsock drivers are disabled on kernels 3.9 and above.
+ vmblock driver is disabled on kernels 3.0+.
+ Fix and re-enable Copy/Paste on Solaris.
+ Configure script will detect procsps-ng library.
+ Suppress deprecated warnings coming form newer glib.
- Drop open-vm-tools-kernel-3.8.patch: fixed upstream.
- No longer build vmci and vsock for openSUSE > 12.3; they have
been included in the mainline kernel.
-------------------------------------------------------------------
Wed Apr 24 19:57:20 UTC 2013 - dimstar@opensuse.org

View File

@ -25,16 +25,21 @@
%define vm_modules1210 vmxnet
%endif
%if 0%{?suse_version} <= 1230
# Modules to be built up to openSUSE 12.1, possibly not building on newer versions.
%define vm_modules1230 vmci vsock
%endif
# Modules that have to be build up to version 12.2 (Last checked on 2012-02-05 with kernel 3.2.0)
%define vm_modules vmci vmhgfs vmsync vsock %{?vm_modules1210}
%define vm_modules %{?vm_modules1230} vmhgfs vmsync %{?vm_modules1210}
# X modules are lower prio upstream and once in a while fail. Offer an easy way to enable/disable them.
%define with_X 1
Name: open-vm-tools
Version: 9.2.2
Version: 9.2.3
Release: 0
%define svn_rev 893683
%define svn_rev 1031360
Summary: Open Virtual Machine Tools
License: BSD-3-Clause and GPL-2.0 and LGPL-2.1
Group: System/Emulators/PC
@ -48,7 +53,6 @@ Source6: open-vm-tools-modprobe.conf
Source7: tools.conf
Source98: preamble
Patch0: open-vm-tools-kernel-3.6.patch
Patch1: open-vm-tools-kernel-3.8.patch
BuildRequires: gcc-c++
# don't use pkgconfig(gtk+-2.0) so we can build on SLE
BuildRequires: gtk2-devel
@ -165,7 +169,6 @@ if you intend to create own plugins for vmtoolsd.
%setup -q -n %{name}-%{version}-%{svn_rev}
%if 0%{?suse_version} > 1220
%patch0 -p1
%patch1 -p1
%endif
chmod -x AUTHORS COPYING ChangeLog NEWS README
# fix for an rpmlint warning regarding wrong line feeds