Bug 79415

Summary: Fix "Mothers Day" in calendar.french.
Product: Base System Reporter: Thierry Thomas <thierry>
Component: confAssignee: Florent Thoumie <flz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.11-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
calendar.jferies.diff
none
file.diff none

Description Thierry Thomas 2005-03-31 23:20:02 UTC
	- fix dates of Mothers Day and Fathers Day in calendar.jferies;

	- since I'm there, add a missing common firstname in calendar.fetes.

	Remark: in France, Mothers Day is the last sunday of May, unless it is
	also Easter+49, but I don't know how to write this rule.

Fix: Please apply the following patches:
How-To-Repeat: 	`calendar -t 29.05.2005' should report "Fetes des meres".
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2006-04-13 13:15:02 UTC
State Changed
From-To: open->patched

Committed to HEAD, MFC planned in one (or two) weeks, once RELENG_6 is 
thawed.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2006-10-07 00:32:28 UTC
Responsible Changed
From-To: freebsd-bugs->flz

That's what happens when you don't take a PR you just committed. 

You're supposed to MFC after the end of the freeze, you forget 
about it, and when you finally find it again, the tree is 
frozen again.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-07 16:25:53 UTC
flz         2006-10-07 15:25:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/calendar/calendars/fr_FR.ISO8859-1 calendar.fetes 
                                               calendar.jferies 
  Log:
  MFC: Fix Mother's/Father's day in most case.
  
        src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies: rev 1.1 -> 1.2
        src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes: rev 1.1 -> 1.2
  
  PR:             misc/79415
  Submitted by:   thierry
  Approved by:    re (bmah)
  
  Revision  Changes    Path
  1.1.16.1  +1 -1      src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes
  1.1.16.1  +3 -2      src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Florent Thoumie freebsd_committer freebsd_triage 2006-10-07 16:26:13 UTC
State Changed
From-To: patched->closed

MFC'ed to RELENG_6. Thanks!