rpms/VirtualBox/F-17 .cvsignore, 1.41, 1.42 VirtualBox-OSE-4.1.4-noupdate.patch, 1.1, 1.2 VirtualBox.spec, 1.15, 1.16 sources, 1.41, 1.42

Sérgio M. Basto sergiomb at rpmfusion.org
Thu Mar 21 21:07:11 CET 2013


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19947

Modified Files:
	.cvsignore VirtualBox-OSE-4.1.4-noupdate.patch VirtualBox.spec 
	sources 
Log Message:
* Sat Mar 16 2013 Sérgio Basto <sergio at 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-17/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- .cvsignore	6 Mar 2013 19:30:17 -0000	1.41
+++ .cvsignore	21 Mar 2013 20:07:10 -0000	1.42
@@ -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-17/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	21 Mar 2013 20:07:10 -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-17/VirtualBox.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- VirtualBox.spec	6 Mar 2013 19:30:17 -0000	1.15
+++ VirtualBox.spec	21 Mar 2013 20:07:10 -0000	1.16
@@ -26,7 +26,7 @@
 #endif
 
 Name:       VirtualBox
-Version:    4.2.8
+Version:    4.2.10
 Release:    1%{?prerel:.%{prerel}}%{?dist}
 Summary:    A general-purpose full virtualizer for PC hardware
 
@@ -404,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} \
@@ -419,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
 
@@ -606,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
@@ -621,6 +623,16 @@
 
 
 %changelog
+* Sat Mar 16 2013 Sérgio Basto <sergio at 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 at serjux.com> - 4.2.8-2
+- Added upstreamed patch for kernels 3.9, "That fix will be part of the next maintenance
+  release". 
+
 * Sat Mar 02 2013 Sérgio Basto <sergio at serjux.com> - 4.2.8-1
 - New upstream release.
 - Small fix on VirtualBox-4.2.0-mesa.patch .


Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-17/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources	6 Mar 2013 19:30:17 -0000	1.41
+++ sources	21 Mar 2013 20:07:10 -0000	1.42
@@ -1 +1 @@
-54e35ece40457b1a9e27dd9d0429c3a1  VirtualBox-4.2.8.tar.bz2
+99349df34caacdecbb7cf3908631c3f3  VirtualBox-4.2.10.tar.bz2


More information about the rpmfusion-commits mailing list