Pinto Elia
Thu, 09 Feb 2012 08:39:05 -0800
RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Pinto Elia
Root: /v/rpm/cvs Email: devzero2...@rpm5.org
Module: popt Date: 09-Feb-2012 17:39:02
Branch: popt_1_17 Handle: 201202091618591202
Added files: (Branch: popt_1_17)
popt acinclude.m4
Modified files: (Branch: popt_1_17)
popt .gitignore CHANGES autogen.sh
popt/po cs.po da.po de.po eo.po es.po fi.po fr.po ga.po
gl.po hu.po id.po is.po it.po ja.po ko.po lv.po
nb.po nl.po pl.po popt.pot pt.po ro.po ru.po sk.po
sl.po sv.po th.po tr.po uk.po vi.po wa.po zh_CN.po
zh_TW.po
Removed files: (Branch: popt_1_17)
popt/m4 popt.m4
Log:
Fix move popt.m4 to acinclude.m4
so we can put it under version control
Summary:
Revision Changes Path
1.6.2.1 +0 -1 popt/.gitignore
1.171.2.2 +2 -0 popt/CHANGES
1.4.2.2 +58 -0 popt/acinclude.m4
1.22.2.2 +1 -1 popt/autogen.sh
1.3 +0 -55 popt/m4/popt.m4
1.78.2.1 +2 -2 popt/po/cs.po
1.75.2.1 +2 -2 popt/po/da.po
1.81.2.1 +2 -2 popt/po/de.po
1.13.2.1 +2 -2 popt/po/eo.po
1.74.2.1 +2 -2 popt/po/es.po
1.69.2.1 +2 -2 popt/po/fi.po
1.75.2.1 +2 -2 popt/po/fr.po
1.23.2.1 +2 -2 popt/po/ga.po
1.76.2.1 +2 -2 popt/po/gl.po
1.75.2.1 +2 -2 popt/po/hu.po
1.64.2.1 +2 -2 popt/po/id.po
1.75.2.1 +2 -2 popt/po/is.po
1.70.2.1 +2 -2 popt/po/it.po
1.74.2.1 +2 -2 popt/po/ja.po
1.74.2.1 +2 -2 popt/po/ko.po
1.9.2.1 +2 -2 popt/po/lv.po
1.24.2.1 +2 -2 popt/po/nb.po
1.26.2.1 +2 -2 popt/po/nl.po
1.78.2.1 +2 -2 popt/po/pl.po
1.119.2.1 +1 -2 popt/po/popt.pot
1.73.2.1 +2 -2 popt/po/pt.po
1.90.2.1 +2 -2 popt/po/ro.po
1.74.2.1 +4 -4 popt/po/ru.po
1.83.2.1 +2 -2 popt/po/sk.po
1.73.2.1 +2 -2 popt/po/sl.po
1.78.2.1 +2 -2 popt/po/sv.po
1.17.2.1 +2 -2 popt/po/th.po
1.78.2.1 +2 -2 popt/po/tr.po
1.74.2.1 +2 -2 popt/po/uk.po
1.24.2.1 +2 -2 popt/po/vi.po
1.73.2.1 +2 -2 popt/po/wa.po
1.28.2.1 +2 -2 popt/po/zh_CN.po
1.23.2.1 +2 -2 popt/po/zh_TW.po
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: popt/.gitignore
============================================================================
$ cvs diff -u -r1.6 -r1.6.2.1 .gitignore
--- popt/.gitignore 5 May 2011 10:16:38 -0000 1.6
+++ popt/.gitignore 9 Feb 2012 16:38:59 -0000 1.6.2.1
@@ -76,7 +76,6 @@
ltconfig
ltmain.sh
m4
-*.m4
Makefile
Makefile.in
Makefile.in.in
@@ .
patch -p0 <<'@@ .'
Index: popt/CHANGES
============================================================================
$ cvs diff -u -r1.171.2.1 -r1.171.2.2 CHANGES
--- popt/CHANGES 25 Nov 2011 11:40:00 -0000 1.171.2.1
+++ popt/CHANGES 9 Feb 2012 16:38:59 -0000 1.171.2.2
@@ -1,4 +1,6 @@
1.17 -> 2.0:
+ - devzero2000: Fix move popt.m4 to acinclude.m4
+ so we can put it under version control
- devzero2000: give some color to autogen.sh
Certainly not so useful but not hurt either.
- jbj: i18n: msgmerge (Translation Project).
@@ .
patch -p0 <<'@@ .'
Index: popt/acinclude.m4
============================================================================
$ cvs diff -u -r0 -r1.4.2.2 acinclude.m4
--- /dev/null 2012-02-09 17:36:10.000000000 +0100
+++ acinclude.m4 2012-02-09 17:39:00.140311373 +0100
@@ -0,0 +1,58 @@
+dnl ##
+dnl ## acinclude.m4 -- manually provided local Autoconf macros
+dnl ##
+
+dnl Copyright (C) Elia Pinto (devzero2...@rpm5.org)
+dnl Inspired from gnulib warning.m4 and other
+dnl but not from ac_archive
+
+
+# popt_AS_VAR_APPEND(VAR, VALUE)
+# ----------------------------
+# Provide the functionality of AS_VAR_APPEND if Autoconf does not have it.
+m4_ifdef([AS_VAR_APPEND],
+[m4_copy([AS_VAR_APPEND], [popt_AS_VAR_APPEND])],
+[m4_define([popt_AS_VAR_APPEND],
+[AS_VAR_SET([$1], [AS_VAR_GET([$1])$2])])])
+
+# popt_CFLAGS_ADD(PARAMETER, [VARIABLE = POPT_CFLAGS])
+# ------------------------------------------------
+# Adds parameter to POPT_CFLAGS if the compiler supports it. For example,
+# popt_CFLAGS_ADD([-Wall],[POPT_CFLAGS]).
+AC_DEFUN([popt_CFLAGS_ADD],
+[AS_VAR_PUSHDEF([popt_my_cflags], [popt_cv_warn_$1])dnl
+AC_CACHE_CHECK([whether compiler handles $1], [popt_my_cflags], [
+ save_CFLAGS="$CFLAGS"
+ CFLAGS="${CFLAGS} $1"
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
+ [AS_VAR_SET([popt_my_cflags], [yes])],
+ [AS_VAR_SET([popt_my_cflags], [no])])
+ CFLAGS="$save_CFLAGS"
+])
+AS_VAR_PUSHDEF([popt_cflags], m4_if([$2], [], [[POPT_CFLAGS]], [[$2]]))dnl
+AS_VAR_IF([popt_my_cflags], [yes], [popt_AS_VAR_APPEND([popt_cflags], ["
$1"])])
+AS_VAR_POPDEF([popt_cflags])dnl
+AS_VAR_POPDEF([popt_my_cflags])dnl
+m4_ifval([$2], [AS_LITERAL_IF([$2], [AC_SUBST([$2])], [])])dnl
+])
+
+# popt_LDFLAGS_ADD(PARAMETER, [VARIABLE = POPT_LDFLAGS])
+# ------------------------------------------------
+# Adds parameter to POPT_LDFLAGS if the compiler supports it. For example,
+# popt_LDFLAGS_ADD([-Wall],[POPT_LDFLAGS]).
+AC_DEFUN([popt_LDFLAGS_ADD],
+[AS_VAR_PUSHDEF([popt_my_ldflags], [popt_cv_warn_$1])dnl
+AC_CACHE_CHECK([whether compiler handles $1], [popt_my_ldflags], [
+ save_LDFLAGS="$LDFLAGS"
+ LDFLAGS="${LDFLAGS} $1"
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([])],
+ [AS_VAR_SET([popt_my_ldflags], [yes])],
+ [AS_VAR_SET([popt_my_ldflags], [no])])
+ LDFLAGS="$save_LDFLAGS"
+])
+AS_VAR_PUSHDEF([popt_ldflags], m4_if([$2], [], [[POPT_LDFLAGS]], [[$2]]))dnl
+AS_VAR_IF([popt_my_ldflags], [yes], [popt_AS_VAR_APPEND([popt_ldflags], ["
$1"])])
+AS_VAR_POPDEF([popt_ldflags])dnl
+AS_VAR_POPDEF([popt_my_ldflags])dnl
+m4_ifval([$2], [AS_LITERAL_IF([$2], [AC_SUBST([$2])], [])])dnl
+])
@@ .
patch -p0 <<'@@ .'
Index: popt/autogen.sh
============================================================================
$ cvs diff -u -r1.22.2.1 -r1.22.2.2 autogen.sh
--- popt/autogen.sh 25 Nov 2011 11:40:00 -0000 1.22.2.1
+++ popt/autogen.sh 9 Feb 2012 16:38:59 -0000 1.22.2.2
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: autogen.sh,v 1.22.2.1 2011/11/25 11:40:00 devzero2000 Exp $
+# $Id: autogen.sh,v 1.22.2.2 2012/02/09 16:38:59 devzero2000 Exp $
# autogen.sh: autogen.sh script for popt projects
#
# Copyright (c) 2010-2011 Elia Pinto <devzero2...@rpm5.org>
@@ .
rm -f popt/m4/popt.m4 <<'@@ .'
Index: popt/m4/popt.m4
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: popt/po/cs.po
============================================================================
$ cvs diff -u -r1.78 -r1.78.2.1 cs.po
--- popt/po/cs.po 5 Sep 2011 12:34:11 -0000 1.78
+++ popt/po/cs.po 9 Feb 2012 16:39:00 -0000 1.78.2.1
@@ -8,14 +8,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-12-08 19:55+0100\n"
"Last-Translator: Petr Pisar <petr.pi...@atlas.cz>\n"
"Language-Team: Czech <translation-team...@lists.sourceforge.net>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/da.po
============================================================================
$ cvs diff -u -r1.75 -r1.75.2.1 da.po
--- popt/po/da.po 5 Sep 2011 12:34:11 -0000 1.75
+++ popt/po/da.po 9 Feb 2012 16:39:00 -0000 1.75.2.1
@@ -8,14 +8,14 @@
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-09-15 00:00+0000\n"
"Last-Translator: Joe Hansen <joedalt...@yahoo.dk>\n"
"Language-Team: Danish <da...@dansk-gruppen.dk>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/de.po
============================================================================
$ cvs diff -u -r1.81 -r1.81.2.1 de.po
--- popt/po/de.po 5 Sep 2011 12:34:11 -0000 1.81
+++ popt/po/de.po 9 Feb 2012 16:39:00 -0000 1.81.2.1
@@ -7,14 +7,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2009-11-10 19:58+0100\n"
"Last-Translator: Roland Illig <roland.il...@gmx.de>\n"
"Language-Team: German <translation-team...@lists.sourceforge.net>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/eo.po
============================================================================
$ cvs diff -u -r1.13 -r1.13.2.1 eo.po
--- popt/po/eo.po 5 Sep 2011 12:34:11 -0000 1.13
+++ popt/po/eo.po 9 Feb 2012 16:39:00 -0000 1.13.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-08-03 15:50-0300\n"
"Last-Translator: Felipe Castro <fef...@gmail.com>\n"
"Language-Team: Esperanto <translation-team...@lists.sourceforge.net>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/es.po
============================================================================
$ cvs diff -u -r1.74 -r1.74.2.1 es.po
--- popt/po/es.po 5 Sep 2011 12:34:11 -0000 1.74
+++ popt/po/es.po 9 Feb 2012 16:39:00 -0000 1.74.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2007-12-28 12:22+0100\n"
"Last-Translator: Leandro Lucarella <l...@linuxmendoza.org.ar>\n"
"Language-Team: Spanish <e...@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/fi.po
============================================================================
$ cvs diff -u -r1.69 -r1.69.2.1 fi.po
--- popt/po/fi.po 5 Sep 2011 12:34:11 -0000 1.69
+++ popt/po/fi.po 9 Feb 2012 16:39:00 -0000 1.69.2.1
@@ -8,14 +8,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-02-21 18:19+0200\n"
"Last-Translator: Jorma Karvonen <karvj...@users.sf.net>\n"
"Language-Team: Finnish <translation-team...@lists.sourceforge.net>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: KBabel 1.11.4\n"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/fr.po
============================================================================
$ cvs diff -u -r1.75 -r1.75.2.1 fr.po
--- popt/po/fr.po 5 Sep 2011 12:34:11 -0000 1.75
+++ popt/po/fr.po 9 Feb 2012 16:39:00 -0000 1.75.2.1
@@ -12,14 +12,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2003-06-22 23:43+0200\n"
"Last-Translator: RPM French Translation <rpm...@livna.org>\n"
"Language-Team: RPM French Translation <rpm...@livna.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
+"Language: \n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ga.po
============================================================================
$ cvs diff -u -r1.23 -r1.23.2.1 ga.po
--- popt/po/ga.po 5 Sep 2011 12:34:11 -0000 1.23
+++ popt/po/ga.po 9 Feb 2012 16:39:00 -0000 1.23.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-04-10 06:21-0500\n"
"Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
-"Language: ga\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ga\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/gl.po
============================================================================
$ cvs diff -u -r1.76 -r1.76.2.1 gl.po
--- popt/po/gl.po 5 Sep 2011 12:34:11 -0000 1.76
+++ popt/po/gl.po 9 Feb 2012 16:39:00 -0000 1.76.2.1
@@ -2,14 +2,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2001-01-17 01:01+0100\n"
"Last-Translator: Jesús Bravo Álvarez <j...@pobox.com>\n"
"Language-Team: Galician <tra...@ceu.fi.udc.es>\n"
-"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/hu.po
============================================================================
$ cvs diff -u -r1.75 -r1.75.2.1 hu.po
--- popt/po/hu.po 5 Sep 2011 12:34:11 -0000 1.75
+++ popt/po/hu.po 9 Feb 2012 16:39:00 -0000 1.75.2.1
@@ -5,14 +5,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2007-06-21 00:45+0200\n"
"Last-Translator: Gabor Kelemen <kelem...@gnome.hu>\n"
"Language-Team: Hungarian <translation-team...@lists.sourceforge.net>\n"
-"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/id.po
============================================================================
$ cvs diff -u -r1.64 -r1.64.2.1 id.po
--- popt/po/id.po 5 Sep 2011 12:34:11 -0000 1.64
+++ popt/po/id.po 9 Feb 2012 16:39:00 -0000 1.64.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-08-26 14:18+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padma...@gmail.com>\n"
"Language-Team: Indonesian <translation-team...@lists.sourceforge.net>\n"
-"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/is.po
============================================================================
$ cvs diff -u -r1.75 -r1.75.2.1 is.po
--- popt/po/is.po 5 Sep 2011 12:34:11 -0000 1.75
+++ popt/po/is.po 9 Feb 2012 16:39:00 -0000 1.75.2.1
@@ -2,14 +2,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2001-06-08 01:35+0000\n"
"Last-Translator: Richard Allen <r...@hp.is>\n"
"Language-Team: is <kde-...@mmedia.is>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+"Language: \n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/it.po
============================================================================
$ cvs diff -u -r1.70 -r1.70.2.1 it.po
--- popt/po/it.po 5 Sep 2011 12:34:11 -0000 1.70
+++ popt/po/it.po 9 Feb 2012 16:39:00 -0000 1.70.2.1
@@ -7,14 +7,14 @@
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-11-28 15:32+0100\n"
"Last-Translator: Vincenzo Campanella <vin...@gmail.com>\n"
"Language-Team: Italian <t...@lists.linux.it>\n"
-"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
"First-Translator: Sandro Bonazzola <sandro.bonazz...@gmail.com>\n"
"X-Generator: KBabel 1.11.4\n"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ja.po
============================================================================
$ cvs diff -u -r1.74 -r1.74.2.1 ja.po
--- popt/po/ja.po 5 Sep 2011 12:34:11 -0000 1.74
+++ popt/po/ja.po 9 Feb 2012 16:39:00 -0000 1.74.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2010-10-19 12:01+0900\n"
"Last-Translator: Yasuaki Taniguchi <yasua...@gmail.com>\n"
"Language-Team: Japanese <translation-team...@lists.sourceforge.net>\n"
-"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: popt.c:54
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ko.po
============================================================================
$ cvs diff -u -r1.74 -r1.74.2.1 ko.po
--- popt/po/ko.po 5 Sep 2011 12:34:11 -0000 1.74
+++ popt/po/ko.po 9 Feb 2012 16:39:00 -0000 1.74.2.1
@@ -2,14 +2,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2001-09-06 20:06+0900\n"
"Last-Translator: Jong-Hoon Ryu <redha...@netian.com>\n"
"Language-Team: GNU Translation project <k...@li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=EUC-KR\n"
"Content-Transfer-Encoding: 8-bit\n"
+"Language: \n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/lv.po
============================================================================
$ cvs diff -u -r1.9 -r1.9.2.1 lv.po
--- popt/po/lv.po 5 Sep 2011 12:34:11 -0000 1.9
+++ popt/po/lv.po 9 Feb 2012 16:39:01 -0000 1.9.2.1
@@ -8,14 +8,14 @@
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2009-04-12 16:34+0300\n"
"Last-Translator: Rihards Prieditis <rpriedi...@inbox.lv>\n"
"Language-Team: Latvian <translation-team...@lists.sourceforge.net>\n"
-"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: lv\n"
"X-Generator: Lokalize 0.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/nb.po
============================================================================
$ cvs diff -u -r1.24 -r1.24.2.1 nb.po
--- popt/po/nb.po 5 Sep 2011 12:34:11 -0000 1.24
+++ popt/po/nb.po 9 Feb 2012 16:39:01 -0000 1.24.2.1
@@ -2,14 +2,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2001-06-27 11:05+0200\n"
"Last-Translator: Kjartan Maraas <kmar...@online.no>\n"
"Language-Team: Norwegian <n...@li.org>\n"
-"Language: no\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+"Language: no\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/nl.po
============================================================================
$ cvs diff -u -r1.26 -r1.26.2.1 nl.po
--- popt/po/nl.po 5 Sep 2011 12:34:11 -0000 1.26
+++ popt/po/nl.po 9 Feb 2012 16:39:01 -0000 1.26.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-02-20 19:26+0100\n"
"Last-Translator: Tim Van Holder <tim.van.hol...@telenet.be>\n"
"Language-Team: Dutch <vertal...@vrijschrift.org>\n"
-"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/pl.po
============================================================================
$ cvs diff -u -r1.78 -r1.78.2.1 pl.po
--- popt/po/pl.po 5 Sep 2011 12:34:11 -0000 1.78
+++ popt/po/pl.po 9 Feb 2012 16:39:01 -0000 1.78.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-02-18 00:30+0100\n"
"Last-Translator: Jakub Bogusz <qbo...@pld-linux.org>\n"
"Language-Team: Polish <translation-team...@lists.sourceforge.net>\n"
-"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: pl\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/popt.pot
============================================================================
$ cvs diff -u -r1.119 -r1.119.2.1 popt.pot
--- popt/po/popt.pot 5 Sep 2011 12:34:11 -0000 1.119
+++ popt/po/popt.pot 9 Feb 2012 16:39:01 -0000 1.119.2.1
@@ -7,11 +7,10 @@
msgstr ""
"Project-Id-Version: popt 1.17.DEVEL\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <l...@li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/pt.po
============================================================================
$ cvs diff -u -r1.73 -r1.73.2.1 pt.po
--- popt/po/pt.po 5 Sep 2011 12:34:11 -0000 1.73
+++ popt/po/pt.po 9 Feb 2012 16:39:01 -0000 1.73.2.1
@@ -2,14 +2,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2002-02-13 18:32+0000\n"
"Last-Translator: Pedro Morais <mor...@kde.org>\n"
"Language-Team: pt <mor...@kde.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ro.po
============================================================================
$ cvs diff -u -r1.90 -r1.90.2.1 ro.po
--- popt/po/ro.po 5 Sep 2011 12:34:11 -0000 1.90
+++ popt/po/ro.po 9 Feb 2012 16:39:01 -0000 1.90.2.1
@@ -2,14 +2,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2000-06-14 23:23+EST\n"
"Last-Translator: Cristian Gafton <gaf...@redhat.com>\n"
"Language-Team: Romanian <r...@li.org>\n"
-"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ro\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ru.po
============================================================================
$ cvs diff -u -r1.74 -r1.74.2.1 ru.po
--- popt/po/ru.po 5 Sep 2011 12:34:11 -0000 1.74
+++ popt/po/ru.po 9 Feb 2012 16:39:01 -0000 1.74.2.1
@@ -7,17 +7,17 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2009-02-01 13:30+0300\n"
"Last-Translator: Yuri Kozlov <yu...@komyakino.ru>\n"
"Language-Team: Russian <g...@mx.ru>\n"
-"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ru\n"
"X-Generator: KBabel 1.11.4\n"
-"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"
+"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"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/sk.po
============================================================================
$ cvs diff -u -r1.83 -r1.83.2.1 sk.po
--- popt/po/sk.po 5 Sep 2011 12:34:11 -0000 1.83
+++ popt/po/sk.po 9 Feb 2012 16:39:01 -0000 1.83.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 1999-08-04 21:40+0200\n"
"Last-Translator: Stanislav Meduna <st...@eunet.sk>\n"
"Language-Team: Slovak <sk-i...@rak.isternet.sk>\n"
-"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/sl.po
============================================================================
$ cvs diff -u -r1.73 -r1.73.2.1 sl.po
--- popt/po/sl.po 5 Sep 2011 12:34:11 -0000 1.73
+++ popt/po/sl.po 9 Feb 2012 16:39:01 -0000 1.73.2.1
@@ -2,14 +2,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2000-09-05 12:30+0200\n"
"Last-Translator: Roman Maurer <roman.mau...@hermes.si>\n"
"Language-Team: Slovenian <s...@li.org>\n"
-"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sl\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/sv.po
============================================================================
$ cvs diff -u -r1.78 -r1.78.2.1 sv.po
--- popt/po/sv.po 5 Sep 2011 12:34:11 -0000 1.78
+++ popt/po/sv.po 9 Feb 2012 16:39:01 -0000 1.78.2.1
@@ -9,14 +9,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-02-23 20:15+0100\n"
"Last-Translator: Göran Uddeborg <goe...@uddeborg.se>\n"
"Language-Team: Swedish <tp...@listor.tp-sv.se>\n"
-"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sv\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/th.po
============================================================================
$ cvs diff -u -r1.17 -r1.17.2.1 th.po
--- popt/po/th.po 5 Sep 2011 12:34:11 -0000 1.17
+++ popt/po/th.po 9 Feb 2012 16:39:01 -0000 1.17.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-02-19 15:53+0700\n"
"Last-Translator: Seksan Poltree <seksan.polt...@gmail.com>\n"
"Language-Team: Thai <translation-team...@lists.sourceforge.net>\n"
-"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: th\n"
"X-Poedit-Language: Thai\n"
"X-Poedit-Country: THAILAND\n"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/tr.po
============================================================================
$ cvs diff -u -r1.78 -r1.78.2.1 tr.po
--- popt/po/tr.po 5 Sep 2011 12:34:11 -0000 1.78
+++ popt/po/tr.po 9 Feb 2012 16:39:01 -0000 1.78.2.1
@@ -5,14 +5,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2000-02-11 13:01+0200\n"
"Last-Translator: Nilgun Belma Buguner <nil...@technologist.com>\n"
"Language-Team: Turkish <t...@li.org>\n"
-"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-9\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: tr\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/uk.po
============================================================================
$ cvs diff -u -r1.74 -r1.74.2.1 uk.po
--- popt/po/uk.po 5 Sep 2011 12:34:11 -0000 1.74
+++ popt/po/uk.po 9 Feb 2012 16:39:01 -0000 1.74.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 1999-09-30 16:54+0200\n"
"Last-Translator: Yuri Syrota <ra...@renome.rovno.ua>\n"
"Language-Team: Ukrainian <u...@li.org>\n"
-"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-u\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: uk\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/vi.po
============================================================================
$ cvs diff -u -r1.24 -r1.24.2.1 vi.po
--- popt/po/vi.po 5 Sep 2011 12:34:11 -0000 1.24
+++ popt/po/vi.po 9 Feb 2012 16:39:01 -0000 1.24.2.1
@@ -7,14 +7,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-02-18 16:20+1030\n"
"Last-Translator: Clytie Siddall <cly...@riverland.net.au>\n"
"Language-Team: Vietnamese <vi...@googlegroups.com>\n"
-"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LocFactoryEditor 1.7b3\n"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/wa.po
============================================================================
$ cvs diff -u -r1.73 -r1.73.2.1 wa.po
--- popt/po/wa.po 5 Sep 2011 12:34:11 -0000 1.73
+++ popt/po/wa.po 9 Feb 2012 16:39:01 -0000 1.73.2.1
@@ -10,14 +10,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 1999-03-18 23:11+0100\n"
"Last-Translator: Nobody yet\n"
"Language-Team: walon <linux...@chanae.alphanet.ch>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/zh_CN.po
============================================================================
$ cvs diff -u -r1.28 -r1.28.2.1 zh_CN.po
--- popt/po/zh_CN.po 5 Sep 2011 12:34:11 -0000 1.28
+++ popt/po/zh_CN.po 9 Feb 2012 16:39:01 -0000 1.28.2.1
@@ -8,14 +8,14 @@
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2008-02-18 20:16+0800\n"
"Last-Translator: LI Daobing <lidaob...@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n...@googlegroups.com>\n"
-"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
#: popt.c:54
msgid "unknown errno"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/zh_TW.po
============================================================================
$ cvs diff -u -r1.23 -r1.23.2.1 zh_TW.po
--- popt/po/zh_TW.po 5 Sep 2011 12:34:11 -0000 1.23
+++ popt/po/zh_TW.po 9 Feb 2012 16:39:01 -0000 1.23.2.1
@@ -6,14 +6,14 @@
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-de...@rpm5.org>\n"
-"POT-Creation-Date: 2011-09-05 08:27-0400\n"
+"POT-Creation-Date: 2012-02-09 17:12+0100\n"
"PO-Revision-Date: 2005-04-08 17:52+0800\n"
"Last-Translator: Wei-Lun Chao <chaowei...@pcmail.com.tw>\n"
"Language-Team: zh_TW <zh-l...@linux.org.tw>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
#: popt.c:54
msgid "unknown errno"
@@ .
______________________________________________________________________
RPM Package Manager http://rpm5.org
CVS Sources Repository rpm-cvs@rpm5.org