fix encoding of msghack script (Dwayne Bailey, #250248)
This commit is contained in:
parent
400a90cab2
commit
8456484260
@ -4,7 +4,7 @@
|
|||||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.16.1
|
Version: 0.16.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||||
@ -227,6 +227,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 1 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-9
|
||||||
|
- fix encoding of msghack script (Dwayne Bailey, #250248)
|
||||||
|
|
||||||
* Mon Apr 30 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-8
|
* Mon Apr 30 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-8
|
||||||
- add gettext-php-prinf-output-237241.patch to workaround php test failure
|
- add gettext-php-prinf-output-237241.patch to workaround php test failure
|
||||||
(#237241)
|
(#237241)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
## -*- coding: utf-8 -*-
|
||||||
## Copyright (C) 2001 Red Hat, Inc.
|
## Copyright (C) 2001 Red Hat, Inc.
|
||||||
## Copyright (C) 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
## Copyright (C) 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
|
||||||
## v0.2 - 2001-08-21
|
## v0.2 - 2001-08-21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user