rpms/VirtualBox-OSE/devel VirtualBox-OSE-4.1.10-gsoap.patch, NONE, 1.1 .cvsignore, 1.31, 1.32 VirtualBox-OSE-4.1.2-libcxx.patch, 1.1, 1.2 VirtualBox-OSE.spec, 1.86, 1.87 sources, 1.31, 1.32

Sérgio M. Basto sergiomb at rpmfusion.org
Fri Mar 23 16:34:03 CET 2012


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10470

Modified Files:
	.cvsignore VirtualBox-OSE-4.1.2-libcxx.patch 
	VirtualBox-OSE.spec sources 
Added Files:
	VirtualBox-OSE-4.1.10-gsoap.patch 
Log Message:
* Fri Mar 23 2012 Sérgio Basto <sergio at serjux.com> - 4.1.10-1
- New release.
- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
  fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to 
  apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
- drop Patch to allow to build with GCC 4.7


VirtualBox-OSE-4.1.10-gsoap.patch:
 configure                             |    2 +-
 src/VBox/Main/webservice/Makefile.kmk |    9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

--- NEW FILE VirtualBox-OSE-4.1.10-gsoap.patch ---
Index: /trunk/configure
===================================================================
--- trunk/configure	(revision 40412)
+++ trunk/configure	(revision 40476)
@@ -1961,5 +1961,5 @@
             cnf_append "VBOX_GSOAP_CXX_SOURCES" ""
           fi
-          cnf_append "VBOX_GSOAP_CXX_LIBS"    "libgsoap++"
+          cnf_append "VBOX_GSOAP_CXX_LIBS"    "libgsoapssl++ ssl crypto"
           log_success "found"
         else
Index: /trunk/src/VBox/Main/webservice/Makefile.kmk
===================================================================
--- trunk/src/VBox/Main/webservice/Makefile.kmk	(revision 40400)
+++ trunk/src/VBox/Main/webservice/Makefile.kmk	(revision 40476)
@@ -194,4 +194,9 @@
 
 
+# disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes
+TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility
+TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBOXR3EXE
+TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\
+				 $(TEMPLATE_VBOXR3EXE_CXXFLAGS))
 
 ifdef VBOX_GSOAP_INSTALLED
@@ -201,5 +206,5 @@
  #
  LIBRARIES += vboxsoap
- vboxsoap_TEMPLATE = VBOXR3EXE
+ vboxsoap_TEMPLATE = VBOXWEBR3EXE
  ifdef VBOX_USE_VCC80
   vboxsoap_CXXFLAGS.win += -bigobj
@@ -430,5 +435,5 @@
  #
  PROGRAMS += webtest
- webtest_TEMPLATE = VBOXR3EXE
+ webtest_TEMPLATE = VBOXWEBR3EXE
  ifdef VBOX_USE_VCC80
   webtest_CXXFLAGS.win += -bigobj


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore	23 Dec 2011 03:23:02 -0000	1.31
+++ .cvsignore	23 Mar 2012 15:34:03 -0000	1.32
@@ -1 +1 @@
-VirtualBox-4.1.8.tar.bz2
+VirtualBox-4.1.10.tar.bz2

VirtualBox-OSE-4.1.2-libcxx.patch:
 Config.kmk                                                |    4 ++--
 configure                                                 |    2 +-
 src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk |    2 +-
 src/VBox/Additions/x11/VBoxClient/Makefile.kmk            |    5 +----
 src/VBox/Frontends/VirtualBox/Makefile.kmk                |    2 +-
 src/VBox/HostDrivers/Support/Makefile.kmk                 |    2 +-
 src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk              |   12 ++++++------
 src/VBox/HostDrivers/win/Makefile.kmk                     |    2 +-
 src/VBox/Installer/win/InstallHelper/Makefile.kmk         |    2 +-
 src/VBox/Installer/win/Resources/Makefile.kmk             |    2 +-
 src/VBox/Installer/win/Stub/Makefile.kmk                  |    2 +-
 src/VBox/Storage/testcase/Makefile.kmk                    |    2 +-
 src/libs/liblzf-3.4/Makefile.kmk                          |    2 +-
 src/libs/zlib-1.2.6/Makefile.kmk                          |    3 +--
 14 files changed, 20 insertions(+), 24 deletions(-)

Index: VirtualBox-OSE-4.1.2-libcxx.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE-4.1.2-libcxx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-4.1.2-libcxx.patch	22 Sep 2011 10:04:38 -0000	1.1
+++ VirtualBox-OSE-4.1.2-libcxx.patch	23 Mar 2012 15:34:03 -0000	1.2
@@ -251,8 +251,8 @@
  VBox-liblzf-static_DEFS.x86   = $(VBox-liblzf_DEFS.x86)
 diff --git a/src/libs/zlib-1.2.1/Makefile.kmk b/src/libs/zlib-1.2.1/Makefile.kmk
 index fde8b7c..405d354 100644
---- a/src/libs/zlib-1.2.1/Makefile.kmk
-+++ b/src/libs/zlib-1.2.1/Makefile.kmk
+--- a/src/libs/zlib-1.2.6/Makefile.kmk
++++ b/src/libs/zlib-1.2.6/Makefile.kmk
 @@ -39,7 +39,7 @@ VBox-zlib_SOURCES = \
  	inftrees.c \
  	inffast.c


Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- VirtualBox-OSE.spec	15 Jan 2012 00:33:09 -0000	1.86
+++ VirtualBox-OSE.spec	23 Mar 2012 15:34:03 -0000	1.87
@@ -14,8 +14,8 @@
 %global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
 
 Name:		VirtualBox-OSE
