]> git.pld-linux.org Git - packages/bash.git/blame - bash32-002
- up to 3.2.39
[packages/bash.git] / bash32-002
CommitLineData
404c5eba
ER
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 3.2
5Patch-ID: bash32-002
6
7Bug-Reported-by: Jim Gifford <jim@jg555.com>
8Bug-Reference-ID: <12j2pc3aq35mb04@corp.supernews.com>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00082.html
10
11Bug-Description:
12
13An incorrect encoding specification in the Content-Type header causes msgfmt
14to fail, which causes `make install' to fail.
15
16Patch:
17
18*** ../bash-3.2/po/ru.po Tue Jan 10 17:51:03 2006
19--- po/ru.po Mon Oct 16 15:13:23 2006
20***************
21*** 13,17 ****
22 "Language-Team: Russian <ru@li.org>\n"
23 "MIME-Version: 1.0\n"
24! "Content-Type: text/plain; charset=UTF-8\n"
25 "Content-Transfer-Encoding: 8bit\n"
26 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
27--- 13,17 ----
28 "Language-Team: Russian <ru@li.org>\n"
29 "MIME-Version: 1.0\n"
30! "Content-Type: text/plain; charset=KOI8-R\n"
31 "Content-Transfer-Encoding: 8bit\n"
32 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
33
34*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006
35--- patchlevel.h Mon Oct 16 14:22:54 2006
36***************
37*** 26,30 ****
38 looks for to find the patch level (for the sccs version string). */
39
40! #define PATCHLEVEL 1
41
42 #endif /* _PATCHLEVEL_H_ */
43--- 26,30 ----
44 looks for to find the patch level (for the sccs version string). */
45
46! #define PATCHLEVEL 2
47
48 #endif /* _PATCHLEVEL_H_ */
This page took 0.036978 seconds and 4 git commands to generate.