Hello community, here is the log from the commit of package five-or-more for openSUSE:Factory checked in at 2016-08-20 12:27:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/five-or-more (Old) and /work/SRC/openSUSE:Factory/.five-or-more.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "five-or-more" Changes: -------- --- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes 2016-08-05 18:17:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes 2016-08-20 12:27:21.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 17 11:19:52 UTC 2016 - [email protected] + +- Update to version 3.20.2: + + Fix theme loading. + + Updated translations. + +------------------------------------------------------------------- Old: ---- five-or-more-3.20.1.tar.xz New: ---- five-or-more-3.20.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ five-or-more.spec ++++++ --- /var/tmp/diff_new_pack.yYLjj4/_old 2016-08-20 12:27:22.000000000 +0200 +++ /var/tmp/diff_new_pack.yYLjj4/_new 2016-08-20 12:27:22.000000000 +0200 @@ -17,7 +17,7 @@ Name: five-or-more -Version: 3.20.1 +Version: 3.20.2 Release: 0 Summary: "Five or More" Game for GNOME License: GPL-2.0+ ++++++ five-or-more-3.20.1.tar.xz -> five-or-more-3.20.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/five-or-more-3.20.1/NEWS new/five-or-more-3.20.2/NEWS --- old/five-or-more-3.20.1/NEWS 2016-07-31 06:06:49.000000000 +0200 +++ new/five-or-more-3.20.2/NEWS 2016-08-17 12:38:52.000000000 +0200 @@ -1,3 +1,9 @@ +3.20.2 - August 17, 2016 +======================== + +* Fix theme loading +* Updated translations + 3.20.1 - July 30, 2016 ====================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/five-or-more-3.20.1/configure new/five-or-more-3.20.2/configure --- old/five-or-more-3.20.1/configure 2016-07-31 06:07:32.000000000 +0200 +++ new/five-or-more-3.20.2/configure 2016-08-17 12:39:33.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Five or More 3.20.1. +# Generated by GNU Autoconf 2.69 for Five or More 3.20.2. # # Report bugs to <https://bugzilla.gnome.org/>. # @@ -579,8 +579,8 @@ # Identity of this package. PACKAGE_NAME='Five or More' PACKAGE_TARNAME='five-or-more' -PACKAGE_VERSION='3.20.1' -PACKAGE_STRING='Five or More 3.20.1' +PACKAGE_VERSION='3.20.2' +PACKAGE_STRING='Five or More 3.20.2' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/' PACKAGE_URL='https://wiki.gnome.org/Apps/Five%20or%20more' @@ -1295,7 +1295,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 Five or More 3.20.1 to adapt to many kinds of systems. +\`configure' configures Five or More 3.20.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1361,7 +1361,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Five or More 3.20.1:";; + short | recursive ) echo "Configuration of Five or More 3.20.2:";; esac cat <<\_ACEOF @@ -1477,7 +1477,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Five or More configure 3.20.1 +Five or More configure 3.20.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1532,7 +1532,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Five or More $as_me 3.20.1, which was +It was created by Five or More $as_me 3.20.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2397,7 +2397,7 @@ # Define the identity of the package. PACKAGE='five-or-more' - VERSION='3.20.1' + VERSION='3.20.2' cat >>confdefs.h <<_ACEOF @@ -5527,7 +5527,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Five or More $as_me 3.20.1, which was +This file was extended by Five or More $as_me 3.20.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5594,7 +5594,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Five or More config.status 3.20.1 +Five or More config.status 3.20.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/five-or-more-3.20.1/configure.ac new/five-or-more-3.20.2/configure.ac --- old/five-or-more-3.20.1/configure.ac 2016-07-31 06:07:10.000000000 +0200 +++ new/five-or-more-3.20.2/configure.ac 2016-08-17 12:38:32.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Five or More], [3.20.1], [https://bugzilla.gnome.org/], +AC_INIT([Five or More], [3.20.2], [https://bugzilla.gnome.org/], [five-or-more], [https://wiki.gnome.org/Apps/Five%20or%20more]) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/five-or-more-3.20.1/po/es.po new/five-or-more-3.20.2/po/es.po --- old/five-or-more-3.20.1/po/es.po 2016-07-31 05:45:28.000000000 +0200 +++ new/five-or-more-3.20.2/po/es.po 2016-08-17 12:38:00.000000000 +0200 @@ -12,7 +12,7 @@ "Project-Id-Version: gnome-games.master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=five-" "or-more&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-12-18 05:42+0000\n" +"POT-Creation-Date: 2016-05-19 05:37+0000\n" "PO-Revision-Date: 2014-12-18 11:19+0100\n" "Last-Translator: Daniel Mustieles <[email protected]>\n" "Language-Team: Español; Castellano <[email protected]>\n" @@ -25,8 +25,8 @@ "X-Project-Style: gnome\n" #: ../data/five-or-more.appdata.xml.in.h:1 ../data/five-or-more.desktop.in.h:1 -#: ../data/five-or-more.ui.h:1 ../src/five-or-more.c:1175 -#: ../src/five-or-more.c:1718 +#: ../data/five-or-more.ui.h:1 ../src/five-or-more.c:1172 +#: ../src/five-or-more.c:1731 msgid "Five or More" msgstr "Cinco o más" @@ -58,8 +58,8 @@ msgid "game;strategy;logic;" msgstr "juego;estrategia;lógica;" -#: ../data/five-or-more-preferences.ui.h:1 ../data/menu.ui.h:3 -#: ../src/five-or-more.c:174 +#: ../data/five-or-more-preferences.ui.h:1 ../data/menu.ui.h:2 +#: ../src/five-or-more.c:171 msgid "Preferences" msgstr "Preferencias" @@ -120,22 +120,18 @@ msgstr "Iniciar un puzle nuevo" #: ../data/menu.ui.h:1 -msgid "New Game" -msgstr "Partida nueva" - -#: ../data/menu.ui.h:2 msgid "Scores" msgstr "Puntuación" -#: ../data/menu.ui.h:4 +#: ../data/menu.ui.h:3 msgid "Help" msgstr "Ayuda" -#: ../data/menu.ui.h:5 +#: ../data/menu.ui.h:4 msgid "About" msgstr "Acerca de" -#: ../data/menu.ui.h:6 +#: ../data/menu.ui.h:5 msgid "Quit" msgstr "Salir" @@ -225,11 +221,11 @@ msgid "Large" msgstr "Grande" -#: ../src/five-or-more.c:168 +#: ../src/five-or-more.c:165 msgid "Could not load theme" msgstr "No se pudo cargar el tema" -#: ../src/five-or-more.c:194 +#: ../src/five-or-more.c:191 #, c-format msgid "" "Unable to locate file:\n" @@ -242,7 +238,7 @@ "\n" "En su lugar se cargará el tema predeterminado." -#: ../src/five-or-more.c:201 +#: ../src/five-or-more.c:198 #, c-format msgid "" "Unable to locate file:\n" @@ -255,32 +251,32 @@ "\n" "Compruebe que «Cinco o más» esté instalado correctamente." -#: ../src/five-or-more.c:411 +#: ../src/five-or-more.c:407 msgid "Match five objects of the same type in a row to score!" msgstr "Para puntuar alinee cinco bolas del mismo color en una fila." -#: ../src/five-or-more.c:472 +#: ../src/five-or-more.c:468 msgid "Five or More Scores" msgstr "Puntuación de Cinco o más" -#: ../src/five-or-more.c:474 +#: ../src/five-or-more.c:470 msgid "_Board size:" msgstr "Tamaño del ta_blero:" -#: ../src/five-or-more.c:491 +#: ../src/five-or-more.c:487 msgid "Game Over!" msgstr "Juego terminado" #. Can't move there! -#: ../src/five-or-more.c:647 +#: ../src/five-or-more.c:644 msgid "You can’t move there!" msgstr "No puede mover ahí" -#: ../src/five-or-more.c:1177 +#: ../src/five-or-more.c:1174 msgid "GNOME port of the once-popular Color Lines game" msgstr "Adaptación a GNOME del popular juego de líneas de colores" -#: ../src/five-or-more.c:1183 +#: ../src/five-or-more.c:1180 msgid "translator-credits" msgstr "" "Daniel Mustieles <[email protected]>, 2008-2012\n" @@ -289,16 +285,15 @@ "Germán Poo Caamaño <[email protected]>\n" "Pablo Saratxaga <[email protected]>" -#: ../src/five-or-more.c:1307 -#| msgid "Are you sure you want to quit?" +#: ../src/five-or-more.c:1304 msgid "Are you sure you want to restart the game?" msgstr "¿Seguro que quiere reiniciar la partida?" -#: ../src/five-or-more.c:1310 +#: ../src/five-or-more.c:1307 msgid "_Cancel" msgstr "_Cancelar" -#: ../src/five-or-more.c:1311 +#: ../src/five-or-more.c:1308 msgid "_Restart" msgstr "_Reiniciar" @@ -338,6 +333,9 @@ msgid "Date" msgstr "Fecha" +#~ msgid "New Game" +#~ msgstr "Partida nueva" + #~ msgid "Five or More Preferences" #~ msgstr "Preferencias de Cinco o más" @@ -4863,7 +4861,7 @@ #~ msgstr "un hueco vacío en fundación" #~ msgid "an empty slot on the tableau" -#~ msgstr "un un hueco vacío en el tablero" +#~ msgstr "unhueco vacío en el tablero" #~ msgid "an empty foundation" #~ msgstr "una fundación vacía" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/five-or-more-3.20.1/src/five-or-more.c new/five-or-more-3.20.2/src/five-or-more.c --- old/five-or-more-3.20.1/src/five-or-more.c 2016-07-31 06:03:06.000000000 +0200 +++ new/five-or-more-3.20.2/src/five-or-more.c 2016-08-17 12:38:12.000000000 +0200 @@ -224,6 +224,9 @@ if (!ball_surface) return; + if (!boxsize) + return; + if (ball_preimage) { ball_pixbuf = games_preimage_render (ball_preimage, 4 * boxsize, 7 * boxsize);
