This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BZ#15608] New locale for nan_TW.


On Mon, Sep 23, 2013 at 10:13:48PM +0200, Andreas Jaeger wrote:
> On 09/23/2013 09:06 PM, Chris Leonard wrote:
> > From fec5525d9a94477daa9e59dde9669c42293783ed Mon Sep 17 00:00:00 2001
> > From: Wei-Lun Chao <bluebat@member.fsf.org>
> > Date: Mon, 23 Sep 2013 14:55:38 -0400
> > Subject: [PATCH] New locale for nan_TW
> > 
> > ---
> >  NEWS                      |   4 +-
> >  localedata/SUPPORTED      |   1 +
> >  localedata/locales/nan_TW | 221 ++++++++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 224 insertions(+), 2 deletions(-)
> >  create mode 100644 localedata/locales/nan_TW
> > 
> > diff --git a/NEWS b/NEWS
> > index b52b52e..071216b 100644
> > --- a/NEWS
> > +++ b/NEWS
> > @@ -12,7 +12,7 @@ Version 2.19
> >    13985, 14155, 14699, 15427, 15522, 15531, 15532, 15640, 15736, 15748,
> >    15749, 15797, 15844, 15849, 15855, 15856, 15857, 15859, 15867, 15886,
> >    15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15919, 15921,
> > -  15923, 15939, 15963, 15966.
> > +  15923, 15939, 15963, 15966, 15608.
> 
> We sort the bugs, so 15608 should much earlier.
> 
Adding bug number across few lines is bit tedious, so I use a script to
almost automate it (attached).

To use it you need prepare commit with commit message containing bug
numbers in format BZ 1234 or BZ #1234 or BZ 1, 12, 34, ...
then you run
ruby scripts/mknews.rb
which adds these numbers to NEWS. You should check git diff HEAD^ if
NEWS are ok.

Then script ammends modified NEWS and oppens bugzilla tab in firefox.
I do not know yet how setup fields there so I only print fixed in commit
text.

Attachment: mknews.rb
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]