automatic version update by autodist [release 5.0.4-1mamba;Sun Sep 13 2015]

This commit is contained in:
Automatic Build System 2024-01-05 17:54:48 +01:00
parent 5bc1f50c70
commit 0af60fc620
2 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,24 @@
Index: trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
===================================================================
--- a/trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
+++ b/trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
@@ -104,6 +104,6 @@
unsigned char *mFrameBuffer;
uint32_t uClients;
- static DECLCALLBACK(enum rfbNewClientAction) rfbNewClientEvent(rfbClientPtr cl);
- static DECLCALLBACK(void) vncMouseEvent(int buttonMask, int x, int y, rfbClientPtr cl);
+ static enum rfbNewClientAction rfbNewClientEvent(rfbClientPtr cl);
+ static void vncMouseEvent(int buttonMask, int x, int y, rfbClientPtr cl);
static void vncKeyboardEvent(rfbBool down, rfbKeySym keySym, rfbClientPtr cl);
static void clientGoneHook(rfbClientPtr cl);
Index: trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
===================================================================
--- a/trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
+++ b/trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
@@ -843,5 +843,5 @@
* @param pfnLog
*/
-static void vboxGreeterLogHeaderFooter(PRTLOGGER pLoggerRelease, RTLOGPHASE enmPhase, PFNRTLOGPHASEMSG pfnLog)
+static DECLCALLBACK(void) vboxGreeterLogHeaderFooter(PRTLOGGER pLoggerRelease, RTLOGPHASE enmPhase, PFNRTLOGPHASEMSG pfnLog)
{
/* Some introductory information. */

View File

@ -17,8 +17,8 @@
%endif
Name: VirtualBox
Version: 5.0.2
Release: 2mamba
Version: 5.0.4
Release: 1mamba
Summary: A general-purpose full virtualizer for x86 hardware
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
@ -39,6 +39,7 @@ 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
Patch6: VirtualBox-5.0.4-x86-upstream-buildfixes.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -158,6 +159,7 @@ Kernel DRM driver for VirtualBox guest machines.
#%patch4 -p1
#%patch3 -p1
%patch5 -p1
%patch6 -p2
%build
#:<< _EOF
@ -599,6 +601,9 @@ fi
%{_prefix}/src/vboxvideo-%{version}/*
%changelog
* Sun Sep 13 2015 Automatic Build System <autodist@mambasoft.it> 5.0.4-1mamba
- automatic version update by autodist
* Wed Aug 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.2-2mamba
- fix udev rule for usb support; require user in vboxusers