Accepting request 37195 from Virtualization:VMware
Copy from Virtualization:VMware/open-vm-tools based on submit request 37195 from user dimstar OBS-URL: https://build.opensuse.org/request/show/37195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=19
This commit is contained in:
commit
d065f8dae7
22
open-vm-tools-libpng14.patch
Normal file
22
open-vm-tools-libpng14.patch
Normal file
@ -0,0 +1,22 @@
|
||||
Index: open-vm-tools-2010.03.20-243334/lib/image/imageUtilPng.c
|
||||
===================================================================
|
||||
--- open-vm-tools-2010.03.20-243334.orig/lib/image/imageUtilPng.c
|
||||
+++ open-vm-tools-2010.03.20-243334/lib/image/imageUtilPng.c
|
||||
@@ -136,7 +136,7 @@ ImageUtil_ReadPNGBuffer(ImageInfo *image
|
||||
goto exit;
|
||||
}
|
||||
|
||||
- if (setjmp(png_ptr->jmpbuf)) {
|
||||
+ if (setjmp(png_jmpbuf(png_ptr))) {
|
||||
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
|
||||
goto exit;
|
||||
}
|
||||
@@ -350,7 +350,7 @@ ImageUtil_ConstructPNGBuffer(const Image
|
||||
goto error;
|
||||
}
|
||||
|
||||
- if (setjmp(png_ptr->jmpbuf)) {
|
||||
+ if (setjmp(png_jmpbuf(png_ptr))) {
|
||||
png_destroy_write_struct(&png_ptr, &info_ptr);
|
||||
goto error;
|
||||
}
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 7 10:44:31 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Add open-vm-tools-libpng14.patch to fix build with libpng 1.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 24 09:43:33 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@ Name: open-vm-tools
|
||||
Group: System/Emulators/PC
|
||||
Summary: Open Virtual Machine Tools
|
||||
Version: 2010.03.20
|
||||
Release: 1
|
||||
Release: 2
|
||||
%define svn_rev 243334
|
||||
Url: http://open-vm-tools.sourceforge.net/
|
||||
License: BSD3c ; GPLv2 ; LGPLv2.1
|
||||
@ -36,6 +36,8 @@ Source4: open-vm-tools.permissions
|
||||
Source5: vmware-user-autostart-wrapper
|
||||
Source6: open-vm-tools-modprobe.conf
|
||||
Source98: preamble
|
||||
# PATCH-FIX-UPSTREAM open-vm-tools-libpng14.patch sf#2983141 dimstar@opensuse.org -- Fix build with libpng 1.4
|
||||
Patch0: open-vm-tools-libpng14.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kernel-source
|
||||
@ -147,6 +149,7 @@ if you intend to create own plugins for vmtoolsd.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{svn_rev}
|
||||
%patch0 -p1
|
||||
chmod -x AUTHORS COPYING ChangeLog NEWS README
|
||||
# fix for an rpmlint warning regarding wrong line feeds
|
||||
sed -i -e "s/\r//" README
|
||||
|
Loading…
Reference in New Issue
Block a user