rpms/VirtualBox-OSE/F-15 VirtualBox-OSE-4.1.12-gsoap.patch, NONE, 1.1 .cvsignore, 1.32, 1.33 VirtualBox-OSE.spec, 1.75, 1.76 sources, 1.32, 1.33 VirtualBox-OSE-4.1.10-gsoap.patch, 1.1, NONE

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


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox-OSE/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10620

Modified Files:
	.cvsignore VirtualBox-OSE.spec sources 
Added Files:
	VirtualBox-OSE-4.1.12-gsoap.patch 
Removed Files:
	VirtualBox-OSE-4.1.10-gsoap.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 .
* Tue Apr 3 2012 Sérgio Basto <sergio at serjux.com> - 4.1.12-1
- New release.
- drop buildroot
- drop the backported patch.


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: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	3 Apr 2012 22:22:49 -0000	1.32
+++ .cvsignore	13 Apr 2012 04:54:00 -0000	1.33
@@ -1 +1 @@
-VirtualBox-4.1.10.tar.bz2
+VirtualBox-4.1.12.tar.bz2


Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/VirtualBox-OSE.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- VirtualBox-OSE.spec	3 Apr 2012 22:36:00 -0000	1.75
+++ VirtualBox-OSE.spec	13 Apr 2012 04:54:00 -0000	1.76
@@ -14,7 +14,7 @@
 %global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
 
 Name:		VirtualBox-OSE
-Version:	4.1.10
+Version:	4.1.12
 Release:	2%{?prerel:.%{prerel}}%{?dist}
 Summary:	A general-purpose full virtualizer for PC hardware
 
@@ -42,15 +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.10-gsoap.patch
-
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+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
@@ -90,8 +90,6 @@
 ExclusiveArch:	i386 x86_64
 %endif
 
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
 Requires(post): systemd-units
 
 Requires:	%{name}-kmod = %{version}%{?prereltag}
@@ -174,10 +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
@@ -503,8 +505,15 @@
 
 
 %changelog
-* Tue Apr 3 2012 Sérgio Basto <sergio at serjux.com> - 4.1.10-2
-- do new tag build.
+* 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
+- drop the backported patch.
 
 * Fri Mar 23 2012 Sérgio Basto <sergio at serjux.com> - 4.1.10-1
 - New release.


Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	3 Apr 2012 22:22:49 -0000	1.32
+++ sources	13 Apr 2012 04:54:00 -0000	1.33
@@ -1 +1 @@
-263e495ef3a7ab75943af28d446ee702  VirtualBox-4.1.10.tar.bz2
+b6613e2b37562dec0fdede9af044edba  VirtualBox-4.1.12.tar.bz2


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


More information about the rpmfusion-commits mailing list