Update to 0.19.4-3
This commit is contained in:
parent
a5df21e81d
commit
56dcfb3d5d
@ -6,7 +6,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.19.4
|
Version: 0.19.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.gnu.org/software/gettext/
|
URL: http://www.gnu.org/software/gettext/
|
||||||
@ -336,6 +336,9 @@ fi
|
|||||||
%{_emacs_sitelispdir}/%{name}/*.el
|
%{_emacs_sitelispdir}/%{name}/*.el
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 19 2015 Daiki Ueno <dueno@redhat.com> - 0.19.4-3
|
||||||
|
- port msghack.py to Python 3 (#1192086)
|
||||||
|
|
||||||
* Wed Dec 31 2014 Daiki Ueno <dueno@redhat.com> - 0.19.4-2
|
* Wed Dec 31 2014 Daiki Ueno <dueno@redhat.com> - 0.19.4-2
|
||||||
- remove git dependency from -devel subpackage (#1161284)
|
- remove git dependency from -devel subpackage (#1161284)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
## -*- coding: utf-8 -*-
|
## -*- coding: utf-8 -*-
|
||||||
## Copyright (C) 2001, 2004, 2008, 2012 Red Hat, Inc.
|
## Copyright (C) 2001, 2004, 2008, 2012 Red Hat, Inc.
|
||||||
## Copyright (C) 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
## Copyright (C) 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
@ -341,7 +341,7 @@ class GTMaster:
|
|||||||
|
|
||||||
def printUsage():
|
def printUsage():
|
||||||
"Print the usage messages"
|
"Print the usage messages"
|
||||||
print("Usage: ", str(sys.argv[0])," [OPTION] file.po [ref.po]\n\
|
print("Usage: " + str(sys.argv[0]) + " [OPTION] file.po [ref.po]\n\
|
||||||
This program can be used to alter .po files in ways no sane mind would think about.\n\
|
This program can be used to alter .po files in ways no sane mind would think about.\n\
|
||||||
-o result will be written to FILE\n\
|
-o result will be written to FILE\n\
|
||||||
--invert invert a po file by switching msgid and msgstr\n\
|
--invert invert a po file by switching msgid and msgstr\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user