From 8456484260ce66cdc6ed7449bdc6b8a4cd82c433 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Aug 01 2007 07:28:16 +0000 Subject: fix encoding of msghack script (Dwayne Bailey, #250248) --- diff --git a/gettext.spec b/gettext.spec index 68b4c9b..1708764 100644 --- a/gettext.spec +++ b/gettext.spec @@ -4,7 +4,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext Version: 0.16.1 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL/LGPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz @@ -227,6 +227,9 @@ fi %changelog +* Wed Aug 1 2007 Jens Petersen - 0.16.1-9 +- fix encoding of msghack script (Dwayne Bailey, #250248) + * Mon Apr 30 2007 Jens Petersen - 0.16.1-8 - add gettext-php-prinf-output-237241.patch to workaround php test failure (#237241) diff --git a/msghack.py b/msghack.py index 8dfedc8..64cd6f8 100755 --- a/msghack.py +++ b/msghack.py @@ -1,6 +1,7 @@ #!/usr/bin/python +## -*- coding: utf-8 -*- ## Copyright (C) 2001 Red Hat, Inc. -## Copyright (C) 2001 Trond Eivind Glomsr�d +## Copyright (C) 2001 Trond Eivind Glomsrød ## v0.2 - 2001-08-21