rpms/VirtualBox-OSE/devel VirtualBox-OSE-4.1.12-gsoap.patch, NONE, 1.1 VirtualBox-OSE.spec, 1.88, 1.89 VirtualBox-OSE-4.1.10-gsoap.patch, 1.1, NONE VirtualBox-OSE-4.1.8-gcc47.patch, 1.1, NONE

Sérgio M. Basto sergiomb at rpmfusion.org
Fri Apr 13 06:44:47 CEST 2012


Author: sergiomb

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

Modified Files:
	VirtualBox-OSE.spec 
Added Files:
	VirtualBox-OSE-4.1.12-gsoap.patch 
Removed Files:
	VirtualBox-OSE-4.1.10-gsoap.patch 
	VirtualBox-OSE-4.1.8-gcc47.patch 
Log Message:
* Fri Apr 13 2012 Sérgio Basto <sergio at serjux.com> - 4.1.12-2
- F15 patch gsoap 2.7 which pkg-config gsoapssl++ --libs don't have -lssl -lcrypto
- F17 kBuild workarround, but still not build in F17,
  https://bugs.freedesktop.org/show_bug.cgi?id=47971 .


VirtualBox-OSE-4.1.12-gsoap.patch:
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE VirtualBox-OSE-4.1.12-gsoap.patch ---
--- trunk/configure.gsoap	2012-04-13 03:27:30.000000000 +0100
+++ trunk/configure	2012-04-13 03:33:31.935060639 +0100
@@ -1953,7 +1953,7 @@
         else
           cnf_append "VBOX_GSOAP_CXX_SOURCES" ""
         fi
-        cnf_append "VBOX_GSOAP_CXX_LIBS"    "`strip_l "$GSOAP_CXX_LIBS"`"
+        cnf_append "VBOX_GSOAP_CXX_LIBS"    "`strip_l "$GSOAP_CXX_LIBS"` ssl crypto"
         gsoap_version=`pkg-config gsoapssl++ --modversion`
         log_success "found version $gsoap_version"
         return


Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- VirtualBox-OSE.spec	3 Apr 2012 07:42:24 -0000	1.88
+++ VirtualBox-OSE.spec	13 Apr 2012 04:44:47 -0000	1.89
@@ -15,7 +15,7 @@
 
 Name:		VirtualBox-OSE
 Version:	4.1.12
-Release:	1%{?prerel:.%{prerel}}%{?dist}
+Release:	2%{?prerel:.%{prerel}}%{?dist}
 Summary:	A general-purpose full virtualizer for PC hardware
 
 Group:		Development/Tools
@@ -42,12 +42,15 @@
 Patch17:	VirtualBox-OSE-4.0.0-beramono.patch
 Patch18:	VirtualBox-OSE-4.0.2-aiobug.patch
 Patch20:	VirtualBox-OSE-4.1.2-testmangle.patch
+Patch22:	VirtualBox-OSE-4.1.12-gsoap.patch
 
+%if 0%{?fedora} < 17
 BuildRequires:	kBuild >= 0.1.98
-BuildRequires:	SDL-devel xalan-c-devel
+%endif
 %if 0%{?fedora} < 16
 BuildRequires: hal-devel
 %endif
+BuildRequires:	SDL-devel xalan-c-devel
 BuildRequires:	openssl-devel
 BuildRequires:	libcurl-devel
 BuildRequires:	dev86 iasl libxslt-devel xerces-c-devel libIDL-devel
@@ -169,9 +172,14 @@
 %patch17 -p1 -b .beramono
 %patch18 -p1 -b .aiobug
 %patch20 -p1 -b .testmangle
+%if 0%{?fedora} < 16
+%patch22 -p1 -b .gsoap
+%endif
 
 # Remove prebuilt binary tools
+%if 0%{?fedora} < 17
 rm -rf kBuild
+%endif
 rm -rf tools
 
 # CRLF->LF
@@ -497,6 +505,11 @@
 
 
 %changelog
+* Fri Apr 13 2012 Sérgio Basto <sergio at serjux.com> - 4.1.12-2
+- F15 patch gsoap 2.7 which pkg-config gsoapssl++ --libs don't have -lssl -lcrypto
+- F17 kBuild workarround, but still not build in F17,
+  https://bugs.freedesktop.org/show_bug.cgi?id=47971 .
+
 * Tue Apr 3 2012 Sérgio Basto <sergio at serjux.com> - 4.1.12-1
 - New release.
 - drop buildroot


--- VirtualBox-OSE-4.1.10-gsoap.patch DELETED ---


--- VirtualBox-OSE-4.1.8-gcc47.patch DELETED ---


More information about the rpmfusion-commits mailing list