[open-vm-tools/el5] Package new upstream version open-vm-tools-9.4.0-1280544

Simone Caronni slaanesh at fedoraproject.org
Wed Nov 13 15:23:06 UTC 2013


commit 4265a19b9f9d257eb7198a842de755bd5e0bb1b2
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Nov 13 16:22:48 2013 +0100

    Package new upstream version open-vm-tools-9.4.0-1280544

 .gitignore         |    1 +
 open-vm-tools.spec |   20 ++++++++++++++------
 sources            |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c790a5..8ba9705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /open-vm-tools-9.2.2-893683.tar.gz
+/open-vm-tools-9.4.0-1280544.tar.gz
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index 743b9e2..8aeb383 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -1,13 +1,13 @@
 %global _hardened_build 1
-%global majorversion    9.2
-%global minorversion    3
-%global toolsbuild      1031360
+%global majorversion    9.4
+%global minorversion    0
+%global toolsbuild      1280544
 %global toolsversion    %{majorversion}.%{minorversion}
 %global toolsdaemon     vmtoolsd
 
 Name:             open-vm-tools
 Version:          %{toolsversion}
-Release:          6%{?dist}
+Release:          1%{?dist}
 Summary:          Open VMware Tools for virtual machines hosted on VMware
 Group:            Applications/System
 License:          GPLv2
@@ -89,8 +89,11 @@ VMware virtual machines.
 
 %build
 # Use -Wno-unused-local-typedefs to build with GCC 4.8
-export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
-export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
+# Use -Wno-deprecated-declarations for version 9.4.0
+export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs -Wno-deprecated-declarations"
+export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs -Wno-deprecated-declarations"
+# Required for version 9.4.0
+export CUSTOM_PROCPS_NAME=procps
 %configure \
     --without-kernel-modules \
     --disable-static
@@ -216,6 +219,11 @@ fi
 %{_libdir}/libvmtools.so
 
 %changelog
+* Wed Nov 13 2013 Ravindra Kumar <ravindrakumar at vmware.com> - 9.4.0-1
+- Package new upstream version open-vm-tools-9.4.0-1280544.
+- Added CUSTOM_PROCPS_NAME=procps and -Wno-deprecated-declarations
+  for version 9.4.0.
+
 * Fri Aug 09 2013 Simone Caronni <negativo17 at gmail.com> - 9.2.3-7
 - Added options for hardening build (bug 990549).
 - Excluded unwanted file mount.vmhgfs from packaging (bug 990547).
diff --git a/sources b/sources
index 38230bf..8ae0d78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71a1d8065b632692af2cdcc9d82f305e  open-vm-tools-9.2.3-1031360.tar.gz
+91f74bf6e42a3f460a42b3be31db31dc  open-vm-tools-9.4.0-1280544.tar.gz


More information about the scm-commits mailing list