Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2470
Modified Files:
.cvsignore VirtualBox-OSE-4.1.4-noupdate.patch VirtualBox.spec
sources
Removed Files:
VirtualBox-4.2.8-Linux_3.9.0_rc0_compile_fix.patch
Log Message:
* Sat Mar 16 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.10-1
- New upstream release.
- Drop 00-vboxvideo.conf on guest X configuration, because this is fixed a long time ago,
but we keep commented just in case.
- Drop upstreamed patch VirtualBox-4.2.8-Linux_3.9.0_rc0_compile_fix.patch .
- Modified noupdate.patch as reflection on bug rfbz #2722 , to check updates one time a
week and ask for updates of extensions pack and VBoxGuestAdditions. We should also review
strings for better dialogs.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore 2 Mar 2013 17:24:24 -0000 1.43
+++ .cvsignore 20 Mar 2013 17:08:22 -0000 1.44
@@ -1 +1 @@
-VirtualBox-4.2.8.tar.bz2
+VirtualBox-4.2.10.tar.bz2
VirtualBox-OSE-4.1.4-noupdate.patch:
UIUpdateDefs.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: VirtualBox-OSE-4.1.4-noupdate.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox-OSE-4.1.4-noupdate.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-4.1.4-noupdate.patch 2 Dec 2011 23:24:04 -0000 1.1
+++ VirtualBox-OSE-4.1.4-noupdate.patch 20 Mar 2013 17:08:22 -0000 1.2
@@ -16,7 +16,7 @@
populate();
PeriodType index = (PeriodType)m_dayList.indexOf(VBoxUpdateDay(QString(),
parser[0]));
- m_periodIndex = index == PeriodUndefined ? Period1Day : index;
-+ m_periodIndex = index == PeriodUndefined ? PeriodNever : index;
++ m_periodIndex = index == PeriodUndefined ? Period1Week : index;
}
/* Parse 'date' value: */
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- VirtualBox.spec 7 Mar 2013 23:26:59 -0000 1.41
+++ VirtualBox.spec 20 Mar 2013 17:08:22 -0000 1.42
@@ -26,8 +26,8 @@
#endif
Name: VirtualBox
-Version: 4.2.8
-Release: 2%{?prerel:.%{prerel}}%{?dist}
+Version: 4.2.10
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -55,7 +55,6 @@
Patch25: VirtualBox-4.2.0-xorg111.patch
Patch26: VirtualBox-4.2.4-no-bundles.patch
Patch27: VirtualBox-4.2.6-gcc48.patch
-Patch28: VirtualBox-4.2.8-Linux_3.9.0_rc0_compile_fix.patch
%if 0%{?fedora} < 16
BuildRequires: kBuild >= 0.1.98
@@ -236,7 +235,6 @@
%endif
%patch26 -p1 -b .nobundles
%patch27 -p1 -b .gcc48
-%patch28 -p1 -b .kernel-3.9
# CRLF->LF
sed -i 's/\r//' COPYING
@@ -406,9 +404,10 @@
obj/bin/additions/VBoxClient \
obj/bin/additions/VBoxControl
+# this is fix a long time
# Ideally, Xorg should autodetect this, but for some reason it no longer does
-install -m 0644 -D %{SOURCE9} \
- $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
+#install -m 0644 -D %{SOURCE9} \
+# $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
%if %{enable_webservice}
install -m 0644 -D %{SOURCE10} \
@@ -421,6 +420,7 @@
install -m 0755 -D src/VBox/Installer/linux/VBoxCreateUSBNode.sh \
$RPM_BUILD_ROOT/lib/udev/VBoxCreateUSBNode.sh
+#review this 3
install -m 0755 -D src/VBox/Additions/x11/Installer/98vboxadd-xclient \
$RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
@@ -608,7 +608,7 @@
%{_libdir}/xorg/modules/drivers/*
%{_libdir}/dri/*
%{_libdir}/VBoxOGL*.so
-%{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
+#{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
%{_sysconfdir}/xdg/autostart/vboxclient.desktop
%exclude %{_datadir}/gdm
@@ -623,6 +623,12 @@
%changelog
+* Sat Mar 16 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.10-1
+- New upstream release.
+- Drop 00-vboxvideo.conf on guest X configuration, because this is fixed a long time ago,
but we keep commented just in case.
+- Drop upstreamed patch VirtualBox-4.2.8-Linux_3.9.0_rc0_compile_fix.patch .
+- Modified noupdate.patch as reflection on bug rfbz #2722 , to check updates one time a
week and ask for updates of extensions pack and VBoxGuestAdditions. We should also review
strings for better dialogs.
+
* Thu Mar 07 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.8-2
- Added upstreamed patch for kernels 3.9, "That fix will be part of the next
maintenance
release".
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources 2 Mar 2013 17:24:24 -0000 1.43
+++ sources 20 Mar 2013 17:08:22 -0000 1.44
@@ -1 +1 @@
-54e35ece40457b1a9e27dd9d0429c3a1 VirtualBox-4.2.8.tar.bz2
+99349df34caacdecbb7cf3908631c3f3 VirtualBox-4.2.10.tar.bz2
--- VirtualBox-4.2.8-Linux_3.9.0_rc0_compile_fix.patch DELETED ---
Show replies by date