Hello community,

here is the log from the commit of package net6 for openSUSE:Factory
checked in at Mon May 2 16:22:37 CEST 2011.



--------
--- GNOME/net6/net6.changes     2009-12-24 12:14:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/net6/net6.changes      2011-04-26 
21:59:08.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 26 16:22:22 CEST 2011 - [email protected]
+
+- Update to version 1.3.13:
+  + Updated translations.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  net6-1.3.12.tar.bz2

New:
----
  net6-1.3.13.tar.bz2

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

Other differences:
------------------
++++++ net6.spec ++++++
--- /var/tmp/diff_new_pack.LQOjGa/_old  2011-05-02 16:22:03.000000000 +0200
+++ /var/tmp/diff_new_pack.LQOjGa/_new  2011-05-02 16:22:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package net6 (Version 1.3.12)
+# spec file for package net6
 #
-# Copyright (c) 2009 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
@@ -28,7 +28,7 @@
 License:        LGPLv2.1+
 Group:          Development/Libraries/GNOME
 AutoReqProv:    on
-Version:        1.3.12
+Version:        1.3.13
 Release:        1
 Summary:        Network access framework for IPv4/IPv6
 Source:         %{name}-%{version}.tar.bz2

++++++ net6-1.3.12.tar.bz2 -> net6-1.3.13.tar.bz2 ++++++
++++ 3438 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/net6-1.3.12/ChangeLog new/net6-1.3.13/ChangeLog
--- old/net6-1.3.12/ChangeLog   2009-12-23 15:55:59.000000000 +0100
+++ new/net6-1.3.13/ChangeLog   2011-04-14 18:44:54.000000000 +0200
@@ -1,3 +1,12 @@
+2011-04-14  Philipp Kern  <[email protected]>
+
+       * configure.ac:
+       * NEWS: bump version to 1.3.13 and document the changes
+
+2011-04-14  Philipp Kern  <[email protected]>
+
+       * po/*.po: refreshed from Launchpad
+
 2009-12-23  Philipp Kern  <[email protected]>
 
        * configure.ac: add AC_CONFIG_MACRO_DIR for libtoolize
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/net6-1.3.12/INSTALL new/net6-1.3.13/INSTALL
--- old/net6-1.3.12/INSTALL     2009-08-14 11:32:22.000000000 +0200
+++ new/net6-1.3.13/INSTALL     2010-01-18 07:28:57.000000000 +0100
@@ -4,8 +4,10 @@
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-   This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==================
@@ -13,7 +15,11 @@
    Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@
 you want to change it or regenerate `configure' using a newer version
 of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
      `./configure' to configure the package for your system.
@@ -53,12 +59,22 @@
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
-     the package.
+     the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
-     documentation.
+     documentation.  When installing into a prefix owned by root, it is
+     recommended that the package be configured and built as a regular
+     user, and only the `make install' phase executed with root
+     privileges.
+
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+     this time using the binaries in their final installed location.
+     This target does not install anything.  Running this target as a
+     regular user, particularly if the prior `make install' required
+     root privileges, verifies that the installation completed
+     correctly.
 
-  5. You can remove the program binaries and object files from the
+  6. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is
@@ -67,8 +83,15 @@
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
-  6. Often, you can also type `make uninstall' to remove the installed
-     files again.
+  7. Often, you can also type `make uninstall' to remove the installed
+     files again.  In practice, not all packages have tested that
+     uninstallation works correctly, even though it is required by the
+     GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+     distcheck', which can by used by developers to test that all other
+     targets like `make install' and `make uninstall' work correctly.
+     This target is generally not run by end users.
 
 Compilers and Options
 =====================
@@ -93,7 +116,8 @@
 own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.
 
    With a non-GNU `make', it is safer to compile the package for one
 architecture at a time in the source code directory.  After you have
@@ -120,7 +144,8 @@
    By default, `make install' installs the package's commands under
 `/usr/local/bin', include files under `/usr/local/include', etc.  You
 can specify an installation prefix other than `/usr/local' by giving
-`configure' the option `--prefix=PREFIX'.
+`configure' the option `--prefix=PREFIX', where PREFIX must be an
+absolute file name.
 
    You can specify separate installation prefixes for
 architecture-specific files and architecture-independent files.  If you
@@ -131,15 +156,46 @@
    In addition, if you use an unusual directory layout you can give
 options like `--bindir=DIR' to specify different values for particular
 kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
+you can set and what kinds of files go in them.  In general, the
+default for these options is expressed in terms of `${prefix}', so that
+specifying just `--prefix' will affect all of the other directory
+specifications that were not explicitly provided.
+
+   The most portable way to affect installation locations is to pass the
+correct locations to `configure'; however, many packages provide one or
+both of the following shortcuts of passing variable assignments to the
+`make install' command line to change installation locations without
+having to reconfigure or recompile.
+
+   The first method involves providing an override variable for each
+affected directory.  For example, `make install
+prefix=/alternate/directory' will choose an alternate location for all
+directory configuration variables that were expressed in terms of
+`${prefix}'.  Any directories that were specified during `configure',
+but not in terms of `${prefix}', must each be overridden at install
+time for the entire installation to be relocated.  The approach of
+makefile variable overrides for each directory variable is required by
+the GNU Coding Standards, and ideally causes no recompilation.
+However, some platforms have known limitations with the semantics of
+shared libraries that end up requiring recompilation when using this
+method, particularly noticeable in packages that use GNU Libtool.
+
+   The second method involves providing the `DESTDIR' variable.  For
+example, `make install DESTDIR=/alternate/directory' will prepend
+`/alternate/directory' before all installation names.  The approach of
+`DESTDIR' overrides is not required by the GNU Coding Standards, and
+does not work on platforms that have drive letters.  On the other hand,
+it does better at avoiding recompilation issues, and works well even
+when some directory options were not specified in terms of `${prefix}'
+at `configure' time.
+
+Optional Features
+=================
 
    If the package supports it, you can cause programs to be installed
 with an extra prefix or suffix on their names by giving `configure' the
 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
 
-Optional Features
-=================
-
    Some packages pay attention to `--enable-FEATURE' options to
 `configure', where FEATURE indicates an optional part of the package.
 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
@@ -152,6 +208,13 @@
 you can use the `configure' options `--x-includes=DIR' and
 `--x-libraries=DIR' to specify their locations.
 
+   Some packages offer the ability to configure how verbose the
+execution of `make' will be.  For these packages, running `./configure
+--enable-silent-rules' sets the default to minimal output, which can be
+overridden with `make V=1'; while running `./configure
+--disable-silent-rules' sets the default to verbose, which can be
+overridden with `make V=0'.
+
 Particular systems
 ==================
 
@@ -288,7 +351,7 @@
      `configure' can determine that directory automatically.
 
 `--prefix=DIR'
-     Use DIR as the installation prefix.  *Note Installation Names::
+     Use DIR as the installation prefix.  *note Installation Names::
      for more details, including other options available for fine-tuning
      the installation locations.
 
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/net6-1.3.12/NEWS new/net6-1.3.13/NEWS
--- old/net6-1.3.12/NEWS        2009-12-23 15:53:24.000000000 +0100
+++ new/net6-1.3.13/NEWS        2011-04-14 18:44:03.000000000 +0200
@@ -1,6 +1,9 @@
 net6
 ====
 
+Version 1.3.13:
+ * Updated translations
+
 Version 1.3.12:
  * Allow non-blocking sockets on *nix.
  * New translations:
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/net6-1.3.12/configure.ac new/net6-1.3.13/configure.ac
--- old/net6-1.3.12/configure.ac        2009-12-23 15:45:10.000000000 +0100
+++ new/net6-1.3.13/configure.ac        2011-04-14 18:44:34.000000000 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([net6], [1.3.12], [[email protected]])
+AC_INIT([net6], [1.3.13], [[email protected]])
 AM_INIT_AUTOMAKE(1.9 check-news)
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([inc/main.hpp])
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/net6-1.3.12/m4/libtool.m4 new/net6-1.3.13/m4/libtool.m4
--- old/net6-1.3.12/m4/libtool.m4       2009-05-05 16:37:57.000000000 +0200
+++ new/net6-1.3.13/m4/libtool.m4       2009-12-09 22:05:27.000000000 +0100
@@ -2445,7 +2445,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -3084,7 +3084,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -3705,7 +3705,7 @@
            ;;
        esac
        ;;
-      linux* | k*bsd*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
        case $cc_basename in
          KCC*)
            # KAI C++ Compiler
@@ -3989,7 +3989,7 @@
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -4285,6 +4285,7 @@
     fi
     supports_anon_versioning=no
     case `$LD -v 2>&1` in
+      *GNU\ gold*) supports_anon_versioning=yes ;;
       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
@@ -4376,7 +4377,7 @@
       _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols 
>$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs 
$compiler_flags ${wl}-h,$soname 
${wl}--retain-symbols-file,$output_objdir/$soname.expsym 
${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
       ;;
 
-    gnu* | linux* | tpf* | k*bsd*-gnu)
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
       tmp_diet=no
       if test "$host_os" = linux-dietlibc; then
        case $cc_basename in
@@ -5860,7 +5861,7 @@
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
 
-      linux* | k*bsd*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
         case $cc_basename in
           KCC*)
            # Kuck and Associates, Inc. (KAI) C++ Compiler
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/net6-1.3.12/m4/ltversion.m4 new/net6-1.3.13/m4/ltversion.m4
--- old/net6-1.3.12/m4/ltversion.m4     2009-05-05 16:37:57.000000000 +0200
+++ new/net6-1.3.13/m4/ltversion.m4     2009-12-09 22:05:28.000000000 +0100
@@ -9,15 +9,15 @@
 
 # Generated from ltversion.in.
 
-# serial 3012 ltversion.m4
+# serial 3017 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.3017])
 
 AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[macro_version='2.2.6b'
+macro_revision='1.3017'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
Files old/net6-1.3.12/po/de.gmo and new/net6-1.3.13/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/net6-1.3.12/po/de.po new/net6-1.3.13/po/de.po
--- old/net6-1.3.12/po/de.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/de.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6 1.3.0\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2007-11-07 10:42+0000\n"
-"Last-Translator: Philipp Kern <[email protected]>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2008-07-02 08:23+0000\n"
+"Last-Translator: Philipp Kern <[email protected]>\n"
 "Language-Team: German Translation Team <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2007-12-01 13:16+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/en_GB.gmo and new/net6-1.3.13/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/net6-1.3.12/po/en_GB.po new/net6-1.3.13/po/en_GB.po
--- old/net6-1.3.12/po/en_GB.po 2009-12-23 15:57:12.000000000 +0100
+++ new/net6-1.3.13/po/en_GB.po 2011-04-14 18:46:53.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2009-01-27 10:45+0000\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-12-23 18:19+0000\n"
 "Last-Translator: Jen Ockwell <[email protected]>\n"
 "Language-Team: English (United Kingdom) <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-23 14:48+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/es.gmo and new/net6-1.3.13/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/net6-1.3.12/po/es.po new/net6-1.3.13/po/es.po
--- old/net6-1.3.12/po/es.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/es.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2008-10-07 06:35+0000\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 19:42+0000\n"
 "Last-Translator: Paco Molinero <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
+"Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/fr.gmo and new/net6-1.3.13/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/net6-1.3.12/po/fr.po new/net6-1.3.13/po/fr.po
--- old/net6-1.3.12/po/fr.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/fr.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6 1.2.0\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2009-04-13 23:28+0000\n"
-"Last-Translator: Pierre Slamich <[email protected]>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2010-10-20 16:48+0000\n"
+"Last-Translator: Alexandre Franke <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 "X-Rosetta-Version: 0.1\n"
 
 #: src/error.cpp:42
@@ -188,7 +189,7 @@
 
 #: src/error.cpp:472
 msgid "Nonauthoritative host not found"
-msgstr ""
+msgstr "Pas de serveur non-autoritaire trouvé"
 
 #: src/error.cpp:474
 msgid "No data record of requested type"
Files old/net6-1.3.12/po/he.gmo and new/net6-1.3.13/po/he.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/net6-1.3.12/po/he.po new/net6-1.3.13/po/he.po
--- old/net6-1.3.12/po/he.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/he.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2008-03-17 14:50+0000\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 20:03+0000\n"
 "Last-Translator: Yaron <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
+"Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/it.gmo and new/net6-1.3.13/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/net6-1.3.12/po/it.po new/net6-1.3.13/po/it.po
--- old/net6-1.3.12/po/it.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/it.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2009-03-05 21:31+0000\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-10-06 14:28+0000\n"
 "Last-Translator: Sergio Zanchetta <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
+"Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
@@ -143,7 +144,7 @@
 
 #: src/error.cpp:450
 msgid "Connection timed out"
-msgstr "Connessione scaduta"
+msgstr "Connessione terminata"
 
 #: src/error.cpp:452
 msgid "Connection refused"
Files old/net6-1.3.12/po/ko.gmo and new/net6-1.3.13/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/net6-1.3.12/po/ko.po new/net6-1.3.13/po/ko.po
--- old/net6-1.3.12/po/ko.po    2009-12-23 15:57:12.000000000 +0100
+++ new/net6-1.3.13/po/ko.po    2011-04-14 18:46:53.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2009-09-29 21:13+0000\n"
-"Last-Translator: sungyup nham <Unknown>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-12-23 18:19+0000\n"
+"Last-Translator: Philipp Kern <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
+"Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-23 14:48+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/nb.gmo and new/net6-1.3.13/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/net6-1.3.12/po/nb.po new/net6-1.3.13/po/nb.po
--- old/net6-1.3.12/po/nb.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/nb.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2008-03-24 23:37+0000\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 19:55+0000\n"
 "Last-Translator: Morten Mytting Wang <[email protected]>\n"
 "Language-Team: Norwegian Bokmal <[email protected]>\n"
+"Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/nl.gmo and new/net6-1.3.13/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/net6-1.3.12/po/nl.po new/net6-1.3.13/po/nl.po
--- old/net6-1.3.12/po/nl.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/nl.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
 "PO-Revision-Date: 2006-06-29 17:10+0000\n"
 "Last-Translator: Rik.v.a. <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
+"Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2008-07-02 07:40+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/pt.gmo and new/net6-1.3.13/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/net6-1.3.12/po/pt.po new/net6-1.3.13/po/pt.po
--- old/net6-1.3.12/po/pt.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/pt.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2009-03-17 17:47+0000\n"
-"Last-Translator: João Mouro <Unknown>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 19:23+0000\n"
+"Last-Translator: Philipp Kern <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
+"Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
@@ -292,4 +293,4 @@
 
 #: src/error.cpp:528
 msgid "A nonrecoverable error has occured"
-msgstr ""
+msgstr "Ocorreu um erro irrecuperável"
Files old/net6-1.3.12/po/pt_BR.gmo and new/net6-1.3.13/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/net6-1.3.12/po/pt_BR.po new/net6-1.3.13/po/pt_BR.po
--- old/net6-1.3.12/po/pt_BR.po 2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/pt_BR.po 2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2008-03-05 23:10+0000\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 19:52+0000\n"
 "Last-Translator: André Gondim <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
+"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/ru.gmo and new/net6-1.3.13/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/net6-1.3.12/po/ru.po new/net6-1.3.13/po/ru.po
--- old/net6-1.3.12/po/ru.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/ru.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2008-03-23 14:49+0000\n"
-"Last-Translator: Anton Shestakov <Unknown>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 19:49+0000\n"
+"Last-Translator: Philipp Kern <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
+"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/sk.gmo and new/net6-1.3.13/po/sk.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/net6-1.3.12/po/sk.po new/net6-1.3.13/po/sk.po
--- old/net6-1.3.12/po/sk.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/sk.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2008-04-21 03:51+0000\n"
-"Last-Translator: salwator <Unknown>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 19:44+0000\n"
+"Last-Translator: Philipp Kern <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
+"Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/sv.gmo and new/net6-1.3.13/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/net6-1.3.12/po/sv.po new/net6-1.3.13/po/sv.po
--- old/net6-1.3.12/po/sv.po    2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/sv.po    2011-04-14 18:46:52.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6 1.2.0\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
 "PO-Revision-Date: 2007-09-01 22:22+0000\n"
 "Last-Translator: Daniel Nylander <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
+"Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2008-07-02 07:40+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 "X-Rosetta-Version: 0.1\n"
 
 #: src/error.cpp:42
Files old/net6-1.3.12/po/uk.gmo and new/net6-1.3.13/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/net6-1.3.12/po/uk.po new/net6-1.3.13/po/uk.po
--- old/net6-1.3.12/po/uk.po    2009-12-23 15:57:12.000000000 +0100
+++ new/net6-1.3.13/po/uk.po    2011-04-14 18:46:52.000000000 +0200
@@ -6,16 +6,16 @@
 msgstr ""
 "Project-Id-Version: net6_uk\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2009-10-11 13:40+0300\n"
-"Last-Translator: Yuri Chornoivan <[email protected]>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-10-11 12:00+0000\n"
+"Last-Translator: yurchor <Unknown>\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: Lokalize 0.3\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-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"
Files old/net6-1.3.12/po/zh_CN.gmo and new/net6-1.3.13/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/net6-1.3.12/po/zh_CN.po new/net6-1.3.13/po/zh_CN.po
--- old/net6-1.3.12/po/zh_CN.po 2009-11-15 14:02:46.000000000 +0100
+++ new/net6-1.3.13/po/zh_CN.po 2011-04-14 18:46:53.000000000 +0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: net6\n"
 "Report-Msgid-Bugs-To: http://gobby.0x539.de/trac/\n";
-"POT-Creation-Date: 2007-12-01 14:45+0100\n"
-"PO-Revision-Date: 2008-03-27 05:28+0000\n"
-"Last-Translator: Chen Ming <Unknown>\n"
+"POT-Creation-Date: 2011-04-14 18:46+0200\n"
+"PO-Revision-Date: 2009-08-24 20:07+0000\n"
+"Last-Translator: Philipp Kern <[email protected]>\n"
 "Language-Team: Simplified Chinese <[email protected]>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-08-24 12:28+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"X-Launchpad-Export-Date: 2011-04-14 12:04+0000\n"
+"X-Generator: Launchpad (build 12792)\n"
 
 #: src/error.cpp:42
 msgid "Invalid name"


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



Remember to have fun...

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

Reply via email to