[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928338: marked as done (unblock: mhc/1.2.1-2)



Your message dated Sun, 05 May 2019 13:00:08 +0000
with message-id <E1hNGkS-0003oC-CS@respighi.debian.org>
and subject line unblock mhc
has caused the Debian Bug report #928338,
regarding unblock: mhc/1.2.1-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
928338: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928338
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock the mhc package (priority: optional) to fix the
important bug #928305.  See also the attached debdiff.

Changes:
 mhc (1.2.1-2) unstable; urgency=medium
 .
   * New patch 030_reiwa.patch to support Japan's new era 令和 (Reiwa)
     and new holidays (closes: #928305)

unblock mhc/1.2.1-2

Thanks,
--
Tatsuya Kinoshita
diffstat for mhc-1.2.1 mhc-1.2.1

 changelog               |    7 ++
 patches/030_reiwa.patch |  130 ++++++++++++++++++++++++++++++++++++++++++++++++
 patches/series          |    1 
 3 files changed, 138 insertions(+)

diff -Nru mhc-1.2.1/debian/changelog mhc-1.2.1/debian/changelog
--- mhc-1.2.1/debian/changelog	2019-01-26 16:57:13.000000000 +0900
+++ mhc-1.2.1/debian/changelog	2019-05-02 20:17:00.000000000 +0900
@@ -1,3 +1,10 @@
+mhc (1.2.1-2) unstable; urgency=medium
+
+  * New patch 030_reiwa.patch to support Japan's new era 令和 (Reiwa)
+    and new holidays (closes: #928305)
+
+ -- Tatsuya Kinoshita <tats@debian.org>  Thu, 02 May 2019 20:17:00 +0900
+
 mhc (1.2.1-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru mhc-1.2.1/debian/patches/030_reiwa.patch mhc-1.2.1/debian/patches/030_reiwa.patch
--- mhc-1.2.1/debian/patches/030_reiwa.patch	1970-01-01 09:00:00.000000000 +0900
+++ mhc-1.2.1/debian/patches/030_reiwa.patch	2019-05-02 06:55:33.000000000 +0900
@@ -0,0 +1,130 @@
+Subject: Support Japan's new era 令和 (Reiwa) and new holidays
+Author: KOIE Hidetaka <hide@koie.org>
+Bug: https://github.com/yoshinari-nomura/mhc/pull/49
+Bug: https://github.com/yoshinari-nomura/mhc/pull/50
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928305
+
+diff --git a/emacs/mhc-calendar.el b/emacs/mhc-calendar.el
+index d403ec3..5c0635c 100644
+--- a/emacs/mhc-calendar.el
++++ b/emacs/mhc-calendar.el
+@@ -1071,11 +1071,13 @@ The keys that are defined for mhc-calendar-mode are:
+   (format "%4d" yy))
+ 
+ (defun mhc-calendar/inserter-nengo ()
+-  (if (> yy 1987)
+-      (format "平成%2d年" (- yy 1988))
+-    (if (> yy 1924)
+-        (format "昭和%2d年" (- yy 1925))
+-      "昔々")))
++  (if (or (> yy 2019) (and (= yy 2019) (> mm 4)))
++      (format "令和%2d年" (- yy 2018))
++    (if (> yy 1987)
++        (format "平成%2d年" (- yy 1988))
++      (if (> yy 1924)
++          (format "昭和%2d年" (- yy 1925))
++        "昔々"))))
+ 
+ (defun mhc-calendar/inserter-mm ()
+   (format "%d" mm))
+diff --git a/samples/japanese-holidays.mhcc b/samples/japanese-holidays.mhcc
+index b1083c0..93409df 100644
+--- a/samples/japanese-holidays.mhcc
++++ b/samples/japanese-holidays.mhcc
+@@ -72,12 +72,14 @@ X-SC-Record-Id: 5E03776A-4280-4337-85C0-F1322A3AAE6E
+ 
+ X-SC-Subject: 海の日
+ X-SC-Category: Holiday Japanese
++X-SC-Day: !20200720
+ X-SC-Cond: 3rd Mon Jul
+ X-SC-Duration: 20030701-
+ X-SC-Record-Id: BD4156C2-5546-4146-8297-09CF4210A346
+ 
+ X-SC-Subject: 山の日
+ X-SC-Category: Holiday Japanese
++X-SC-Day: !20200811
+ X-SC-Cond: 11 Aug
+ X-SC-Duration: 20160811-
+ X-SC-Record-Id: FC7C481B-7BF5-4639-B700-3B60CB99E05D
+@@ -103,9 +105,16 @@ X-SC-Record-Id: AFABC42C-2E9D-4093-A4AF-DA12D4D4B9D7
+ X-SC-Subject: 体育の日
+ X-SC-Category: Holiday Japanese
+ X-SC-Cond: 2nd Mon Oct
+-X-SC-Duration: 20001009-
++X-SC-Duration: 20001009-20191231
+ X-SC-Record-Id: C17D9CA5-28AF-4826-AD33-8B75473E5B52
+ 
++X-SC-Subject: スポーツの日
++X-SC-Category: Holiday Japanese
++X-SC-Day: !20201012
++X-SC-Cond: 2nd Mon Oct
++X-SC-Duration: 20200101-
++X-SC-Record-Id: F10B2B18-B0FB-477E-A7D3-A067B31F4736
++
+ X-SC-Subject: 文化の日
+ X-SC-Category: Holiday Japanese
+ X-SC-Cond: 3 Nov
+@@ -121,9 +130,15 @@ X-SC-Record-Id: 97E6F125-2625-44A9-8D43-A6FCA9670D8D
+ X-SC-Subject: 天皇誕生日
+ X-SC-Category: Holiday Japanese
+ X-SC-Cond: 23 Dec
+-X-SC-Duration: 19891223-
++X-SC-Duration: 19891223-20190430
+ X-SC-Record-Id: 51D42B0D-EF46-4D65-B62A-6ED2F0D1F0B5
+ 
++X-SC-Subject: 天皇誕生日
++X-SC-Category: Holiday Japanese
++X-SC-Cond: 23 Feb
++X-SC-Duration: 20190501-
++X-SC-Record-Id: 59B83B1E-6161-45F5-9DEC-95E3C1CCA4EE
++
+ ## 毎年変わる祝日と振替休日
+ 
+ X-SC-Subject: 即位の日
+@@ -131,6 +146,26 @@ X-SC-Day: 20190501
+ X-SC-Category: Holiday Japanese
+ X-SC-Record-Id: 25C73788-1104-42BE-85F6-570861B0020B
+ 
++X-SC-Subject: 即位礼正殿の儀
++X-SC-Category: Holiday Japanese
++X-SC-Day: 20191022
++X-SC-Record-Id: 76F9756D-C00F-47D0-9592-67E21909C39D
++
++X-SC-Subject: 海の日
++X-SC-Category: Holiday Japanese
++X-SC-Day: 20200723
++X-SC-Record-Id: B9B9AC80-9424-496D-933D-CFF9876ECA5A
++
++X-SC-Subject: スポーツの日
++X-SC-Category: Holiday Japanese
++X-SC-Day: 20200724
++X-SC-Record-Id: AA0F053E-6DD0-4207-A1D0-196567FD94D6
++
++X-SC-Subject: 山の日
++X-SC-Category: Holiday Japanese
++X-SC-Day: 20200810
++X-SC-Record-Id: 87152AA3-7AEE-4689-835F-B19399E694DE
++
+ X-SC-Subject: 春分の日
+ X-SC-Day: 19960320 19970320 19980321 19990321 20000320 20010320 20020321
+   20030321 20040320 20050320 20060321 20070321 20080320 20090320
+@@ -163,14 +198,14 @@ X-SC-Day: 19730430 19730924 19740506 19740916 19741104 19751124
+   20050321 20060102 20070212 20070430 20070924 20071224 20080506
+   20081124 20090506 20100322 20120102 20120430 20121224 20130506
+   20131104 20140506 20141124 20150506 20160321 20170102 20180212
+-  20180430 20180924 20181224 20190506 20190812 20191104 20200506
+-  20230102 20240212 20240506 20240812 20240923 20241104 20250506
++  20180430 20180924 20181224 20190506 20190812 20191104 20200224 20200506
++  20230102 20240212 20240506 20240812 20240923 20241104 20250224 20250506
+   20251124 20260506 20270322 20290212 20290430 20290924 20291224
+-  20300506 20300812 20301104 20310506 20311124 20330321 20340102
++  20300506 20300812 20301104 20310224 20310506 20311124 20330321 20340102
+   20350212 20350430 20350924 20351224 20360506 20361124 20370506
+-  20400102 20400430 20401224 20410506 20410812 20411104 20420506
++  20400102 20400430 20401224 20410506 20410812 20411104 20420224 20420506
+   20421124 20430506 20440321 20450102 20460212 20460430 20460924
+-  20461224 20470506 20470812 20471104 20480506 20500321
++  20461224 20470506 20470812 20471104 20480224 20480506 20500321
+ X-SC-Category: Holiday Japanese
+ X-SC-Record-Id: E2D696DF-EB49-44D7-B06C-812B10BD99A2
+ 
diff -Nru mhc-1.2.1/debian/patches/series mhc-1.2.1/debian/patches/series
--- mhc-1.2.1/debian/patches/series	2015-06-17 18:20:12.000000000 +0900
+++ mhc-1.2.1/debian/patches/series	2019-05-02 20:12:28.000000000 +0900
@@ -1,2 +1,3 @@
 010_rubygems.patch
 020_rical.patch
+030_reiwa.patch

Attachment: pgpeZVc_ob5tD.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Unblocked mhc.

--- End Message ---

Reply to: