Hello community,

here is the log from the commit of package limal for openSUSE:Factory
checked in at Fri Apr 8 08:57:07 CEST 2011.



--------
--- limal/limal.changes 2010-11-17 20:24:07.000000000 +0100
+++ /mounts/work_src_done/STABLE/limal/limal.changes    2011-04-07 
16:37:53.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr  5 14:39:41 CEST 2011 - [email protected]
+
+- version 1.6.2
+- include patches below into svn
+
+-------------------------------------------------------------------
+Mon Feb 14 19:49:23 CET 2011 - [email protected]
+
+- Added support for translation-update-upstream.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  limal-1.6.1.tar.bz2
  limal-autodoc-index.patch

New:
----
  limal-1.6.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ limal.spec ++++++
--- /var/tmp/diff_new_pack.bblsdu/_old  2011-04-08 08:55:43.000000000 +0200
+++ /var/tmp/diff_new_pack.bblsdu/_new  2011-04-08 08:55:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package limal (Version 1.6.1)
+# spec file for package limal
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,19 @@
 
 
 Name:           limal
-Version:        1.6.1
-Release:        8
+Version:        1.6.2
+Release:        1
 License:        GPLv2+
 Group:          Development/Libraries/C and C++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        limal-1.6.1.tar.bz2
-Patch0:         limal-autodoc-index.patch
+
+Source0:        limal-1.6.2.tar.bz2
+
 Prefix:         /usr
 %define                swiglibdir /usr/share/limal/typemaps 
+
 #!BuildIgnore: limal limal-devel limal-perl
-BuildRequires:  curl gcc-c++ libblocxx-devel limal-devtools openssl-devel 
perl-gettext sgml-skel
+BuildRequires:  curl gcc-c++ libblocxx-devel limal-devtools openssl-devel 
perl-gettext sgml-skel translation-update-upstream
 Url:            http://forge.novell.com/modules/xfmod/project/?limal
 Summary:        LiMaL--Core Library
 %if 0%{?fedora_version} >= 7
@@ -45,6 +47,7 @@
 %package devel
 Requires:       limal = %version
 Requires:       limal-devel
+
 Group:          Development/Libraries/C and C++
 License:        GPLv2+
 Requires:       libblocxx-devel libstdc++-devel pcre-devel limal-devtools
@@ -68,15 +71,17 @@
 LiMaL - Core Library Perl Bindings
 
 %prep
-%setup -n limal-1.6.1
-%patch0 -p1
+%setup -n limal-1.6.2
+translation-update-upstream
 
 %build
 %{prefix}/bin/limaltool limalautoconf
 %{prefix}/bin/limaltool limalautomake
 autoreconf --force --install --verbose
+
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+
 %{?suse_update_config:%{suse_update_config -f}}
 # workaround for fedora gettext check on x86_64
 sed -i -e 's/return (int) gettext/return (long) gettext/g' ./configure
@@ -91,6 +96,7 @@
 # required for perl test cases
 export LD_LIBRARY_PATH="$RPM_BUILD_ROOT/usr/lib/limal"
 make check DESTDIR="$RPM_BUILD_ROOT"
+
 %find_lang %name 
 
 %post
