Revert Python 3 building for F22

https://bugzilla.redhat.com/show_bug.cgi?id=1192086#c3
This commit is contained in:
Slavek Kabrda 2015-02-23 13:44:23 +01:00
parent 56dcfb3d5d
commit 4412e1747d
2 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages
Name: gettext
Version: 0.19.4
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+ and LGPLv2+
Group: Development/Tools
URL: http://www.gnu.org/software/gettext/
@ -336,6 +336,10 @@ fi
%{_emacs_sitelispdir}/%{name}/*.el
%changelog
* Mon Feb 23 2015 Slavek Kabrda <bkabrda@redhat.com> - 0.19.4-4
- Revert Python 3 building for F22
https://bugzilla.redhat.com/show_bug.cgi?id=1192086#c3
* Thu Feb 19 2015 Daiki Ueno <dueno@redhat.com> - 0.19.4-3
- port msghack.py to Python 3 (#1192086)

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python2
## -*- coding: utf-8 -*-
## Copyright (C) 2001, 2004, 2008, 2012 Red Hat, Inc.
## Copyright (C) 2001 Trond Eivind Glomsrød <teg@redhat.com>
@ -341,7 +341,7 @@ class GTMaster:
def printUsage():
"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\
-o result will be written to FILE\n\
--invert invert a po file by switching msgid and msgstr\n\