From c0388c7a4256e4912b7ecfd6f2baf07b44ba3d2e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:54:48 +0100 Subject: [PATCH] automatic version update by autodist [release 4.3.26-1mamba;Thu Apr 30 2015] --- VirtualBox-4.3.26-vdfuse.patch | 11 +++++++++++ VirtualBox.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 VirtualBox-4.3.26-vdfuse.patch diff --git a/VirtualBox-4.3.26-vdfuse.patch b/VirtualBox-4.3.26-vdfuse.patch new file mode 100644 index 0000000..50f5b89 --- /dev/null +++ b/VirtualBox-4.3.26-vdfuse.patch @@ -0,0 +1,11 @@ +--- VirtualBox-4.3.26/vdfuse/vdbuild_new.orig 2014-04-17 11:16:54.000000000 +0200 ++++ VirtualBox-4.3.26/vdfuse/vdbuild_new 2015-04-30 02:23:20.788865479 +0200 +@@ -50,7 +50,7 @@ + `pkg-config --cflags --libs fuse` \ + -I"${incdir}" \ + -Wl,-rpath,"${INSTALL_DIR}" \ +- -l:"${INSTALL_DIR}"/VBoxDDU.so \ ++ ${INSTALL_DIR}/VBoxDDU.so \ + -Wall ${CFLAGS} + + if [ -z "${NOSTRIP}" ]; then diff --git a/VirtualBox.spec b/VirtualBox.spec index e6872ca..7076e84 100644 --- a/VirtualBox.spec +++ b/VirtualBox.spec @@ -17,7 +17,7 @@ %endif Name: VirtualBox -Version: 4.3.20 +Version: 4.3.26 Release: 1mamba Summary: A general-purpose full virtualizer for x86 hardware Group: Graphical Desktop/Applications/Utilities @@ -38,6 +38,7 @@ Patch1: %{name}-4.1.8-x86_64-disable_check_32bit.patch Patch2: VirtualBox-4.3.12-gcc-4.9.patch Patch3: VirtualBox-4.2.16-vboxusb-permissions.patch Patch4: VirtualBox-4.3.12-gcc-4.9.0.patch +Patch5: VirtualBox-4.3.26-vdfuse.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -156,6 +157,7 @@ Kernel DRM driver for VirtualBox guest machines. #%patch2 -p1 #%patch4 -p1 %patch3 -p1 +%patch5 -p1 %build #:<< _EOF @@ -585,6 +587,9 @@ fi %{_prefix}/src/vboxvideo-%{version}/* %changelog +* Thu Apr 30 2015 Automatic Build System 4.3.26-1mamba +- automatic version update by autodist + * Sat Nov 22 2014 Automatic Build System 4.3.20-1mamba - automatic version update by autodist