[VirtualBox] Use PeriodNever like Mageia

Sérgio M. Basto sergiomb at rpmfusion.org
Mon Sep 19 04:27:42 CEST 2016


commit 16604ed0f2a04597403cd0abeb18667d4c135df3
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Sat Sep 17 05:31:31 2016 +0100

    Use PeriodNever like Mageia

 VirtualBox-OSE-4.1.4-noupdate.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/VirtualBox-OSE-4.1.4-noupdate.patch b/VirtualBox-OSE-4.1.4-noupdate.patch
index d5a2af1..ec31011 100644
--- a/VirtualBox-OSE-4.1.4-noupdate.patch
+++ b/VirtualBox-OSE-4.1.4-noupdate.patch
@@ -16,7 +16,7 @@ Let's not bug the user with updates that are not yet packaged.
                  populate();
              PeriodType index = (PeriodType)m_dayList.indexOf(VBoxUpdateDay(QString(), parser[0]));
 -            m_periodIndex = index == PeriodUndefined ? Period1Day : index;
-+            m_periodIndex = index == PeriodUndefined ? Period1Week : index;
++            m_periodIndex = index == PeriodUndefined ? PeriodNever : index;
          }
  
          /* Parse 'date' value: */


More information about the rpmfusion-commits mailing list