Hello community, here is the log from the commit of package vte for openSUSE:Factory checked in at Tue Oct 18 14:32:41 CEST 2011.
-------- --- openSUSE:Factory/vte/vte.changes 2011-10-02 11:18:01.000000000 +0200 +++ /mounts/work_src_done/STABLE/vte/vte.changes 2011-10-17 20:24:51.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 17 20:23:51 CEST 2011 - [email protected] + +- Update to version 0.30.1: + + Updated translations. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- vte-0.30.0.tar.bz2 New: ---- vte-0.30.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vte.spec ++++++ --- /var/tmp/diff_new_pack.8NTI1V/_old 2011-10-18 14:32:35.000000000 +0200 +++ /var/tmp/diff_new_pack.8NTI1V/_new 2011-10-18 14:32:35.000000000 +0200 @@ -26,7 +26,7 @@ Url: http://www.gnome.org License: GPLv2+ Group: Development/Libraries/GNOME -Version: 0.30.0 +Version: 0.30.1 Release: 1 Summary: Terminal Emulator Library Source: http://download.gnome.org/sources/vte/0.30/%{name}-%{version}.tar.bz2 ++++++ vte-0.30.0.tar.bz2 -> vte-0.30.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/ChangeLog new/vte-0.30.1/ChangeLog --- old/vte-0.30.0/ChangeLog 2011-09-26 14:27:47.000000000 +0200 +++ new/vte-0.30.1/ChangeLog 2011-10-17 13:12:15.000000000 +0200 @@ -1,3 +1,30 @@ +commit 4927c3877e73cd7c11456d4b49081c9b99f7e72f +Author: Christian Persch <[email protected]> +Date: Sun Oct 16 19:51:01 2011 +0200 + + Version 0.30.1 + + NEWS | 5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit c62f7da3858643735673aed7f467ce363d18520d +Author: Volkan Yalçın <[email protected]> +Date: Fri Sep 30 01:58:10 2011 +0300 + + Updated Turkish translation + + po/tr.po | 99 +++++++++++++++++++++++++++---------------------------------- + 1 files changed, 44 insertions(+), 55 deletions(-) + +commit aaa1b57d1b51d22e893e331d1fcf1310ae5f76d0 +Author: Christian Persch <[email protected]> +Date: Mon Sep 26 14:32:59 2011 +0200 + + Post release version bump + + configure.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + commit 65c2024179edff36d1609b756fb909a3e1ccfd71 Author: Christian Persch <[email protected]> Date: Sat Sep 24 23:18:35 2011 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/NEWS new/vte-0.30.1/NEWS --- old/vte-0.30.0/NEWS 2011-09-26 14:26:10.000000000 +0200 +++ new/vte-0.30.1/NEWS 2011-10-17 13:07:31.000000000 +0200 @@ -1,6 +1,9 @@ -0.30.0 +0.30.1 ====== +- Translation updates +0.30.0 +====== - Translation updates 0.29.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/aclocal.m4 new/vte-0.30.1/aclocal.m4 --- old/vte-0.30.0/aclocal.m4 2011-09-26 14:26:28.000000000 +0200 +++ new/vte-0.30.1/aclocal.m4 2011-10-17 13:08:54.000000000 +0200 @@ -9624,6 +9624,10 @@ [CATOBJEXT=.mo DATADIRNAME=lib]) ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/configure new/vte-0.30.1/configure --- old/vte-0.30.0/configure 2011-09-26 14:26:29.000000000 +0200 +++ new/vte-0.30.1/configure 2011-10-17 13:08:56.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for vte 0.30.0. +# Generated by GNU Autoconf 2.65 for vte 0.30.1. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=vte>. # @@ -702,8 +702,8 @@ # Identity of this package. PACKAGE_NAME='vte' PACKAGE_TARNAME='vte' -PACKAGE_VERSION='0.30.0' -PACKAGE_STRING='vte 0.30.0' +PACKAGE_VERSION='0.30.1' +PACKAGE_STRING='vte 0.30.1' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=vte' PACKAGE_URL='' @@ -1549,7 +1549,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures vte 0.30.0 to adapt to many kinds of systems. +\`configure' configures vte 0.30.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1619,7 +1619,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vte 0.30.0:";; + short | recursive ) echo "Configuration of vte 0.30.1:";; esac cat <<\_ACEOF @@ -1743,7 +1743,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vte configure 0.30.0 +vte configure 0.30.1 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2207,7 +2207,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by vte $as_me 0.30.0, which was +It was created by vte $as_me 0.30.1, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -3020,7 +3020,7 @@ # Define the identity of the package. PACKAGE='vte' - VERSION='0.30.0' + VERSION='0.30.1' cat >>confdefs.h <<_ACEOF @@ -3109,7 +3109,7 @@ -LT_VERSION_INFO="3009:0:3000" +LT_VERSION_INFO="3009:1:3000" ################################################################################ @@ -12085,6 +12085,10 @@ fi ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib @@ -14012,7 +14016,7 @@ VTE_MINOR_VERSION=30 -VTE_MICRO_VERSION=0 +VTE_MICRO_VERSION=1 ################################################################################ @@ -14598,7 +14602,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by vte $as_me 0.30.0, which was +This file was extended by vte $as_me 0.30.1, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14664,7 +14668,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -vte config.status 0.30.0 +vte config.status 0.30.1 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/configure.in new/vte-0.30.1/configure.in --- old/vte-0.30.0/configure.in 2011-09-26 14:26:10.000000000 +0200 +++ new/vte-0.30.1/configure.in 2011-10-16 19:50:50.000000000 +0200 @@ -1,6 +1,6 @@ m4_define([version_major],0) m4_define([version_minor],30) -m4_define([version_micro],0) +m4_define([version_micro],1) m4_define([version_triplet],version_major.version_minor.version_micro) m4_define([so_major_adjust],9) dnl Don't change! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/doc/reference/html/index.html new/vte-0.30.1/doc/reference/html/index.html --- old/vte-0.30.0/doc/reference/html/index.html 2011-09-26 14:27:49.000000000 +0200 +++ new/vte-0.30.1/doc/reference/html/index.html 2011-10-17 13:12:17.000000000 +0200 @@ -15,14 +15,14 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">VTE Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - Documentation for VTE version 0.30.0 + Documentation for VTE version 0.30.1 . The latest version of this documentation can be found on-line at the <a class="ulink" href="http://library.gnome.org/devel/vte/" target="_top">GNOME Library</a>. </p></div> <div><p class="copyright">Copyright © 2009, 2010 Christian Persch</p></div> <div><div class="legalnotice"> -<a name="id2623513"></a><p> +<a name="id2843127"></a><p> Permission is granted to copy, distribute and/or modify this document under the terms of the <em class="citetitle">GNU Lesser General Public Licence</em>, Version 2.1 or (at your option) any later version published by the Free Software Foundation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/doc/reference/html/pt01.html new/vte-0.30.1/doc/reference/html/pt01.html --- old/vte-0.30.0/doc/reference/html/pt01.html 2011-09-26 14:27:49.000000000 +0200 +++ new/vte-0.30.1/doc/reference/html/pt01.html 2011-10-17 13:12:17.000000000 +0200 @@ -21,7 +21,7 @@ </tr></table> <div class="part"> <div class="titlepage"><div><div><h1 class="title"> -<a name="id2623565"></a>Part I. API Reference</h1></div></div></div> +<a name="id2843178"></a>Part I. API Reference</h1></div></div></div> <div class="toc"> <p><b>Table of Contents</b></p> <dl> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/doc/reference/html/vte-Version-Information.html new/vte-0.30.1/doc/reference/html/vte-Version-Information.html --- old/vte-0.30.0/doc/reference/html/vte-Version-Information.html 2011-09-26 14:27:49.000000000 +0200 +++ new/vte-0.30.1/doc/reference/html/vte-Version-Information.html 2011-10-17 13:12:17.000000000 +0200 @@ -78,7 +78,7 @@ <hr> <div class="refsect2"> <a name="VTE-MICRO-VERSION:CAPS"></a><h3>VTE_MICRO_VERSION</h3> -<pre class="programlisting">#define VTE_MICRO_VERSION (0) +<pre class="programlisting">#define VTE_MICRO_VERSION (1) </pre> <p> The micro version number of the VTE library diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/doc/reference/version.xml new/vte-0.30.1/doc/reference/version.xml --- old/vte-0.30.0/doc/reference/version.xml 2011-09-26 14:26:39.000000000 +0200 +++ new/vte-0.30.1/doc/reference/version.xml 2011-10-17 13:09:10.000000000 +0200 @@ -1 +1 @@ -0.30.0 +0.30.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/po/tr.po new/vte-0.30.1/po/tr.po --- old/vte-0.30.0/po/tr.po 2011-09-26 14:26:10.000000000 +0200 +++ new/vte-0.30.1/po/tr.po 2011-10-17 13:07:31.000000000 +0200 @@ -6,113 +6,102 @@ # Görkem �Getin <[email protected]>, 2003. # Arman Aksoy <[email protected]>, 2003. # Baris Cicek <[email protected]>, 2004, 2008. +# Volkan Yalçın <[email protected]>, 2011. msgid "" msgstr "" "Project-Id-Version: vte.HEAD.tr\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-31 14:31+0300\n" -"PO-Revision-Date: 2008-03-31 14:28+0300\n" -"Last-Translator: Baris Cicek <[email protected]>\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=vte&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-08-28 21:48+0000\n" +"PO-Revision-Date: 2011-09-09 12:17+0300\n" +"Last-Translator: Volkan Yalçın <[email protected]>\n" "Language-Team: Turkish <[email protected]>\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" +"X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=1; plural=0;\n" +"Language: tr\n" -#: ../src/iso2022.c:791 ../src/iso2022.c:799 ../src/iso2022.c:830 -#: ../src/vte.c:1851 +#: ../src/iso2022.c:779 ../src/iso2022.c:787 ../src/iso2022.c:818 +#: ../src/vte.c:2279 #, c-format msgid "Unable to convert characters from %s to %s." msgstr "Karakterler %s'den %s'e dönüştürülemiyor." -#: ../src/iso2022.c:1474 +#: ../src/iso2022.c:1472 #, c-format msgid "Attempt to set invalid NRC map '%c'." msgstr "Geçersiz NRC haritası '%c' ayarlanmaya çalışıldı." #. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details. -#: ../src/iso2022.c:1504 +#: ../src/iso2022.c:1502 msgid "Unrecognized identified coding system." msgstr "Anımsanmayan tanımlanmış kodlama sistemi." -#: ../src/iso2022.c:1563 ../src/iso2022.c:1590 +#: ../src/iso2022.c:1561 ../src/iso2022.c:1588 #, c-format msgid "Attempt to set invalid wide NRC map '%c'." msgstr "Geçersiz geniş NRC haritası '%c' ayarlanmaya çalışıldı." -#. Give the user some clue as to why session logging is not -#. * going to work (assuming we can open a pty using some other -#. * method). -#: ../src/pty.c:832 -#, c-format -msgid "can not run %s" -msgstr "%s çalıştırılamadı" - -#: ../src/reaper.c:136 -msgid "Error creating signal pipe." -msgstr "Sinyal borusu oluştururken hata." - #: ../src/trie.c:409 #, c-format msgid "Duplicate (%s/%s)!" msgstr "Çift (%s/%s)!" -#: ../src/vte.c:1231 +#. Bail back to normal mode. +#: ../src/vteapp.c:981 +msgid "Could not open console.\n" +msgstr "Konsol açılamadı.\n" + +#: ../src/vteapp.c:1077 +msgid "Could not parse the geometry spec passed to --geometry" +msgstr "--geometry'de belirtilen geometri belirtimi ayrıştırılamadı" + +#: ../src/vte.c:1305 #, c-format msgid "Error compiling regular expression \"%s\"." msgstr "Düzenli ifade derlenirken hata: \"%s\"." -#: ../src/vte.c:2713 ../src/vte.c:2718 -#, c-format -msgid "No handler for control sequence `%s' defined." -msgstr "`%s' kontrol serisi için işlemci tanımlanmamış." - #. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.c:3704 +#: ../src/vte.c:4593 #, c-format msgid "Error reading from child: %s." msgstr "Oğul süreçten okunurken hata: %s." -#: ../src/vte.c:3832 +#: ../src/vte.c:4720 msgid "Unable to send data to child, invalid charset convertor" msgstr "Alt sürece veri gönderilemedi, geçersiz karakter kümesi çevirici" -#: ../src/vte.c:3843 ../src/vte.c:4770 +#: ../src/vte.c:4731 ../src/vte.c:5793 #, c-format msgid "Error (%s) converting data for child, dropping." msgstr "Oğul süreç için veriyi çeviriken hata (%s), bırakılıyor." -#: ../src/vte.c:7016 +#: ../src/vte.c:7978 #, c-format -msgid "Error reading PTY size, using defaults: %s." -msgstr "PTY boyutu okunurken hata, öntanımlı değerler kullanılıyor: %s." - -#: ../src/vte.c:7052 -#, c-format -msgid "Error setting PTY size: %s." -msgstr "PTY boyutu ayarlanırken hata: %s." +msgid "Error reading PTY size, using defaults: %s\n" +msgstr "PTY boyutu okunurken hata, öntanımlı değerler kullanılıyor: %s\n" #. Aaargh. We're screwed. -#: ../src/vte.c:11526 +#: ../src/vte.c:13796 msgid "_vte_conv_open() failed setting word characters" msgstr "_vte_iconv_open() kelime karakterlerini ayarlarken başarısız oldu" -#: ../src/vteseq.c:3979 -#, c-format -msgid "Got unexpected (key?) sequence `%s'." -msgstr "Beklenmeyen (tuş?) serisi `%s' alındı." +#~ msgid "can not run %s" +#~ msgstr "%s çalıştırılamadı" -#. Bail back to normal mode. -#: ../src/vteapp.c:775 -msgid "Could not open console.\n" -msgstr "Konsol açılamadı.\n" +#~ msgid "Error creating signal pipe." +#~ msgstr "Sinyal borusu oluştururken hata." -#: ../src/vteapp.c:839 -msgid "Could not parse the geometry spec passed to --geometry" -msgstr "--geometry'de belirtilen geometri belirtimi ayrıştırılamadı" +#~ msgid "No handler for control sequence `%s' defined." +#~ msgstr "`%s' kontrol serisi için işlemci tanımlanmamış." -#: ../src/vteglyph.c:556 -#, c-format -msgid "Unknown pixel mode %d.\n" -msgstr "Bilinmeyen benek kipi %d.\n" +#~ msgid "Error setting PTY size: %s." +#~ msgstr "PTY boyutu ayarlanırken hata: %s." + +#~ msgid "Got unexpected (key?) sequence `%s'." +#~ msgstr "Beklenmeyen (tuş?) serisi `%s' alındı." + +#~ msgid "Unknown pixel mode %d.\n" +#~ msgstr "Bilinmeyen benek kipi %d.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.30.0/src/vteversion.h new/vte-0.30.1/src/vteversion.h --- old/vte-0.30.0/src/vteversion.h 2011-09-26 14:26:39.000000000 +0200 +++ new/vte-0.30.1/src/vteversion.h 2011-10-17 13:09:10.000000000 +0200 @@ -60,7 +60,7 @@ * * Since: 0.16.15 */ -#define VTE_MICRO_VERSION (0) +#define VTE_MICRO_VERSION (1) /** * VTE_CHECK_VERSION: continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
