Bug 186825

Summary: [patch] one off error for midsummer in holiday_se
Product: [Applications] korganizer Reporter: Bengt Ahlgren <bahlgren>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: FreeBSD Ports   
OS: FreeBSD   
Latest Commit: Version Fixed In:
Attachments: Fix for Swedish midsummer holiday

Description Bengt Ahlgren 2009-03-11 00:07:41 UTC
Version:           3.5.9 (using KDE 3.5.10)
Compiler:          gcc (GCC) 4.2.1 20070719  [FreeBSD] 
OS:                FreeBSD
Installed from:    FreeBSD Ports

The specification for Swedish midsummer in holday_se is incorrect, resulting in a week off for 2009.

Trying to include patch here, but don't know if it works:

Index: holiday_se
===================================================================
RCS file: /home/bengta/FreeBSDADM-CVS/kdepim/holiday_se,v
retrieving revision 1.4
diff -u -r1.4 holiday_se
--- holiday_se	1 Dec 2006 16:23:12 -0000	1.4
+++ holiday_se	10 Mar 2009 23:04:34 -0000
@@ -23,8 +23,8 @@
 :Before 2005
 :black "Nationaldagen" black on 6.6
 weekend "Nationaldagen" weekend on 6.6
-black "Midsommarafton" black on friday before 26.6
-weekend "Midsommardagen" weekend on saturday before 27.6
+black "Midsommarafton" black on friday before 25.6
+weekend "Midsommardagen" weekend on saturday before 26.6
 blue "Vintertid" on last sunday in october
 weekend "Alla helgons dag" weekend on first sunday in november minus 1
 black "1. Advent" on sunday before 24.12 minus 21 days
Comment 1 Bengt Ahlgren 2009-03-11 00:09:52 UTC
Created attachment 32010 [details]
Fix for Swedish midsummer holiday
Comment 2 Christophe Marin 2009-03-11 04:17:28 UTC
SVN commit 938035 by cgiboudeaux:

Fix swedish holidays.
Patch by Bengt Ahlgren.

BUG: 186825


 M  +2 -2      holiday_se  


WebSVN link: http://websvn.kde.org/?view=rev&revision=938035
Comment 3 Christophe Marin 2009-03-11 04:24:42 UTC
SVN commit 938036 by cgiboudeaux:

svn backport r938035
Fix swedish holidays.
Patch by Bengt Ahlgren.

CCBUG: 186825


 M  +2 -2      holiday_se  


WebSVN link: http://websvn.kde.org/?view=rev&revision=938036
Comment 4 Christophe Marin 2009-03-11 04:28:06 UTC
SVN commit 938037 by cgiboudeaux:

svn backport r938035
Fix swedish holidays
Patch by Bengt Ahlgren.
CCBUG: 186825


 M  +2 -2      holiday_se  


WebSVN link: http://websvn.kde.org/?view=rev&revision=938037