Hello community,

here is the log from the commit of package swell-foop for openSUSE:Factory 
checked in at 2016-11-12 14:48:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/swell-foop (Old)
 and      /work/SRC/openSUSE:Factory/.swell-foop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "swell-foop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/swell-foop/swell-foop.changes    2016-09-23 
11:36:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.swell-foop.new/swell-foop.changes       
2016-11-12 14:48:45.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 10 23:30:34 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.2:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  swell-foop-3.22.0.tar.xz

New:
----
  swell-foop-3.22.2.tar.xz

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

Other differences:
------------------
++++++ swell-foop.spec ++++++
--- /var/tmp/diff_new_pack.dsZC7o/_old  2016-11-12 14:48:46.000000000 +0100
+++ /var/tmp/diff_new_pack.dsZC7o/_new  2016-11-12 14:48:46.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           swell-foop
-Version:        3.22.0
+Version:        3.22.2
 Release:        0
 Summary:        Same Game for GNOME
 License:        GPL-2.0+

++++++ swell-foop-3.22.0.tar.xz -> swell-foop-3.22.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/Makefile.in 
new/swell-foop-3.22.2/Makefile.in
--- old/swell-foop-3.22.0/Makefile.in   2016-09-19 19:54:54.000000000 +0200
+++ new/swell-foop-3.22.2/Makefile.in   2016-11-07 22:55:00.000000000 +0100
@@ -156,7 +156,7 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in COPYING NEWS compile depcomp \
+am__DIST_COMMON = $(srcdir)/Makefile.in COPYING NEWS compile \
        install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
@@ -537,7 +537,7 @@
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+       tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
        $(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -562,7 +562,7 @@
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -580,7 +580,7 @@
 distcheck: dist
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lz*) \
@@ -590,7 +590,7 @@
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/NEWS new/swell-foop-3.22.2/NEWS
--- old/swell-foop-3.22.0/NEWS  2016-09-19 19:54:50.000000000 +0200
+++ new/swell-foop-3.22.2/NEWS  2016-11-07 22:54:49.000000000 +0100
@@ -1,3 +1,8 @@
+Swell Foop 3.22.2
+==================
+
+* Updated translations
+
 Swell Foop 3.22.0
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/configure 
new/swell-foop-3.22.2/configure
--- old/swell-foop-3.22.0/configure     2016-09-19 19:54:54.000000000 +0200
+++ new/swell-foop-3.22.2/configure     2016-11-07 22:55:00.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Swell Foop 3.22.0.
+# Generated by GNU Autoconf 2.69 for Swell Foop 3.22.2.
 #
 # Report bugs to <https://bugzilla.gnome.org/>.
 #
@@ -639,8 +639,8 @@
 # Identity of this package.
 PACKAGE_NAME='Swell Foop'
 PACKAGE_TARNAME='swell-foop'
-PACKAGE_VERSION='3.22.0'
-PACKAGE_STRING='Swell Foop 3.22.0'
+PACKAGE_VERSION='3.22.2'
+PACKAGE_STRING='Swell Foop 3.22.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Swell%20Foop'
 
