Codebase list libgweather / 245baa2
Update data/Locations.xml.in for Rangoon > Yangon timezone name change (Closes: #839365) Jeremy Bicha 7 years ago
3 changed file(s) with 39 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libgweather (3.20.3-2) UNRELEASED; urgency=medium
1
2 * Add Rename-Rangoon-to-Yangon.patch:
3 - Update data/Locations.xml.in for Rangoon > Yangon timezone name
4 change (Closes: #839365)
5
6 -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 30 Sep 2016 18:18:55 -0400
7
08 libgweather (3.20.3-1) unstable; urgency=medium
19
210 * New upstream release.
0 From 27dffcd643e66191f640fe14ab4fc3382019b734 Mon Sep 17 00:00:00 2001
1 From: Jeremy Bicha <jbicha@ubuntu.com>
2 Date: Fri, 30 Sep 2016 08:35:00 -0400
3 Subject: [PATCH] data: Update Locations.xml for Rangoon>Yangon timezone name
4 change
5
6 But don't change the Name field since that would affect translations
7 and Rangoon still appears to be the more common name in English
8
9 https://bugzilla.gnome.org/show_bug.cgi?id=772253
10 ---
11 data/Locations.xml.in | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/data/Locations.xml.in b/data/Locations.xml.in
15 index 0ea070f..5264c82 100644
16 --- a/data/Locations.xml.in
17 +++ b/data/Locations.xml.in
18 @@ -5381,9 +5381,9 @@
19 <iso-code>MM</iso-code>
20 <fips-code>BM</fips-code>
21 <timezones>
22 - <timezone id="Asia/Rangoon" />
23 + <timezone id="Asia/Yangon" />
24 </timezones>
25 - <tz-hint>Asia/Rangoon</tz-hint>
26 + <tz-hint>Asia/Yangon</tz-hint>
27 <city>
28 <!-- The capital of Myanmar.
29 "Rangoon" is the traditional English name.
00 99_ltmain_as-needed.patch
1 Rename-Rangoon-to-Yangon.patch