Hello community, here is the log from the commit of package four-in-a-row for openSUSE:Factory checked in at 2016-05-11 16:37:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/four-in-a-row (Old) and /work/SRC/openSUSE:Factory/.four-in-a-row.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "four-in-a-row" Changes: -------- --- /work/SRC/openSUSE:Factory/four-in-a-row/four-in-a-row.changes 2016-03-29 14:36:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.four-in-a-row.new/four-in-a-row.changes 2016-05-11 16:37:42.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 7 08:47:32 UTC 2016 - [email protected] + +- Update to version 3.20.1: + + Updated translations. + +------------------------------------------------------------------- Old: ---- four-in-a-row-3.20.0.tar.xz New: ---- four-in-a-row-3.20.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ four-in-a-row.spec ++++++ --- /var/tmp/diff_new_pack.R4qfvz/_old 2016-05-11 16:37:43.000000000 +0200 +++ /var/tmp/diff_new_pack.R4qfvz/_new 2016-05-11 16:37:43.000000000 +0200 @@ -17,7 +17,7 @@ Name: four-in-a-row -Version: 3.20.0 +Version: 3.20.1 Release: 0 Summary: Connect Four Game for GNOME License: GPL-2.0+ and GPL-3.0+ ++++++ four-in-a-row-3.20.0.tar.xz -> four-in-a-row-3.20.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/NEWS new/four-in-a-row-3.20.1/NEWS --- old/four-in-a-row-3.20.0/NEWS 2016-03-21 14:53:48.000000000 +0100 +++ new/four-in-a-row-3.20.1/NEWS 2016-05-07 02:05:46.000000000 +0200 @@ -1,3 +1,8 @@ +3.20.1 - May 6, 2016 +==================== + +* Updated translations + 3.20.0 - March 21, 2016 ======================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/configure new/four-in-a-row-3.20.1/configure --- old/four-in-a-row-3.20.0/configure 2016-03-21 14:54:19.000000000 +0100 +++ new/four-in-a-row-3.20.1/configure 2016-05-07 02:06:24.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Four-in-a-Row 3.20.0. +# Generated by GNU Autoconf 2.69 for Four-in-a-Row 3.20.1. # # Report bugs to <https://bugzilla.gnome.org/>. # @@ -639,8 +639,8 @@ # Identity of this package. PACKAGE_NAME='Four-in-a-Row' PACKAGE_TARNAME='four-in-a-row' -PACKAGE_VERSION='3.20.0' -PACKAGE_STRING='Four-in-a-Row 3.20.0' +PACKAGE_VERSION='3.20.1' +PACKAGE_STRING='Four-in-a-Row 3.20.1' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/' PACKAGE_URL='https://wiki.gnome.org/Apps/Four-in-a-row' @@ -1357,7 +1357,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 Four-in-a-Row 3.20.0 to adapt to many kinds of systems. +\`configure' configures Four-in-a-Row 3.20.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1423,7 +1423,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Four-in-a-Row 3.20.0:";; + short | recursive ) echo "Configuration of Four-in-a-Row 3.20.1:";; esac cat <<\_ACEOF @@ -1539,7 +1539,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Four-in-a-Row configure 3.20.0 +Four-in-a-Row configure 3.20.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1594,7 +1594,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Four-in-a-Row $as_me 3.20.0, which was +It was created by Four-in-a-Row $as_me 3.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2457,7 +2457,7 @@ # Define the identity of the package. PACKAGE='four-in-a-row' - VERSION='3.20.0' + VERSION='3.20.1' cat >>confdefs.h <<_ACEOF @@ -5686,7 +5686,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Four-in-a-Row $as_me 3.20.0, which was +This file was extended by Four-in-a-Row $as_me 3.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5753,7 +5753,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Four-in-a-Row config.status 3.20.0 +Four-in-a-Row config.status 3.20.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/configure.ac new/four-in-a-row-3.20.1/configure.ac --- old/four-in-a-row-3.20.0/configure.ac 2016-03-21 14:53:18.000000000 +0100 +++ new/four-in-a-row-3.20.1/configure.ac 2016-05-07 02:05:35.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Four-in-a-Row], [3.20.0], [https://bugzilla.gnome.org/], +AC_INIT([Four-in-a-Row], [3.20.1], [https://bugzilla.gnome.org/], [four-in-a-row], [https://wiki.gnome.org/Apps/Four-in-a-row]) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/po/fur.po new/four-in-a-row-3.20.1/po/fur.po --- old/four-in-a-row-3.20.0/po/fur.po 2015-11-25 22:09:02.000000000 +0100 +++ new/four-in-a-row-3.20.1/po/fur.po 2016-05-07 02:04:16.000000000 +0200 @@ -8,14 +8,14 @@ "Project-Id-Version: four-in-a-row master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=four-" "in-a-row&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-10-28 06:27+0000\n" -"PO-Revision-Date: 2015-10-28 15:13+0100\n" +"POT-Creation-Date: 2016-04-10 17:41+0000\n" +"PO-Revision-Date: 2016-04-10 20:30+0200\n" +"Last-Translator: Fabio Tomat <[email protected]>\n" "Language-Team: Friulian <[email protected]>\n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Last-Translator: Fabio Tomat <[email protected]>\n" "X-Generator: Poedit 1.8.5\n" #: ../data/four-in-a-row.appdata.xml.in.h:1 @@ -38,8 +38,8 @@ msgstr "" "Un classic zûc par fameis, l'obietîf di Fuarce 4 al è chel di creâ une rie " "di cuatri modons dal tô colôr intant che tu ciris di fermâ il to aversari " -"(uman o calcoladôr). Une rie a pues sedi orizontâl, verticâl o diagonâl: cui " -"che al rive par prin a metiju cuatri in linie al vinç!" +"(uman o calcoladôr). Une rie e pues jessi orizontâl, verticâl o diagonâl: " +"cui che al rive par prin a metiju cuatri in linie al vinç!" #: ../data/four-in-a-row.appdata.xml.in.h:4 msgid "" @@ -55,7 +55,7 @@ #: ../data/four-in-a-row.ui.h:2 msgid "Undo your most recent move" -msgstr "Anule le tô ultime mosse" +msgstr "Anule la tô ultime mosse" #: ../data/four-in-a-row.ui.h:3 msgid "_Hint" @@ -81,7 +81,7 @@ msgid "" "Zero is human; one through three correspond to the level of the computer " "player." -msgstr "Zero al è uman; da un a trê al corispuint il nivel dal computer." +msgstr "Zero al è uman; di un a trê al corispuint il nivel dal computer." #: ../data/org.gnome.four-in-a-row.gschema.xml.h:3 msgid "Theme ID" @@ -137,7 +137,7 @@ "Unable to load image:\n" "%s" msgstr "" -"Impussibil cjariâ la inmagjin:\n" +"Impussibil cjariâ la imagjin:\n" "%s" #: ../src/main.c:476 @@ -248,7 +248,7 @@ #. keyboard tab #: ../src/prefs.c:243 msgid "Keyboard Controls" -msgstr "Controi da tastiere" +msgstr "Controi di tastiere" #: ../src/theme.c:40 msgid "High Contrast" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/po/pt.po new/four-in-a-row-3.20.1/po/pt.po --- old/four-in-a-row-3.20.0/po/pt.po 2015-10-09 04:45:53.000000000 +0200 +++ new/four-in-a-row-3.20.1/po/pt.po 2016-05-07 02:04:16.000000000 +0200 @@ -5,22 +5,23 @@ # Duarte Loreto <[email protected]>, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013. # Tiago S. <[email protected]>, 2014. # Pedro Albuquerque <[email protected]>, 2015. +# Sérgio Cardeira <[email protected]>, 2016. # msgid "" msgstr "" "Project-Id-Version: 3.12\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=four-" "in-a-row&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-07-26 17:00+0000\n" -"PO-Revision-Date: 2015-07-26 20:59+0100\n" -"Last-Translator: Pedro Albuquerque <[email protected]>\n" -"Language-Team: Português <[email protected]>\n" +"POT-Creation-Date: 2016-02-18 18:29+0000\n" +"PO-Revision-Date: 2016-02-19 01:14-0100\n" +"Last-Translator: Sérgio Cardeira <[email protected]>\n" +"Language-Team: Português <[email protected]>\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 2.91.7\n" #: ../data/four-in-a-row.appdata.xml.in.h:1 #: ../data/four-in-a-row.desktop.in.h:1 ../data/four-in-a-row.ui.h:1 @@ -207,7 +208,7 @@ #: ../src/main.c:1134 msgid "_Help" -msgstr "A_Juda" +msgstr "A_juda" #: ../src/main.c:1135 msgid "_About" @@ -251,7 +252,7 @@ #: ../src/prefs.c:238 msgid "E_nable sounds" -msgstr "Ativar _Sons" +msgstr "Ativar _sons" #. keyboard tab #: ../src/prefs.c:243 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/src/ai.c new/four-in-a-row-3.20.1/src/ai.c --- old/four-in-a-row-3.20.0/src/ai.c 2016-03-21 14:54:26.000000000 +0100 +++ new/four-in-a-row-3.20.1/src/ai.c 2016-05-07 02:06:28.000000000 +0200 @@ -1,4 +1,4 @@ -/* ai.c generated by valac 0.31.1.12-d87fb, the Vala compiler +/* ai.c generated by valac 0.32.0.13-d82f, the Vala compiler * generated from ai.vala, do not modify */ /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- @@ -1795,15 +1795,15 @@ gchar result = '\0'; glong _tmp0_ = 0L; gchar _tmp1_ = '\0'; -#line 1082 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" +#line 1086 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" g_return_val_if_fail (self != NULL, '\0'); -#line 1083 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" +#line 1087 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" _tmp0_ = index; -#line 1083 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" +#line 1087 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" _tmp1_ = ((gchar*) self)[_tmp0_]; -#line 1083 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" +#line 1087 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" result = _tmp1_; -#line 1083 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" +#line 1087 "/home/mcatanzaro/src/jhbuild/install/share/vala-0.32/vapi/glib-2.0.vapi" return result; #line 1809 "ai.c" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/src/ai.h new/four-in-a-row-3.20.1/src/ai.h --- old/four-in-a-row-3.20.0/src/ai.h 2016-03-21 14:54:26.000000000 +0100 +++ new/four-in-a-row-3.20.1/src/ai.h 2016-05-07 02:06:28.000000000 +0200 @@ -1,4 +1,4 @@ -/* ai.h generated by valac 0.31.1.12-d87fb, the Vala compiler, do not modify */ +/* ai.h generated by valac 0.32.0.13-d82f, the Vala compiler, do not modify */ #ifndef __AI_H__ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/four-in-a-row-3.20.0/src/test-ai.c new/four-in-a-row-3.20.1/src/test-ai.c --- old/four-in-a-row-3.20.0/src/test-ai.c 2016-03-21 14:54:26.000000000 +0100 +++ new/four-in-a-row-3.20.1/src/test-ai.c 2016-05-07 02:06:28.000000000 +0200 @@ -1,4 +1,4 @@ -/* test-ai.c generated by valac 0.31.1.12-d87fb, the Vala compiler +/* test-ai.c generated by valac 0.32.0.13-d82f, the Vala compiler * generated from test-ai.vala, do not modify */ /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
