commit 266a8fa47ca81c9950cc6511946fbb0c6672e15d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Nov 19 17:26:35 2022 +0000
Update VirtualBox to 7.0.4
Drop system-libs.patch and fix-build.patch already upstreamed
VirtualBox.spec | 11 +++--
fix-build.patch | 21 --------
sources | 4 +-
system-libs_cutted.patch | 121 -----------------------------------------------
update_vbox.sh | 2 +-
5 files changed, 9 insertions(+), 150 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 7f6d7f2..e5c247f 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,7 +45,7 @@
%bcond_without python3
Name: VirtualBox
-Version: 7.0.2
+Version: 7.0.4
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -84,8 +84,6 @@ Patch4: VirtualBox-5.1.0-lib64-VBox.sh.patch
#to revert on EL7
Patch29: 590355dbdcffa4081c377fd31565e172785b390c.patch
#from Debian
-Patch30: system-libs_cutted.patch
-Patch31: fix-build.patch
# from ArchLinux
Patch40: 007-python2-path.patch
# from Mageia
@@ -346,8 +344,6 @@ rm -r src/libs/libtpms-0.9.0/
%if 0%{?rhel} && 0%{?rhel} < 8
%patch29 -p2 -R -b .gsoap3
%endif
-%patch30 -p1 -b .use_vorbis_and_ogg_system
-%patch31 -p1 -b .fix_build_noneed_kBuildUnits
%if %{with python3}
%patch40 -p1 -b .python2_path
%endif
@@ -380,6 +376,7 @@ rm -r src/libs/libtpms-0.9.0/
%if !%{with python3}
--disable-python \
%endif
+ --enable-libogg --enable-libvorbis
%if !%{with docs}
cp %{SOURCE1} UserManual.pdf
@@ -908,6 +905,10 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sat Nov 19 2022 Sérgio Basto <sergio(a)serjux.com> - 7.0.4-1
+- Update VirtualBox to 7.0.4
+- Drop system-libs.patch and fix-build.patch already upstreamed
+
* Wed Oct 26 2022 Sérgio Basto <sergio(a)serjux.com> - 7.0.2-1
- Update to 7.0.2
- Drop python2 support
diff --git a/sources b/sources
index a0d4fed..cce505f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-7.0.2.tar.bz2) =
c79d6365f83e1fde356a7f4a6ccd23bc7306d1b5b4be669634c575f08ba53338caca684758c9409ecef2b05ab6f9ad37dfa6075ad6afbc5d7909d46ee6794927
-SHA512 (UserManual.pdf) =
930e1e371b20e2d1d66ea66a3eda87338e9f51df7cfb6530147c649f4a0ab7e1ec194606b0cda2acbab40d426a0f496e17b327bacf196bf79b1978c51b83db66
+SHA512 (VirtualBox-7.0.4.tar.bz2) =
70f2031c4897249177131795281bf6bd5a75166067d1921db70fd1e21f5638285b5a0c3298a7070e272ac2f093a60c35eb3cab4e5f7d16a68d17b211f637b0bc
+SHA512 (UserManual.pdf) =
f685a22f034d9428f2d34feaa9b8b47938626d87849de35240302c898ed851f71bd9e4ca6daa235dae8d4bfa566430a0f92bc575696cf6f4068f985286d697ad
diff --git a/update_vbox.sh b/update_vbox.sh
index 21b46ae..98f4f07 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=7.0.2
+VERSION=7.0.4
REL=1
RAWHIDE=38
REPOS="f37 f36 f35 el9 el8 el7"
Show replies by date