-Version:	4.1.8
-Release:	4%{?prerel:.%{prerel}}%{?dist}
+Version:	4.1.10
+Release:	1%{?prerel:.%{prerel}}%{?dist}
 Summary:	A general-purpose full virtualizer for PC hardware
 
 Group:		Development/Tools
@@ -42,7 +42,7 @@
 Patch17:	VirtualBox-OSE-4.0.0-beramono.patch
 Patch18:	VirtualBox-OSE-4.0.2-aiobug.patch
 Patch20:	VirtualBox-OSE-4.1.2-testmangle.patch
-Patch21:	VirtualBox-OSE-4.1.8-gcc47.patch
+Patch22:	VirtualBox-OSE-4.1.10-gsoap.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -53,10 +53,9 @@
 %endif
 BuildRequires:	openssl-devel
 BuildRequires:	libcurl-devel
-BuildRequires:	dev86 iasl libxslt-devel xerces-c-devel libXcursor-devel libIDL-devel libXcomposite-devel
+BuildRequires:	dev86 iasl libxslt-devel xerces-c-devel libIDL-devel
 BuildRequires:	yasm
 BuildRequires:	pulseaudio-libs-devel
-BuildRequires:	libXmu-devel
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
 BuildRequires:	libcap-devel
@@ -78,6 +77,9 @@
 BuildRequires:	xorg-x11-proto-devel
 BuildRequires:	xorg-x11-server-source
 BuildRequires:	xorg-x11-server-devel
+BuildRequires:	libXcursor-devel
+BuildRequires:	libXcomposite-devel
+BuildRequires:	libXmu-devel
 
 # Plague-specific weirdness
 %if 0%{?fedora} > 11 || 0%{?rhel} > 5
@@ -90,6 +92,7 @@
 
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
+Requires(post): systemd-units
 
 Requires:	%{name}-kmod = %{version}%{?prereltag}
 Provides:	%{name}-kmod-common = %{version}%{?prereltag}
@@ -155,7 +158,7 @@
 
 
 %prep
-%setup -q -n VirtualBox-%{version}_OSE
+%setup -q -n VirtualBox-%{version}
 find -name '*.py[co]' -delete
 
 %patch1 -p1 -b .noupdates
@@ -171,7 +174,7 @@
 %patch17 -p1 -b .beramono
 %patch18 -p1 -b .aiobug
 %patch20 -p1 -b .testmangle
-%patch21 -p1 -b .gcc47
+%patch22 -p1 -b .gsoap
 
 # Remove prebuilt binary tools
 rm -rf kBuild
@@ -182,7 +185,7 @@
 
 
 %build
-./configure --disable-kmods --enable-webservice --disable-java
+./configure --disable-kmods --enable-webservice 
 . ./env.sh
 
 # VirtualBox build system installs and builds in the same step,
@@ -500,12 +503,21 @@
 
 
 %changelog
+* Fri Mar 23 2012 Sérgio Basto <sergio at serjux.com> - 4.1.10-1
+- New release.
+- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
+- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
+- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
+  fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to 
+  apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
+- drop Patch to allow to build with GCC 4.7
+
 * Tue Jan 15 2012 Sérgio Basto <sergio at serjux.com> - 4.1.8-4
 - Patch to allow to build with GCC 4.7
 - Try fix usb/udev problem on updates without reboot computer.
-- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!. 
+- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
   Currently broken on rawhide with xorg-x11-server-1.11.99.901-2.20120103.fc17. As mentioned on
-  https://bugs.freedesktop.org/show_bug.cgi?id=43235, it fix on git, so I hope that will be fix on 
+  https://bugs.freedesktop.org/show_bug.cgi?id=43235, it fix on git, so I hope that will be fix on
   next build of xorg-x11-server.
 
 * Sun Jan 01 2012 Nicolas Chauvet <kwizart at gmail.com> - 4.1.8-3
@@ -526,7 +538,7 @@
 
 * Sun Dec 11 2011 Sérgio Basto <sergio at serjux.com> - 4.1.6-6
 - added compile fixes for kernel 3.2, although guest client still not start with X, now I got a
-  segfault, but will help who want try guest client with rawhide. 
+  segfault, but will help who want try guest client with rawhide.
 
 * Mon Dec 5 2011 Sérgio Basto <sergio at serjux.com> - 4.1.6-5
 - Now rawhide needs explicit BuildRequires libpng-devel
@@ -544,12 +556,12 @@
 
 * Fri Dec 2 2011 Sérgio Basto <sergio at serjux.com> - 4.1.6-1
 - New release
-- drop up streamed patch VirtualBox-OSE-4.1.2-vboxpci.patch 
+- drop up streamed patch VirtualBox-OSE-4.1.2-vboxpci.patch
 - fix strings patch
 - add VirtualBox-OSE-add-VBoxExtPackHelperApp.patch bz #1656
-- redo xorg17 patch (still need some improvements, I will wait for a new change that break the patch) 
+- redo xorg17 patch (still need some improvements, I will wait for a new change that break the patch)
 - redo noupdate patch.
-- disable java binding seems non maintained. 
+- disable java binding seems non maintained.
 - some cleanups.
 
 * Wed Sep 21 2011 Lubomir Rintel <lkundrak at v3.sk> - 4.1.2-1


Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources	23 Dec 2011 03:23:02 -0000	1.31
+++ sources	23 Mar 2012 15:34:03 -0000	1.32
@@ -1 +1 @@
-2092bba46baa62fab5520d67dee2ece8  VirtualBox-4.1.8.tar.bz2
+263e495ef3a7ab75943af28d446ee702  VirtualBox-4.1.10.tar.bz2



More information about the rpmfusion-commits mailing list