@@ -132,5 +138,4 @@
 %dir %{perl_vendorarch}/LIMAL
 %{perl_vendorarch}/LIMAL/*
 %{perl_vendorarch}/*.pm
-
 %changelog

++++++ limal-1.6.1.tar.bz2 -> limal-1.6.2.tar.bz2 ++++++
++++ 21483 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/VERSION new/limal-1.6.2/VERSION
--- old/limal-1.6.1/VERSION     2009-07-13 12:22:31.000000000 +0200
+++ new/limal-1.6.2/VERSION     2011-04-05 14:39:25.000000000 +0200
@@ -1 +1 @@
-1.6.1
+1.6.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/config.h.in new/limal-1.6.2/config.h.in
--- old/limal-1.6.1/config.h.in 2009-07-13 12:24:45.000000000 +0200
+++ new/limal-1.6.2/config.h.in 2011-04-05 14:40:30.000000000 +0200
@@ -93,6 +93,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
@@ -118,3 +121,6 @@
 
 /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/configure.in new/limal-1.6.2/configure.in
--- old/limal-1.6.1/configure.in        2009-07-13 12:24:36.000000000 +0200
+++ new/limal-1.6.2/configure.in        2011-04-05 14:40:21.000000000 +0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by limalautoconf - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(limal, 1.6.1, http://www.suse.de/feedback, limal)
+AC_INIT(limal, 1.6.2, http://www.suse.de/feedback, limal)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -17,7 +17,7 @@
 AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
 
 dnl Important LiMaL variables
-VERSION="1.6.1"
+VERSION="1.6.2"
 RPMNAME="limal"
 RPMARCH=""
 RPMLIB="limal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/doc/autodocs/Makefile.am 
new/limal-1.6.2/doc/autodocs/Makefile.am
--- old/limal-1.6.1/doc/autodocs/Makefile.am    2007-08-06 09:56:40.000000000 
+0200
+++ new/limal-1.6.2/doc/autodocs/Makefile.am    2011-04-05 14:38:13.000000000 
+0200
@@ -4,7 +4,7 @@
 
 htmldir = $(docdir)/autodocs
 
-html_DATA = index.html $(wildcard *.html *.png *.css *.gif) @[email protected]
+html_DATA = $(wildcard *.html *.png *.css *.gif) @[email protected]
 
 CLEANFILES = $(html_DATA) doxygen.log doxygen.conf installdox
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/limal.spec.in new/limal-1.6.2/limal.spec.in
--- old/limal-1.6.1/limal.spec.in       2009-07-13 12:18:17.000000000 +0200
+++ new/limal-1.6.2/limal.spec.in       2011-04-05 14:35:44.000000000 +0200
@@ -2,7 +2,7 @@
 
 @HEADER@
 #!BuildIgnore: limal limal-devel limal-perl
-BuildRequires: libblocxx-devel openssl-devel curl gcc-c++ limal-devtools 
perl-gettext sgml-skel
+BuildRequires: libblocxx-devel openssl-devel curl gcc-c++ limal-devtools 
perl-gettext sgml-skel translation-update-upstream
 Url:            http://forge.novell.com/modules/xfmod/project/?limal
 Summary:       LiMaL--Core Library
 %if 0%{?fedora_version} >= 7
@@ -31,6 +31,7 @@
 LiMaL - Core Library Perl Bindings
 
 @PREP@
+translation-update-upstream
 
 @BUILD@
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/m4/libtool.m4 new/limal-1.6.2/m4/libtool.m4
--- old/limal-1.6.1/m4/libtool.m4       2009-07-13 12:24:41.000000000 +0200
+++ new/limal-1.6.2/m4/libtool.m4       2011-04-05 14:40:26.000000000 +0200
@@ -684,7 +684,6 @@
 
 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building 
support services.
 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
 _LT_COPYING
@@ -1021,7 +1020,7 @@
 # to the aix ld manual.
 m4_defun([_LT_SYS_MODULE_PATH_AIX],
 [m4_require([_LT_DECL_SED])dnl
-AC_LINK_IFELSE(AC_LANG_PROGRAM,[
+AC_LINK_IFELSE([AC_LANG_PROGRAM],[
 lt_aix_libpath_sed='
     /Import File Strings/,/^$/ {
        /^0/ {
@@ -4826,9 +4825,18 @@
        # implicitly export all symbols.
         save_LDFLAGS="$LDFLAGS"
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo 
${wl}-update_registry ${wl}/dev/null"
-        AC_LINK_IFELSE(int foo(void) {},
+        AC_LINK_IFELSE(
+          [AC_LANG_SOURCE(
+            [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
+                          [C++], [[int foo (void) { return 0; }]],
+                          [Fortran 77], [[
+       subroutine foo
+       end]],
+                          [Fortran], [[
+       subroutine foo
+       end]])])], [
           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO 
"X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry 
${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o 
$lib'
-        )
+        ])
         LDFLAGS="$save_LDFLAGS"
       else
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version 
$verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/m4/ltversion.m4 new/limal-1.6.2/m4/ltversion.m4
--- old/limal-1.6.1/m4/ltversion.m4     2009-07-13 12:24:41.000000000 +0200
+++ new/limal-1.6.2/m4/ltversion.m4     2011-04-05 14:40:26.000000000 +0200
@@ -9,15 +9,15 @@
 
 # Generated from ltversion.in.
 
-# serial 3012 ltversion.m4
+# serial 3018 ltversion.m4
 # This file is part of GNU Libtool
 
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3018])
 
 AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[macro_version='2.2.6b'
+macro_revision='1.3018'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/missing new/limal-1.6.2/missing
--- old/limal-1.6.1/missing     2009-07-13 12:24:46.000000000 +0200
+++ new/limal-1.6.2/missing     2011-04-05 14:40:30.000000000 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2006-05-10.23
+scriptversion=2009-04-28.21; # UTC
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
-#   Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
+# 2008, 2009 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -18,9 +18,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -89,6 +87,9 @@
   tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
+Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
+\`g' are ignored when checking the name.
+
 Send bug reports to <[email protected]>."
     exit $?
     ;;
@@ -106,15 +107,22 @@
 
 esac
 
+# normalize program name to check for.
+program=`echo "$1" | sed '
+  s/^gnu-//; t
+  s/^gnu//; t
+  s/^g//; t'`
+
 # Now exit if we have it, but it failed.  Also exit now if we
 # don't have it and --version was passed (most likely to detect
-# the program).
+# the program).  This is about non-GNU programs, so use $1 not
+# $program.
 case $1 in
-  lex|yacc)
+  lex*|yacc*)
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar)
+  tar*)
     if test -n "$run"; then
        echo 1>&2 "ERROR: \`tar' requires --run"
        exit 1
@@ -138,7 +146,7 @@
 
 # If it does not exist, or fails to run (possibly an outdated version),
 # try to emulate it.
-case $1 in
+case $program in
   aclocal*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
@@ -148,7 +156,7 @@
     touch aclocal.m4
     ;;
 
-  autoconf)
+  autoconf*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`${configure_ac}'.  You might want to install the
@@ -157,7 +165,7 @@
     touch configure
     ;;
 
-  autoheader)
+  autoheader*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`acconfig.h' or \`${configure_ac}'.  You might want
@@ -187,7 +195,7 @@
           while read f; do touch "$f"; done
     ;;
 
-  autom4te)
+  autom4te*)
     echo 1>&2 "\
 WARNING: \`$1' is needed, but is $msg.
          You might have modified some files without having the
@@ -210,7 +218,7 @@
     fi
     ;;
 
-  bison|yacc)
+  bison*|yacc*)
     echo 1>&2 "\
 WARNING: \`$1' $msg.  You should only need it if
          you modified a \`.y' file.  You may need the \`Bison' package
@@ -240,7 +248,7 @@
     fi
     ;;
 
-  lex|flex)
+  lex*|flex*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.l' file.  You may need the \`Flex' package
@@ -263,7 +271,7 @@
     fi
     ;;
 
-  help2man)
+  help2man*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
         you modified a dependency of a manual page.  You may need the
@@ -277,11 +285,11 @@
     else
        test -z "$file" || exec >$file
        echo ".ab help2man is required to generate this page"
-       exit 1
+       exit $?
     fi
     ;;
 
-  makeinfo)
+  makeinfo*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.texi' or \`.texinfo' file, or any other file
@@ -310,7 +318,7 @@
     touch $file
     ;;
 
-  tar)
+  tar*)
     shift
 
     # We have already tried tar in the generic part.
@@ -363,5 +371,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
 # End:
Files old/limal-1.6.1/po/af.gmo and new/limal-1.6.2/po/af.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/af.po new/limal-1.6.2/po/af.po
--- old/limal-1.6.1/po/af.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/af.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2006-11-03 12:03\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/ar.gmo and new/limal-1.6.2/po/ar.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/ar.po new/limal-1.6.2/po/ar.po
--- old/limal-1.6.1/po/ar.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/ar.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-22 19:06\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/bn.gmo and new/limal-1.6.2/po/bn.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/bn.po new/limal-1.6.2/po/bn.po
--- old/limal-1.6.1/po/bn.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/bn.po    2011-04-05 14:41:31.000000000 +0200
@@ -2,10 +2,11 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2004-08-09 10:24+0200\n"
 "Last-Translator: Priyavert Sharma<[email protected]>\n"
 "Language-Team: AgreeYa Solutions<[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/ca.gmo and new/limal-1.6.2/po/ca.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/ca.po new/limal-1.6.2/po/ca.po
--- old/limal-1.6.1/po/ca.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/ca.po    2011-04-05 14:41:31.000000000 +0200
@@ -8,10 +8,11 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-02-22 21:07+0100\n"
 "Last-Translator: Anna <[email protected]>\n"
 "Language-Team: Catalan\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -215,5 +216,5 @@
 #: typemaps/perl5/_limal_Callback.i:409
 msgid "Cannot find swig type information for '%1' result type."
 msgstr ""
-"No es pot trobar la informació del tipus del swig per al tipus de resultat '%"
-"1'."
+"No es pot trobar la informació del tipus del swig per al tipus de resultat "
+"'%1'."
Files old/limal-1.6.1/po/cs.gmo and new/limal-1.6.2/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/cs.po new/limal-1.6.2/po/cs.po
--- old/limal-1.6.1/po/cs.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/cs.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-09 10:52\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/da.gmo and new/limal-1.6.2/po/da.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/da.po new/limal-1.6.2/po/da.po
--- old/limal-1.6.1/po/da.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/da.po    2011-04-05 14:41:31.000000000 +0200
@@ -11,10 +11,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-08-24 12:05+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team:  <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/de.gmo and new/limal-1.6.2/po/de.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/de.po new/limal-1.6.2/po/de.po
--- old/limal-1.6.1/po/de.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/de.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-08 15:19\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/el.gmo and new/limal-1.6.2/po/el.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/el.po new/limal-1.6.2/po/el.po
--- old/limal-1.6.1/po/el.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/el.po    2011-04-05 14:41:31.000000000 +0200
@@ -11,10 +11,11 @@
 msgstr ""
 "Project-Id-Version: limal.el\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2008-06-06 01:04+0100\n"
 "Last-Translator: Vasileios Giannakopoulos <[email protected]>\n"
 "Language-Team: Ελληνικά <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/en_GB.gmo and new/limal-1.6.2/po/en_GB.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/en_GB.po new/limal-1.6.2/po/en_GB.po
--- old/limal-1.6.1/po/en_GB.po 2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/en_GB.po 2011-04-05 14:41:31.000000000 +0200
@@ -9,10 +9,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-05-25 21:05+0100\n"
 "Last-Translator: Benjamin Weber <[email protected]>\n"
 "Language-Team:  <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/es.gmo and new/limal-1.6.2/po/es.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/es.po new/limal-1.6.2/po/es.po
--- old/limal-1.6.1/po/es.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/es.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-22 13:34\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/fi.gmo and new/limal-1.6.2/po/fi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/fi.po new/limal-1.6.2/po/fi.po
--- old/limal-1.6.1/po/fi.po    2009-07-13 12:21:24.000000000 +0200
+++ new/limal-1.6.2/po/fi.po    2011-04-05 14:41:31.000000000 +0200
@@ -12,10 +12,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2006-10-24 21:05+0300\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/fr.gmo and new/limal-1.6.2/po/fr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/fr.po new/limal-1.6.2/po/fr.po
--- old/limal-1.6.1/po/fr.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/fr.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-21 16:42\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/gu.gmo and new/limal-1.6.2/po/gu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/gu.po new/limal-1.6.2/po/gu.po
--- old/limal-1.6.1/po/gu.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/gu.po    2011-04-05 14:41:31.000000000 +0200
@@ -2,10 +2,11 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2004-08-09 10:24+0200\n"
 "Last-Translator: Priyavert Sharma<[email protected]>\n"
 "Language-Team: AgreeYa Solutions<[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/hi.gmo and new/limal-1.6.2/po/hi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/hi.po new/limal-1.6.2/po/hi.po
--- old/limal-1.6.1/po/hi.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/hi.po    2011-04-05 14:41:31.000000000 +0200
@@ -2,10 +2,11 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2005-07-29 15:37+0530\n"
 "Last-Translator: Priyavert Sharma<[email protected]>\n"
 "Language-Team: AgreeYa Solutions<[email protected]>>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/hr.gmo and new/limal-1.6.2/po/hr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/hr.po new/limal-1.6.2/po/hr.po
--- old/limal-1.6.1/po/hr.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/hr.po    2011-04-05 14:41:31.000000000 +0200
@@ -9,15 +9,16 @@
 msgstr ""
 "Project-Id-Version: limal.hr\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-09-22 20:42+0200\n"
 "Last-Translator: Krešimir Jozić <[email protected]>\n"
 "Language-Team: Hrvatski\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\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"
 "X-Generator: KBabel 1.11.4\n"
 
 #: src/ByteBuffer.cpp:249 src/ByteBuffer.cpp:299 src/ByteBuffer.cpp:316
Files old/limal-1.6.1/po/hu.gmo and new/limal-1.6.2/po/hu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/hu.po new/limal-1.6.2/po/hu.po
--- old/limal-1.6.1/po/hu.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/hu.po    2011-04-05 14:41:31.000000000 +0200
@@ -11,10 +11,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-08-15 17:16+0200\n"
 "Last-Translator: Kalman Kemenczy <[email protected]>\n"
 "Language-Team:  <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/it.gmo and new/limal-1.6.2/po/it.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/it.po new/limal-1.6.2/po/it.po
--- old/limal-1.6.1/po/it.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/it.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-22 18:25\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -202,8 +203,8 @@
 #: typemaps/perl5/_limal_Callback.i:379
 msgid "Cannot find swig type information for '%1' request type."
 msgstr ""
-"Impossibile trovare le informazioni di tipo swig per il tipo di richiesta '%"
-"1'."
+"Impossibile trovare le informazioni di tipo swig per il tipo di richiesta "
+"'%1'."
 
 #: typemaps/perl5/_limal_Callback.i:386
 msgid "Cannot allocate Perl object for '%1' request type."
@@ -212,5 +213,5 @@
 #: typemaps/perl5/_limal_Callback.i:409
 msgid "Cannot find swig type information for '%1' result type."
 msgstr ""
-"Impossibile trovare le informazioni di tipo swig per il tipo di risultato '%"
-"1'."
+"Impossibile trovare le informazioni di tipo swig per il tipo di risultato "
+"'%1'."
Files old/limal-1.6.1/po/ja.gmo and new/limal-1.6.2/po/ja.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/ja.po new/limal-1.6.2/po/ja.po
--- old/limal-1.6.1/po/ja.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/ja.po    2011-04-05 14:41:31.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-21 10:05\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/km.gmo and new/limal-1.6.2/po/km.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/km.po new/limal-1.6.2/po/km.po
--- old/limal-1.6.1/po/km.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/km.po    2011-04-05 14:41:31.000000000 +0200
@@ -12,10 +12,11 @@
 msgstr ""
 "Project-Id-Version: limal.km\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2008-04-25 16:14+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/ko.gmo and new/limal-1.6.2/po/ko.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/ko.po new/limal-1.6.2/po/ko.po
--- old/limal-1.6.1/po/ko.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/ko.po    2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-08 13:45\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/mr.gmo and new/limal-1.6.2/po/mr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/mr.po new/limal-1.6.2/po/mr.po
--- old/limal-1.6.1/po/mr.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/mr.po    2011-04-05 14:41:32.000000000 +0200
@@ -2,10 +2,11 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2005-07-29 15:37+0530\n"
 "Last-Translator: Priyavert Sharma <[email protected]>\n"
 "Language-Team: AgreeYa Solutions <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/nb.gmo and new/limal-1.6.2/po/nb.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/nb.po new/limal-1.6.2/po/nb.po
--- old/limal-1.6.1/po/nb.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/nb.po    2011-04-05 14:41:32.000000000 +0200
@@ -10,10 +10,11 @@
 msgstr ""
 "Project-Id-Version: limal.nb\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-08-08 08:58+0200\n"
 "Last-Translator: Rune Nordbøe Skillingstad <[email protected]>\n"
 "Language-Team: Norwegian\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/nl.gmo and new/limal-1.6.2/po/nl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/nl.po new/limal-1.6.2/po/nl.po
--- old/limal-1.6.1/po/nl.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/nl.po    2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-22 09:04\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/pl.gmo and new/limal-1.6.2/po/pl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/pl.po new/limal-1.6.2/po/pl.po
--- old/limal-1.6.1/po/pl.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/pl.po    2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-20 22:36\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/pt.gmo and new/limal-1.6.2/po/pt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/pt.po new/limal-1.6.2/po/pt.po
--- old/limal-1.6.1/po/pt.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/pt.po    2011-04-05 14:41:32.000000000 +0200
@@ -9,10 +9,11 @@
 msgstr ""
 "Project-Id-Version: limal.pt\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-06-20 23:19+0100\n"
 "Last-Translator: Antonio Cardoso Martins <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -201,8 +202,8 @@
 #: typemaps/perl5/_limal_Callback.i:379
 msgid "Cannot find swig type information for '%1' request type."
 msgstr ""
-"Não é possível encontrar a informação do tipo swig para o tipo de pedido '%"
-"1'."
+"Não é possível encontrar a informação do tipo swig para o tipo de pedido "
+"'%1'."
 
 #: typemaps/perl5/_limal_Callback.i:386
 msgid "Cannot allocate Perl object for '%1' request type."
Files old/limal-1.6.1/po/pt_BR.gmo and new/limal-1.6.2/po/pt_BR.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/pt_BR.po new/limal-1.6.2/po/pt_BR.po
--- old/limal-1.6.1/po/pt_BR.po 2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/pt_BR.po 2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-22 19:26\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -196,8 +197,8 @@
 #: typemaps/perl5/_limal_Callback.i:379
 msgid "Cannot find swig type information for '%1' request type."
 msgstr ""
-"Impossível encontrar informações do tipo swig para o tipo de solicitação '%"
-"1'."
+"Impossível encontrar informações do tipo swig para o tipo de solicitação "
+"'%1'."
 
 #: typemaps/perl5/_limal_Callback.i:386
 msgid "Cannot allocate Perl object for '%1' request type."
Files old/limal-1.6.1/po/ro.gmo and new/limal-1.6.2/po/ro.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/ro.po new/limal-1.6.2/po/ro.po
--- old/limal-1.6.1/po/ro.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/ro.po    2011-04-05 14:41:32.000000000 +0200
@@ -9,10 +9,11 @@
 msgstr ""
 "Project-Id-Version: limal.ro\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2007-12-22 23:49+0100\n"
 "Last-Translator: \n"
 "Language-Team:  <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/ru.gmo and new/limal-1.6.2/po/ru.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/ru.po new/limal-1.6.2/po/ru.po
--- old/limal-1.6.1/po/ru.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/ru.po    2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-22 18:03\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/sv.gmo and new/limal-1.6.2/po/sv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/sv.po new/limal-1.6.2/po/sv.po
--- old/limal-1.6.1/po/sv.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/sv.po    2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-21 14:32\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/ta.gmo and new/limal-1.6.2/po/ta.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/ta.po new/limal-1.6.2/po/ta.po
--- old/limal-1.6.1/po/ta.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/ta.po    2011-04-05 14:41:32.000000000 +0200
@@ -2,10 +2,11 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2003-08-14 10:47+0200\n"
 "Last-Translator: Priyavert Sharma<[email protected]>\n"
 "Language-Team: AgreeYa Solutions<[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/uk.gmo and new/limal-1.6.2/po/uk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/uk.po new/limal-1.6.2/po/uk.po
--- old/limal-1.6.1/po/uk.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/uk.po    2011-04-05 14:41:32.000000000 +0200
@@ -10,16 +10,17 @@
 msgstr ""
 "Project-Id-Version: limal.uk\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2008-06-03 19:10-0700\n"
 "Last-Translator: Ivan Petrouchtchak <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
+"Language: uk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\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"
 
 #: src/ByteBuffer.cpp:249 src/ByteBuffer.cpp:299 src/ByteBuffer.cpp:316
 msgid "ByteBuffer index out of bounds: size=%1, pos=%2."
Files old/limal-1.6.1/po/xh.gmo and new/limal-1.6.2/po/xh.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/xh.po new/limal-1.6.2/po/xh.po
--- old/limal-1.6.1/po/xh.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/xh.po    2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2006-11-03 12:03\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/zh_CN.gmo and new/limal-1.6.2/po/zh_CN.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/zh_CN.po new/limal-1.6.2/po/zh_CN.po
--- old/limal-1.6.1/po/zh_CN.po 2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/zh_CN.po 2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-23 07:18\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/zh_TW.gmo and new/limal-1.6.2/po/zh_TW.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/zh_TW.po new/limal-1.6.2/po/zh_TW.po
--- old/limal-1.6.1/po/zh_TW.po 2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/zh_TW.po 2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2009-01-21 13:40\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
Files old/limal-1.6.1/po/zu.gmo and new/limal-1.6.2/po/zu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/po/zu.po new/limal-1.6.2/po/zu.po
--- old/limal-1.6.1/po/zu.po    2009-07-13 12:21:25.000000000 +0200
+++ new/limal-1.6.2/po/zu.po    2011-04-05 14:41:32.000000000 +0200
@@ -5,10 +5,11 @@
 msgstr ""
 "Project-Id-Version: limal\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2009-07-10 14:12+0200\n"
+"POT-Creation-Date: 2011-04-05 14:41+0200\n"
 "PO-Revision-Date: 2006-11-03 12:03\n"
 "Last-Translator: Novell Language <[email protected]>\n"
 "Language-Team: Novell Language <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to