[open-vm-tools/el5: 2/3] Update to 9.2.3

Simone Caronni slaanesh at fedoraproject.org
Fri Apr 26 09:42:33 UTC 2013


commit 711961d61160f68d671517663c321d65bacc78ae
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Apr 26 11:37:35 2013 +0200

    Update to 9.2.3

 open-vm-tools.spec |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index a2c330c..5b473c1 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -1,6 +1,6 @@
 %global majorversion    9.2
-%global minorversion    2
-%global toolsbuild      893683
+%global minorversion    3
+%global toolsbuild      1031360
 %global toolsversion    %{majorversion}.%{minorversion}
 %global toolsdaemon     vmtoolsd
 
@@ -90,15 +90,9 @@ VMware virtual machines.
 %setup -q -n %{name}-%{version}-%{toolsbuild}
 
 %build
-# open-vm-tools source has some warnings generated because
-# of some deprecated glib calls. Suppress these warning
-# until these are fixed in open-vm-tools source code.
 # Use -Wno-unused-local-typedefs to build with GCC 4.8
-export CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations -Wno-unused-local-typedefs"
-export CXXLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations -Wno-unused-local-typedefs"
-# Following is required to configure to deal with libproc.so
-# name appropriately
-export CUSTOM_PROCPS_NAME=procps
+export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
+export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
 %configure \
     --without-kernel-modules \
     --disable-static
@@ -245,5 +239,11 @@ fi
 %{_libdir}/libvmtools.so
 
 %changelog
+* Fri Apr 26 2013 Simone Caronni <negativo17 at gmail.com> - 9.2.3-1
+- Package new upstream version open-vm-tools-9.2.3-1031360.
+- Removed configure options CUSTOM_PROCPS_NAME (for libproc) and
+  -Wno-deprecated-declarations as these have been addressed in
+  open-vm-tools-9.2.3-1031360.
+
 * Wed Apr 24 2013 Simone Caronni <negativo17 at gmail.com> - 9.2.2-1
 - First build.


More information about the scm-commits mailing list