@@ -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 Swell Foop 3.22.0 to adapt to many kinds of systems.
+\`configure' configures Swell Foop 3.22.2 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 Swell Foop 3.22.0:";;
+     short | recursive ) echo "Configuration of Swell Foop 3.22.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1539,7 +1539,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Swell Foop configure 3.22.0
+Swell Foop configure 3.22.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1640,7 +1640,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Swell Foop $as_me 3.22.0, which was
+It was created by Swell Foop $as_me 3.22.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2505,7 +2505,7 @@
 
 # Define the identity of the package.
  PACKAGE='swell-foop'
- VERSION='3.22.0'
+ VERSION='3.22.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5785,7 +5785,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Swell Foop $as_me 3.22.0, which was
+This file was extended by Swell Foop $as_me 3.22.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5843,7 +5843,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Swell Foop config.status 3.22.0
+Swell Foop config.status 3.22.2
 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/swell-foop-3.22.0/configure.ac 
new/swell-foop-3.22.2/configure.ac
--- old/swell-foop-3.22.0/configure.ac  2016-09-19 19:54:50.000000000 +0200
+++ new/swell-foop-3.22.2/configure.ac  2016-11-07 22:54:41.000000000 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Swell Foop], [3.22.0], [https://bugzilla.gnome.org/],
+AC_INIT([Swell Foop], [3.22.2], [https://bugzilla.gnome.org/],
         [swell-foop], [https://wiki.gnome.org/Apps/Swell%20Foop])
 AC_CONFIG_MACRO_DIR([m4])
 
Files old/swell-foop-3.22.0/help/ca/figures/start-up.png and 
new/swell-foop-3.22.2/help/ca/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/cs/figures/start-up.png and 
new/swell-foop-3.22.2/help/cs/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/de/figures/start-up.png and 
new/swell-foop-3.22.2/help/de/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/el/figures/start-up.png and 
new/swell-foop-3.22.2/help/el/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/es/figures/start-up.png and 
new/swell-foop-3.22.2/help/es/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/eu/figures/start-up.png and 
new/swell-foop-3.22.2/help/eu/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/fr/figures/start-up.png and 
new/swell-foop-3.22.2/help/fr/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/hu/figures/start-up.png and 
new/swell-foop-3.22.2/help/hu/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/it/figures/start-up.png and 
new/swell-foop-3.22.2/help/it/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/pt_BR/figures/start-up.png and 
new/swell-foop-3.22.2/help/pt_BR/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/sr/figures/start-up.png and 
new/swell-foop-3.22.2/help/sr/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/sr@latin/figures/start-up.png and 
new/swell-foop-3.22.2/help/sr@latin/figures/start-up.png differ
Files old/swell-foop-3.22.0/help/sv/figures/start-up.png and 
new/swell-foop-3.22.2/help/sv/figures/start-up.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/m4/pkg.m4 
new/swell-foop-3.22.2/m4/pkg.m4
--- old/swell-foop-3.22.0/m4/pkg.m4     2016-08-30 00:12:20.000000000 +0200
+++ new/swell-foop-3.22.2/m4/pkg.m4     2016-11-07 22:54:57.000000000 +0100
@@ -1,5 +1,5 @@
 dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29)
+dnl serial 11 (pkg-config-0.29.1)
 dnl
 dnl Copyright © 2004 Scott James Remnant <sc...@netsplit.com>.
 dnl Copyright © 2012-2015 Dan Nicholson <dbn.li...@gmail.com>
@@ -41,7 +41,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
     [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/po/eu.po 
new/swell-foop-3.22.2/po/eu.po
--- old/swell-foop-3.22.0/po/eu.po      2016-08-30 00:11:56.000000000 +0200
+++ new/swell-foop-3.22.2/po/eu.po      2016-11-07 22:53:59.000000000 +0100
@@ -2,24 +2,24 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2008, 2009, 2010, 2011, 2012, 
2013.
-# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2014, 2015.
 #
+# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2008, 2009, 2010, 2011, 2012, 
2013.
+# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2014, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: swell-foop master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=swell-";
-"foop&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2015-03-24 15:25+0100\n"
-"PO-Revision-Date: 2015-03-24 15:26+0100\n"
-"Last-Translator: Iñaki Larrañaga Murgoitio <doo...@zundan.com>\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=swell-fo";
+"op&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-08-13 20:37+0000\n"
+"PO-Revision-Date: 2016-09-20 12:18+0100\n"
+"Last-Translator: dooteo <doo...@zundan.com>\n"
 "Language-Team: Basque <librez...@librezale.org>\n"
 "Language: eu\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: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: ../data/org.gnome.swell-foop.gschema.xml.h:1
 msgid "The theme to use"
@@ -96,7 +96,7 @@
 
 #: ../data/swell-foop.appdata.xml.in.h:1 ../data/swell-foop.desktop.in.h:1
 #: ../src/swell-foop.vala:120 ../src/swell-foop.vala:145
-#: ../src/swell-foop.vala:455 ../src/swell-foop.vala:537
+#: ../src/swell-foop.vala:452 ../src/swell-foop.vala:534
 msgid "Swell Foop"
 msgstr "Swell Foop"
 
@@ -126,6 +126,10 @@
 "Swell Foop beti da oso azkarra jokatzeko, baina mahaiaren tamaina alda "
 "dezakezu nolabait geldotzeko."
 
+#: ../data/swell-foop.appdata.xml.in.h:5
+msgid "The GNOME Project"
+msgstr "GNOME proiektua"
+
 #: ../data/swell-foop.desktop.in.h:3
 msgid "game;logic;board;same;matching;"
 msgstr "jokoa;logika;taula;berdina;bat datorrena;"
@@ -205,36 +209,36 @@
 msgid "_About"
 msgstr "Honi _buruz"
 
-#: ../src/swell-foop.vala:154
+#: ../src/swell-foop.vala:152
 msgid "Start a new game"
 msgstr "Beste joko bat hasten du"
 
-#: ../src/swell-foop.vala:183
+#: ../src/swell-foop.vala:180
 msgid "Small"
 msgstr "Txikia"
 
-#: ../src/swell-foop.vala:184
+#: ../src/swell-foop.vala:181
 msgid "Normal"
 msgstr "Normala"
 
-#: ../src/swell-foop.vala:185
+#: ../src/swell-foop.vala:182
 msgid "Large"
 msgstr "Handia"
 
-#: ../src/swell-foop.vala:261
+#: ../src/swell-foop.vala:258
 #, c-format
 msgid "Score: %u"
 msgstr "Puntuazioa: %u"
 
-#: ../src/swell-foop.vala:320
+#: ../src/swell-foop.vala:317
 msgid "Colors"
 msgstr "Koloreak"
 
-#: ../src/swell-foop.vala:324
+#: ../src/swell-foop.vala:321
 msgid "Shapes and Colors"
 msgstr "Formak eta koloreak"
 
-#: ../src/swell-foop.vala:458
+#: ../src/swell-foop.vala:455
 msgid ""
 "I want to play that game!\n"
 "You know, they all light-up and you click on them and they vanish!"
@@ -243,23 +247,23 @@
 "Badakizu, denak pizten dira eta klik egin behar duzu haien gainean "
 "itzaltzeko."
 
-#: ../src/swell-foop.vala:459
+#: ../src/swell-foop.vala:456
 msgid "Copyright © 2009 Tim Horton"
 msgstr "Copyright-a © 2009 Tim Horton"
 
-#: ../src/swell-foop.vala:464
+#: ../src/swell-foop.vala:461
 msgid "translator-credits"
 msgstr "Hizkuntza Politikarako Sailburuordetza <hizk...@ej-gv.es>"
 
-#: ../src/swell-foop.vala:497
+#: ../src/swell-foop.vala:494
 msgid "Abandon this game to start a new one?"
 msgstr "Utzi joko hau berri batekin hasteko?"
 
-#: ../src/swell-foop.vala:498
+#: ../src/swell-foop.vala:495
 msgid "_Cancel"
 msgstr "_Utzi"
 
-#: ../src/swell-foop.vala:499
+#: ../src/swell-foop.vala:496
 msgid "_New Game"
 msgstr "_Joko berria"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/po/it.po 
new/swell-foop-3.22.2/po/it.po
--- old/swell-foop-3.22.0/po/it.po      2016-08-30 00:11:56.000000000 +0200
+++ new/swell-foop-3.22.2/po/it.po      2016-11-07 22:53:59.000000000 +0100
@@ -6,22 +6,23 @@
 # Francesco Marletta <francesco.marle...@tiscali.it>. 2002-2006.
 # Gruppo traduzione Italiano di Ubuntu <gruppo-traduzi...@ubuntu-it.org>, 
2007-2008
 # Milo Casagrande <m...@milo.name>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 
2015.
+# Gianvito Cavasoli <gianv...@gmx.it>, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: swell-foop\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=swell-";
 "foop&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2015-03-12 23:56+0000\n"
-"PO-Revision-Date: 2015-03-13 09:41+0100\n"
-"Last-Translator: Milo Casagrande <m...@milo.name>\n"
-"Language-Team: Italian <t...@lists.linux.it>\n"
+"POT-Creation-Date: 2016-08-13 20:37+0000\n"
+"PO-Revision-Date: 2016-10-04 15:18+0200\n"
+"Last-Translator: Gianvito Cavasoli <gianv...@gmx.it>\n"
+"Language-Team: Italiano <gnome-it-l...@gnome.org>\n"
 "Language: it\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: Poedit 1.7.5\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Gtranslator 2.91.7\n"
 
 #: ../data/org.gnome.swell-foop.gschema.xml.h:1
 msgid "The theme to use"
@@ -99,7 +100,7 @@
 # (ndt) nome di gioco
 #: ../data/swell-foop.appdata.xml.in.h:1 ../data/swell-foop.desktop.in.h:1
 #: ../src/swell-foop.vala:120 ../src/swell-foop.vala:145
-#: ../src/swell-foop.vala:455 ../src/swell-foop.vala:537
+#: ../src/swell-foop.vala:452 ../src/swell-foop.vala:534
 msgid "Swell Foop"
 msgstr "Swell Foop"
 
@@ -128,6 +129,10 @@
 "Swell Foop è un gioco veloce, ma è possibile allungarlo modificando la "
 "dimensione del tavolo di gioco."
 
+#: ../data/swell-foop.appdata.xml.in.h:5
+msgid "The GNOME Project"
+msgstr "Il progetto GNOME"
+
 #: ../data/swell-foop.desktop.in.h:3
 msgid "game;logic;board;same;matching;"
 msgstr "gioco;giochi;board;tavola;corrispondenza;tessere;caselle;"
@@ -208,36 +213,36 @@
 msgid "_About"
 msgstr "I_nformazioni"
 
-#: ../src/swell-foop.vala:154
+#: ../src/swell-foop.vala:152
 msgid "Start a new game"
 msgstr "Inizia una nuova partita"
 
-#: ../src/swell-foop.vala:183
+#: ../src/swell-foop.vala:180
 msgid "Small"
 msgstr "Piccolo"
 
-#: ../src/swell-foop.vala:184
+#: ../src/swell-foop.vala:181
 msgid "Normal"
 msgstr "Normale"
 
-#: ../src/swell-foop.vala:185
+#: ../src/swell-foop.vala:182
 msgid "Large"
 msgstr "Grande"
 
-#: ../src/swell-foop.vala:261
+#: ../src/swell-foop.vala:258
 #, c-format
 msgid "Score: %u"
 msgstr "Punteggio: %u"
 
-#: ../src/swell-foop.vala:320
+#: ../src/swell-foop.vala:317
 msgid "Colors"
 msgstr "Colori"
 
-#: ../src/swell-foop.vala:324
+#: ../src/swell-foop.vala:321
 msgid "Shapes and Colors"
 msgstr "Forme e colori"
 
-#: ../src/swell-foop.vala:458
+#: ../src/swell-foop.vala:455
 msgid ""
 "I want to play that game!\n"
 "You know, they all light-up and you click on them and they vanish!"
@@ -245,11 +250,11 @@
 "Voglio giocarci!\n"
 "Sai, si illuminano e tu devi farci clic sopra per farli sparire!"
 
-#: ../src/swell-foop.vala:459
+#: ../src/swell-foop.vala:456
 msgid "Copyright © 2009 Tim Horton"
 msgstr "Copyright © 2009 Tim Horton"
 
-#: ../src/swell-foop.vala:464
+#: ../src/swell-foop.vala:461
 msgid "translator-credits"
 msgstr ""
 "Milo Casagrande <m...@ubuntu.com>\n"
@@ -257,14 +262,14 @@
 "Francesco Marletta <francesco.marle...@tiscali.it>\n"
 "Fabrizio Stefani <f.s...@it.gnome.org>"
 
-#: ../src/swell-foop.vala:497
+#: ../src/swell-foop.vala:494
 msgid "Abandon this game to start a new one?"
 msgstr "Abbandona questa partita e iniziane una nuova?"
 
-#: ../src/swell-foop.vala:498
+#: ../src/swell-foop.vala:495
 msgid "_Cancel"
 msgstr "A_nnulla"
 
-#: ../src/swell-foop.vala:499
+#: ../src/swell-foop.vala:496
 msgid "_New Game"
 msgstr "_Nuova partita"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/po/nb.po 
new/swell-foop-3.22.2/po/nb.po
--- old/swell-foop-3.22.0/po/nb.po      2016-08-30 00:11:56.000000000 +0200
+++ new/swell-foop-3.22.2/po/nb.po      2016-11-07 22:53:59.000000000 +0100
@@ -1,14 +1,14 @@
 # Norwegian bokmål translation of fell-swoop.
 # Copyright © 1998-2002 Free Software Foundation, Inc.
-# Kjartan Maraas <kmar...@gnome.org>, 1998-2015.
+# Kjartan Maraas <kmar...@gnome.org>, 1998-2016.
 # Terance Edward Sola <tera...@lyse.net>, 2005.
 # Torstein Adolf Winterseth <kvike...@fsfe.org>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: fell-swoop 3.18.x\n"
+"Project-Id-Version: fell-swoop 3.22.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-10-19 19:21+0200\n"
-"PO-Revision-Date: 2015-10-19 19:24+0200\n"
+"POT-Creation-Date: 2016-10-16 12:19+0200\n"
+"PO-Revision-Date: 2016-10-16 12:19+0200\n"
 "Last-Translator: Kjartan Maraas <kmar...@gnome.org>\n"
 "Language-Team: Norwegian bokmål <i18n...@lister.ping.uio.no>\n"
 "Language: nb\n"
@@ -47,7 +47,8 @@
 
 #: ../data/org.gnome.swell-foop.gschema.xml.h:8
 msgid "Setting to decide whether to show first-run hint dialog or not."
-msgstr "Innstilling som bestemmer hvorvidt en dialog skal vises ved første 
kjøring."
+msgstr ""
+"Innstilling som bestemmer hvorvidt en dialog skal vises ved første kjøring."
 
 #: ../data/org.gnome.swell-foop.gschema.xml.h:9
 msgid "Zealous animation"
@@ -90,8 +91,8 @@
 msgstr "Operasjon"
 
 #: ../data/swell-foop.appdata.xml.in.h:1 ../data/swell-foop.desktop.in.h:1
-#: ../src/swell-foop.vala:120 ../src/swell-foop.vala:145
-#: ../src/swell-foop.vala:452 ../src/swell-foop.vala:534
+#: ../src/swell-foop.vala:125 ../src/swell-foop.vala:150
+#: ../src/swell-foop.vala:457 ../src/swell-foop.vala:539
 msgid "Swell Foop"
 msgstr "Swell Foop"
 
@@ -107,13 +108,24 @@
 "causing other squares to fall into place. It is not possible to remove a "
 "single square at a time. You get far more points for clearing a larger group "
 "of squares, and also for clearing the entire board."
-msgstr "Fjern så mange ruter som mulig fra brettet. Klikk på en gruppe av 
ruter med samme farge for å få dem alle til å forsvinne på et blunk, for så å 
la andre ruter falle på plass. Det er ikke mulig å fjerne en enkel rute for seg 
selv. Du får mange flere poeng ved å fjerne en større gruppe med ruter, og 
selvfølgelig også for å tømme hele brettet."
+msgstr ""
+"Fjern så mange ruter som mulig fra brettet. Klikk på en gruppe av ruter med "
+"samme farge for å få dem alle til å forsvinne på et blunk, for så å la andre "
+"ruter falle på plass. Det er ikke mulig å fjerne en enkel rute for seg selv. "
+"Du får mange flere poeng ved å fjerne en større gruppe med ruter, og "
+"selvfølgelig også for å tømme hele brettet."
 
 #: ../data/swell-foop.appdata.xml.in.h:4
 msgid ""
 "Swell Foop is always very quick to play, but you can make it somewhat longer "
 "by changing the board size."
-msgstr "Swell Foop er alltid et veldig raskt spill, men du kan få det til å 
vare lenger ved å endre størrelse på brettet."
+msgstr ""
+"Swell Foop er alltid et veldig raskt spill, men du kan få det til å vare "
+"lenger ved å endre størrelse på brettet."
+
+#: ../data/swell-foop.appdata.xml.in.h:5
+msgid "The GNOME Project"
+msgstr "GNOME prosjektet"
 
 #: ../data/swell-foop.desktop.in.h:3
 msgid "game;logic;board;same;matching;"
@@ -131,7 +143,7 @@
 msgid "Game Over!"
 msgstr "Spillet er over!"
 
-#: ../src/score-dialog.vala:28 ../src/swell-foop.vala:139
+#: ../src/score-dialog.vala:28 ../src/swell-foop.vala:144
 msgid "_Quit"
 msgstr "A_vslutt"
 
@@ -178,52 +190,52 @@
 msgid "Let's _Play"
 msgstr "La oss s_pille"
 
-#: ../src/swell-foop.vala:133
+#: ../src/swell-foop.vala:138
 msgid "_Scores"
 msgstr "_Poeng"
 
-#: ../src/swell-foop.vala:134
+#: ../src/swell-foop.vala:139
 msgid "_Preferences"
 msgstr "_Brukervalg"
 
-#: ../src/swell-foop.vala:137
+#: ../src/swell-foop.vala:142
 msgid "_Help"
 msgstr "_Hjelp"
 
-#: ../src/swell-foop.vala:138
+#: ../src/swell-foop.vala:143
 msgid "_About"
 msgstr "_Om"
 
-#: ../src/swell-foop.vala:152
+#: ../src/swell-foop.vala:157
 msgid "Start a new game"
 msgstr "Start et nytt spill"
 
-#: ../src/swell-foop.vala:180
+#: ../src/swell-foop.vala:185
 msgid "Small"
 msgstr "Liten"
 
-#: ../src/swell-foop.vala:181
+#: ../src/swell-foop.vala:186
 msgid "Normal"
 msgstr "Normal"
 
-#: ../src/swell-foop.vala:182
+#: ../src/swell-foop.vala:187
 msgid "Large"
 msgstr "Stor"
 
-#: ../src/swell-foop.vala:258
+#: ../src/swell-foop.vala:263
 #, c-format
 msgid "Score: %u"
 msgstr "Poeng: %u"
 
-#: ../src/swell-foop.vala:317
+#: ../src/swell-foop.vala:322
 msgid "Colors"
 msgstr "Farger"
 
-#: ../src/swell-foop.vala:321
+#: ../src/swell-foop.vala:326
 msgid "Shapes and Colors"
 msgstr "Former og farger"
 
-#: ../src/swell-foop.vala:455
+#: ../src/swell-foop.vala:460
 msgid ""
 "I want to play that game!\n"
 "You know, they all light-up and you click on them and they vanish!"
@@ -231,25 +243,25 @@
 "Jeg vil spille dette spillet!\n"
 "Du vet, det hvor alle lyser opp og du klikker på dem så forsvinner de!"
 
-#: ../src/swell-foop.vala:456
+#: ../src/swell-foop.vala:461
 msgid "Copyright © 2009 Tim Horton"
 msgstr "Opphavsrett © 2009 Tim Horton"
 
-#: ../src/swell-foop.vala:461
+#: ../src/swell-foop.vala:466
 msgid "translator-credits"
 msgstr ""
 "Kjartan Maraas <kmar...@gnome.org>\n"
 "Espen Stefansen <esp...@svn.gnome.org>\n"
 "Torstein Adolf Winterseth <kvike...@fsfe.org>"
 
-#: ../src/swell-foop.vala:494
+#: ../src/swell-foop.vala:499
 msgid "Abandon this game to start a new one?"
 msgstr "Forlat dette spillet for å starte et nytt?"
 
-#: ../src/swell-foop.vala:495
+#: ../src/swell-foop.vala:500
 msgid "_Cancel"
 msgstr "A_vbryt"
 
-#: ../src/swell-foop.vala:496
+#: ../src/swell-foop.vala:501
 msgid "_New Game"
 msgstr "_Nytt spill"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/src/game-view.c 
new/swell-foop-3.22.2/src/game-view.c
--- old/swell-foop-3.22.0/src/game-view.c       2016-08-30 00:12:27.000000000 
+0200
+++ new/swell-foop-3.22.2/src/game-view.c       2016-11-07 22:55:09.000000000 
+0100
@@ -1,4 +1,4 @@
-/* game-view.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* game-view.c generated by valac 0.34.2, the Vala compiler
  * generated from game-view.vala, do not modify */
 
 /*
@@ -1739,7 +1739,7 @@
                                        _tmp19_ = self->textures;
                                        _tmp19__length1 = 
self->textures_length1;
                                        _tmp20_ = i;
-                                       _tmp21_ = clutter_image_new ();
+                                       _tmp21_ = (ClutterImage*) 
clutter_image_new ();
                                        _g_object_unref0 (_tmp19_[_tmp20_]);
                                        _tmp19_[_tmp20_] = _tmp21_;
                                        _tmp22_ = _tmp19_[_tmp20_];
@@ -1780,7 +1780,7 @@
                        }
                        goto __catch0_g_error;
                }
-               _tmp39_ = clutter_image_new ();
+               _tmp39_ = (ClutterImage*) clutter_image_new ();
                _g_object_unref0 (self->cursor);
                self->cursor = _tmp39_;
                _tmp40_ = self->cursor;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/src/game.c 
new/swell-foop-3.22.2/src/game.c
--- old/swell-foop-3.22.0/src/game.c    2016-08-30 00:12:27.000000000 +0200
+++ new/swell-foop-3.22.2/src/game.c    2016-11-07 22:55:09.000000000 +0100
@@ -1,4 +1,4 @@
-/* game.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* game.c generated by valac 0.34.2, the Vala compiler
  * generated from game.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/src/history.c 
new/swell-foop-3.22.2/src/history.c
--- old/swell-foop-3.22.0/src/history.c 2016-08-30 00:12:27.000000000 +0200
+++ new/swell-foop-3.22.2/src/history.c 2016-11-07 22:55:09.000000000 +0100
@@ -1,4 +1,4 @@
-/* history.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* history.c generated by valac 0.34.2, the Vala compiler
  * generated from history.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/src/score-dialog.c 
new/swell-foop-3.22.2/src/score-dialog.c
--- old/swell-foop-3.22.0/src/score-dialog.c    2016-08-30 00:12:27.000000000 
+0200
+++ new/swell-foop-3.22.2/src/score-dialog.c    2016-11-07 22:55:09.000000000 
+0100
@@ -1,4 +1,4 @@
-/* score-dialog.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* score-dialog.c generated by valac 0.34.2, the Vala compiler
  * generated from score-dialog.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swell-foop-3.22.0/src/swell-foop.c 
new/swell-foop-3.22.2/src/swell-foop.c
--- old/swell-foop-3.22.0/src/swell-foop.c      2016-08-30 00:29:39.000000000 
+0200
+++ new/swell-foop-3.22.2/src/swell-foop.c      2016-11-07 22:55:09.000000000 
+0100
@@ -1,4 +1,4 @@
-/* swell-foop.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* swell-foop.c generated by valac 0.34.2, the Vala compiler
  * generated from swell-foop.vala, do not modify */
 
 /*


Reply via email to