Hello community,

here is the log from the commit of package four-in-a-row for openSUSE:Factory 
checked in at 2015-04-23 07:56:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2015-03-30 19:17:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.four-in-a-row.new/four-in-a-row.changes 
2015-04-23 07:56:47.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 07:45:00 UTC 2015 - [email protected]
+
+- Update to version 3.16.1:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  four-in-a-row-3.16.0.tar.xz

New:
----
  four-in-a-row-3.16.1.tar.xz

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

Other differences:
------------------
++++++ four-in-a-row.spec ++++++
--- /var/tmp/diff_new_pack.V4689U/_old  2015-04-23 07:56:47.000000000 +0200
+++ /var/tmp/diff_new_pack.V4689U/_new  2015-04-23 07:56:47.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           four-in-a-row
-Version:        3.16.0
+Version:        3.16.1
 Release:        0
 Summary:        Connect Four Game for GNOME
 License:        GPL-2.0+ and GPL-3.0+

++++++ four-in-a-row-3.16.0.tar.xz -> four-in-a-row-3.16.1.tar.xz ++++++
++++ 2080 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/four-in-a-row-3.16.0/NEWS new/four-in-a-row-3.16.1/NEWS
--- old/four-in-a-row-3.16.0/NEWS       2015-03-22 19:04:20.000000000 +0100
+++ new/four-in-a-row-3.16.1/NEWS       2015-04-13 18:57:16.000000000 +0200
@@ -1,3 +1,8 @@
+3.16.1 - April 13, 2015
+=======================
+
+* Updated Brazilian Portuguese translation
+
 3.16.0 - March 22, 2015
 =======================
 
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/four-in-a-row-3.16.0/compile new/four-in-a-row-3.16.1/compile
--- old/four-in-a-row-3.16.0/compile    2015-03-22 19:05:28.000000000 +0100
+++ new/four-in-a-row-3.16.1/compile    2015-04-13 18:57:52.000000000 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
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/four-in-a-row-3.16.0/configure.ac new/four-in-a-row-3.16.1/configure.ac
--- old/four-in-a-row-3.16.0/configure.ac       2015-03-22 19:03:57.000000000 
+0100
+++ new/four-in-a-row-3.16.1/configure.ac       2015-04-13 18:57:33.000000000 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Four-in-a-Row], [3.16.0], [https://bugzilla.gnome.org/],
+AC_INIT([Four-in-a-Row], [3.16.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])
 AM_SILENT_RULES([yes])
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/four-in-a-row-3.16.0/missing new/four-in-a-row-3.16.1/missing
--- old/four-in-a-row-3.16.0/missing    2015-03-22 19:05:28.000000000 +0100
+++ new/four-in-a-row-3.16.1/missing    2015-04-13 18:57:52.000000000 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
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/four-in-a-row-3.16.0/po/Makefile.in.in 
new/four-in-a-row-3.16.1/po/Makefile.in.in
--- old/four-in-a-row-3.16.0/po/Makefile.in.in  2015-03-22 19:05:25.000000000 
+0100
+++ new/four-in-a-row-3.16.1/po/Makefile.in.in  2015-04-13 18:57:50.000000000 
+0200
@@ -33,8 +33,7 @@
 datadir = @datadir@
 datarootdir = @datarootdir@
 libdir = @libdir@
-DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+localedir = @localedir@
 subdir = po
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p@.
@@ -80,7 +79,7 @@
 
 .po.pox:
        $(MAKE) $(GETTEXT_PACKAGE).pot
-       $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
+       $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
 
 .po.mo:
        $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
@@ -108,7 +107,7 @@
 install-data-yes: all
        linguas="$(USE_LINGUAS)"; \
        for lang in $$linguas; do \
-         dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
+         dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
          $(mkdir_p) $$dir; \
          if test -r $$lang.gmo; then \
            $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
@@ -142,8 +141,8 @@
 uninstall:
        linguas="$(USE_LINGUAS)"; \
        for lang in $$linguas; do \
-         rm -f 
$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
-         rm -f 
$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
        done
 
 check: all $(GETTEXT_PACKAGE).pot
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/four-in-a-row-3.16.0/po/pt_BR.po new/four-in-a-row-3.16.1/po/pt_BR.po
--- old/four-in-a-row-3.16.0/po/pt_BR.po        2015-01-29 18:30:36.000000000 
+0100
+++ new/four-in-a-row-3.16.1/po/pt_BR.po        2015-04-13 17:26:20.000000000 
+0200
@@ -1,5 +1,5 @@
 # Brazilian Portuguese translation of four-in-a-row.
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2015 Free Software Foundation, Inc.
 # This file is distributed under the same license as the four-in-a-row package.
 # Sandro Nunes Henrique <[email protected]>, 1999.
 # Cândida Nunes da Silva <[email protected]>, 2000-2001.
@@ -21,7 +21,7 @@
 # Rodrigo Padula de Oliveira <[email protected]>, 2011.
 # Flamarion Jorge <[email protected]>, 2011.
 # Djavan Fagundes <[email protected]>, 2012.
-# Enrico Nicoletto <[email protected]>, 2013, 2014.
+# Enrico Nicoletto <[email protected]>, 2013, 2014, 2015.
 # Rafael Ferreira <[email protected]>, 2013, 2014.
 # Fábio Nogueira <[email protected]>, 2014.
 #
@@ -30,8 +30,8 @@
 "Project-Id-Version: four-in-a-row\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: 2014-09-02 04:52+0000\n"
-"PO-Revision-Date: 2014-09-02 10:00-0300\n"
+"POT-Creation-Date: 2015-03-23 18:02+0000\n"
+"PO-Revision-Date: 2015-03-23 16:42-0300\n"
 "Last-Translator: Enrico Nicoletto <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
@@ -39,10 +39,21 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Poedit 1.6.5\n"
+"X-Generator: Poedit 1.7.3\n"
 "X-Project-Style: gnome\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
+#: ../src/main.h:5
+msgid "Four-in-a-row"
+msgstr "Quatro-em-uma-linha"
+
+#: ../data/four-in-a-row.appdata.xml.in.h:2
+#: ../data/four-in-a-row.desktop.in.h:2
+msgid "Make lines of the same color to win"
+msgstr "Torne as linhas da mesma cor para vencer"
+
+#: ../data/four-in-a-row.appdata.xml.in.h:3
 msgid ""
 "A family classic, the objective of Four-in-a-row is to build a line of four "
 "of your marbles while trying to stop your opponent (human or computer) from "
@@ -55,7 +66,7 @@
 "horizontal, vertical ou diagonal. O primeiro jogador a conectar quatro em "
 "uma linha é o vencedor!"
 
-#: ../data/four-in-a-row.appdata.xml.in.h:2
+#: ../data/four-in-a-row.appdata.xml.in.h:4
 msgid ""
 "Four-in-a-row features multiple difficulty levels. If you're having trouble, "
 "you can always ask for a hint."
@@ -63,18 +74,30 @@
 "Quatro-em-uma-linha possui múltiplos níveis de dificuldade. Se você está "
 "tendo dificuldade, você sempre pode solicitar uma dica."
 
-#: ../data/four-in-a-row.desktop.in.h:1 ../src/main.c:1179 ../src/main.h:5
-msgid "Four-in-a-row"
-msgstr "Quatro-em-uma-linha"
-
-#: ../data/four-in-a-row.desktop.in.h:2
-msgid "Make lines of the same color to win"
-msgstr "Torne as linhas da mesma cor para vencer"
-
 #: ../data/four-in-a-row.desktop.in.h:3
 msgid "game;strategy;logic;"
 msgstr "jogo;game;estratégia;lógica;"
 
+#: ../data/four-in-a-row.ui.h:2
+msgid "Undo your most recent move"
+msgstr "Desfaz seu movimento mais recente"
+
+#: ../data/four-in-a-row.ui.h:3
+msgid "_Hint"
+msgstr "_Dica"
+
+#: ../data/four-in-a-row.ui.h:4
+msgid "Receive a hint for your next move"
+msgstr "Recebe uma dica para seu próximo movimento"
+
+#: ../data/four-in-a-row.ui.h:5
+msgid "_Start Over"
+msgstr "Re_iniciar"
+
+#: ../data/four-in-a-row.ui.h:6
+msgid "Start a new game"
+msgstr "Inicia um novo jogo"
+
 #: ../data/org.gnome.four-in-a-row.gschema.xml.h:1
 msgid "Opponent"
 msgstr "Oponente"
@@ -139,58 +162,52 @@
 "Não foi possível carregar a imagem:\n"
 "%s"
 
-#: ../src/main.c:510
+#: ../src/main.c:476
 msgid "It’s a draw!"
 msgstr "Empate!"
 
-#: ../src/main.c:519
+#: ../src/main.c:484
 msgid "You win!"
 msgstr "Você ganhou!"
 
-#: ../src/main.c:521 ../src/main.c:540
+#: ../src/main.c:486 ../src/main.c:502
 msgid "Your Turn"
 msgstr "Sua vez"
 
-#: ../src/main.c:524
+#: ../src/main.c:489
 msgid "I win!"
 msgstr "Eu ganhei!"
 
-#: ../src/main.c:526 ../src/main.c:631
+#: ../src/main.c:491 ../src/main.c:590
 msgid "I’m Thinking…"
 msgstr "Estou pensando…"
 
-#: ../src/main.c:644
+#: ../src/main.c:603
 #, c-format
 msgid "Hint: Column %d"
 msgstr "Dica: Coluna %d"
 
-#: ../src/main.c:672 ../src/main.c:676
+#: ../src/main.c:631 ../src/main.c:635
 msgid "You:"
 msgstr "Você:"
 
-#: ../src/main.c:673 ../src/main.c:675
+#: ../src/main.c:632 ../src/main.c:634
 msgid "Me:"
 msgstr "Eu:"
 
-#: ../src/main.c:721
+#: ../src/main.c:680
 msgid "Scores"
 msgstr "Pontuações"
 
-#: ../src/main.c:762
+#: ../src/main.c:721
 msgid "Drawn:"
 msgstr "Empatado:"
 
-#: ../src/main.c:810
-msgid ""
-"Connect four in a row to win.\n"
-"\n"
-"Four-in-a-row is a part of GNOME Games."
-msgstr ""
-"Conecte quarto em uma linha para ganhar.\n"
-"\n"
-"Quatro-em-uma-linha faz parte do GNOME Games."
+#: ../src/main.c:762
+msgid "Connect four in a row to win."
+msgstr "Conecte quatro em uma linha para vencer."
 
-#: ../src/main.c:813
+#: ../src/main.c:765
 msgid "translator-credits"
 msgstr ""
 "Sandro Nunes Henrique <[email protected]>\n"
@@ -209,51 +226,26 @@
 "Rodrigo Padula de Oliveira <[email protected]>\n"
 "Rafael Ferreira <[email protected]>"
 
-#: ../src/main.c:1188
-msgid "Undo your most recent move"
-msgstr "Desfaz seu movimento mais recente"
-
-#: ../src/main.c:1202
-msgid "_New Game"
-msgstr "_Novo jogo"
-
-#: ../src/main.c:1203
+#: ../src/main.c:1130
 msgid "_Scores"
 msgstr "_Pontuações"
 
-#: ../src/main.c:1204
+#: ../src/main.c:1131
 msgid "_Preferences"
 msgstr "_Preferências"
 
-#: ../src/main.c:1207
+#: ../src/main.c:1134
 msgid "_Help"
 msgstr "Aj_uda"
 
-#: ../src/main.c:1208
+#: ../src/main.c:1135
 msgid "_About"
 msgstr "_Sobre"
 
-#: ../src/main.c:1209
+#: ../src/main.c:1136
 msgid "_Quit"
 msgstr "Sai_r"
 
-#: ../src/main.c:1248
-msgid "_Hint"
-msgstr "_Dica"
-
-#: ../src/main.c:1254
-msgid "Receive a hint for your next move"
-msgstr "Recebe uma dica para seu próximo movimento"
-
-#: ../src/main.c:1258
-#| msgid "_Starting level:"
-msgid "_Start Over"
-msgstr "Re_iniciar"
-
-#: ../src/main.c:1264
-msgid "Start a new game"
-msgstr "Inicia um novo jogo"
-
 #: ../src/prefs.c:171
 msgid "Preferences"
 msgstr "Preferências"
@@ -375,6 +367,18 @@
 msgid "Stars and Rings"
 msgstr "Anéis e estrelas"
 
+#~ msgid ""
+#~ "Connect four in a row to win.\n"
+#~ "\n"
+#~ "Four-in-a-row is a part of GNOME Games."
+#~ msgstr ""
+#~ "Conecte quarto em uma linha para ganhar.\n"
+#~ "\n"
+#~ "Quatro-em-uma-linha faz parte do GNOME Games."
+
+#~ msgid "_New Game"
+#~ msgstr "_Novo jogo"
+
 #~ msgid "View help for this game"
 #~ msgstr "Vê a ajuda para este jogo"
 
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/four-in-a-row-3.16.0/src/ai.c new/four-in-a-row-3.16.1/src/ai.c
--- old/four-in-a-row-3.16.0/src/ai.c   2015-03-22 19:05:32.000000000 +0100
+++ new/four-in-a-row-3.16.1/src/ai.c   2015-04-13 17:26:30.000000000 +0200
@@ -1,4 +1,4 @@
-/* ai.c generated by valac 0.27.2.2-e6bbc, the Vala compiler
+/* ai.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from ai.vala, do not modify */
 
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
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/four-in-a-row-3.16.0/src/ai.h new/four-in-a-row-3.16.1/src/ai.h
--- old/four-in-a-row-3.16.0/src/ai.h   2015-03-22 19:05:32.000000000 +0100
+++ new/four-in-a-row-3.16.1/src/ai.h   2015-04-13 17:26:30.000000000 +0200
@@ -1,4 +1,4 @@
-/* ai.h generated by valac 0.27.2.2-e6bbc, the Vala compiler, do not modify */
+/* ai.h generated by valac 0.28.0.2-022b, the Vala compiler, do not modify */
 
 
 #ifndef __AI_H__
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/four-in-a-row-3.16.0/src/test-ai.c new/four-in-a-row-3.16.1/src/test-ai.c
--- old/four-in-a-row-3.16.0/src/test-ai.c      2015-03-22 19:05:32.000000000 
+0100
+++ new/four-in-a-row-3.16.1/src/test-ai.c      2015-04-13 17:26:30.000000000 
+0200
@@ -1,4 +1,4 @@
-/* test-ai.c generated by valac 0.27.2.2-e6bbc, the Vala compiler
+/* test-ai.c generated by valac 0.28.0.2-022b, the Vala compiler
  * generated from test-ai.vala, do not modify */
 
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-


Reply via email to