Hello community,

here is the log from the commit of package four-in-a-row for openSUSE:13.1 
checked in at 2013-09-23 14:54:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/four-in-a-row (Old)
 and      /work/SRC/openSUSE:13.1/.four-in-a-row.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "four-in-a-row"

Changes:
--------
--- /work/SRC/openSUSE:13.1/four-in-a-row/four-in-a-row.changes 2013-09-23 
10:51:09.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.four-in-a-row.new/four-in-a-row.changes    
2013-09-23 14:54:59.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 21:07:44 UTC 2013 - [email protected]
+
+- Update to version 3.9.92:
+  + Add appdata file.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ four-in-a-row.spec ++++++
--- /var/tmp/diff_new_pack.qeSHYO/_old  2013-09-23 14:54:59.000000000 +0200
+++ /var/tmp/diff_new_pack.qeSHYO/_new  2013-09-23 14:54:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           four-in-a-row
-Version:        3.9.90
+Version:        3.9.92
 Release:        0
 Summary:        Connect Four Game for GNOME
 License:        GPL-2.0+
@@ -76,6 +76,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/four-in-a-row.appdata.xml
 %{_datadir}/applications/gnect.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++++++ four-in-a-row-3.9.90.tar.xz -> four-in-a-row-3.9.92.tar.xz ++++++
++++ 4002 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.9.90/NEWS new/four-in-a-row-3.9.92/NEWS
--- old/four-in-a-row-3.9.90/NEWS       2013-08-20 20:47:58.000000000 +0200
+++ new/four-in-a-row-3.9.92/NEWS       2013-09-17 00:37:24.000000000 +0200
@@ -1,3 +1,8 @@
+four-in-a-row 3.9.92
+====================
+
+* Add appdata file
+
 four-in-a-row 3.9.90
 ====================
 
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.9.90/configure.ac new/four-in-a-row-3.9.92/configure.ac
--- old/four-in-a-row-3.9.90/configure.ac       2013-08-20 20:44:51.000000000 
+0200
+++ new/four-in-a-row-3.9.92/configure.ac       2013-09-17 00:37:24.000000000 
+0200
@@ -1,4 +1,4 @@
-AC_INIT(four-in-a-row, 3.9.90)
+AC_INIT(four-in-a-row, 3.9.92)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE
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.9.90/data/Makefile.am 
new/four-in-a-row-3.9.92/data/Makefile.am
--- old/four-in-a-row-3.9.90/data/Makefile.am   2013-08-12 04:40:06.000000000 
+0200
+++ new/four-in-a-row-3.9.92/data/Makefile.am   2013-09-17 00:26:12.000000000 
+0200
@@ -31,11 +31,15 @@
 desktopdir       = $(datadir)/applications
 desktop_DATA     = $(desktop_in_files:.desktop.in.in=.desktop)
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = four-in-a-row.appdata.xml
+
 man_MANS     = four-in-a-row.6
 
 EXTRA_DIST = $(pixmap_DATA) \
              $(sounds_DATA) \
              $(velena_DATA) \
+            $(appdata_DATA) \
              $(desktop_in_files) \
              $(gsettings_in_file) \
              $(man_MANS)
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.9.90/data/four-in-a-row.appdata.xml 
new/four-in-a-row-3.9.92/data/four-in-a-row.appdata.xml
--- old/four-in-a-row-3.9.90/data/four-in-a-row.appdata.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.9.92/data/four-in-a-row.appdata.xml     2013-09-17 
00:26:12.000000000 +0200
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnect.desktop</id>
+ <licence>CC0</licence>
+ <description>
+  <p>
+   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
+   building a line of his or her own. A line can be horizontal, vertical or
+   diagonal. The first player to connect four in a row is the winner!
+  </p>
+  <p>
+   Four-in-a-row features multiple difficulty levels. If you're having trouble,
+   you can always ask for a hint.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="352" 
height="430">https://wiki.gnome.org/Four-in-a-row?action=AttachFile&#x26;do=get&#x26;target=four-in-a-row.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Four-in-a-row</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>
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.9.90/help/cs/basics.page 
new/four-in-a-row-3.9.92/help/cs/basics.page
--- old/four-in-a-row-3.9.90/help/cs/basics.page        2013-08-20 
20:48:41.000000000 +0200
+++ new/four-in-a-row-3.9.92/help/cs/basics.page        2013-09-17 
00:26:19.000000000 +0200
@@ -41,10 +41,7 @@
 <section id="quit">
   <title>Ukončení hry</title>
 
-  <p> Select <guiseq><gui style="menu">Game</gui>
-  <gui style="menuitem">Quit</gui></guiseq> or press
-  <keyseq><key>Ctrl</key><key>Q</key></keyseq> to quit <app>Four-in-a-row</app>
-  at any time.</p>
+  <p>Hru <app>Čtyři-v-řadě</app> můžete kdykoliv ukončit pomocí nabídky 
<guiseq><gui style="menu">Hra</gui> <gui 
style="menuitem">Ukončit</gui></guiseq> nebo zmáčknutím 
<keyseq><key>Ctrl</key><key>Q</key></keyseq>.</p>
 
 </section>
 
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.9.90/help/cs/cs.po new/four-in-a-row-3.9.92/help/cs/cs.po
--- old/four-in-a-row-3.9.90/help/cs/cs.po      2013-08-12 04:40:06.000000000 
+0200
+++ new/four-in-a-row-3.9.92/help/cs/cs.po      2013-09-17 00:26:12.000000000 
+0200
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-games\n"
-"POT-Creation-Date: 2013-04-30 15:31+0000\n"
+"POT-Creation-Date: 2013-08-12 04:20+0000\n"
 "PO-Revision-Date: 2013-07-18 12:04+0200\n"
 "Last-Translator: Marek Černocký <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -52,10 +52,10 @@
 #: C/index.page:18(page/title)
 msgid ""
 "<media type=\"image\" src=\"figures/logo.png\" width=\"22\" height=\"22\"> </"
-"media>Four-in-a-row"
+"media> Four-in-a-row"
 msgstr ""
 "<media type=\"image\" src=\"figures/logo.png\" width=\"22\" height=\"22\"> </"
-"media>Čtyři-v-řadě"
+"media> Čtyři-v-řadě"
 
 #: C/index.page:21(page/p)
 msgid ""
@@ -165,7 +165,7 @@
 "gui></guiseq> or press <keyseq><key>Ctrl</key><key>Q</key></keyseq> to quit "
 "<app>Four-in-a-row</app> at any time."
 msgstr ""
-"Hru <app>Čtyři-v-řadě</app> můžete kdykoliv ukončit pomocí nabídky <gui><gui "
+"Hru <app>Čtyři-v-řadě</app> můžete kdykoliv ukončit pomocí nabídky 
<guiseq><gui "
 "style=\"menu\">Hra</gui> <gui style=\"menuitem\">Ukončit</gui></guiseq> nebo "
 "zmáčknutím <keyseq><key>Ctrl</key><key>Q</key></keyseq>."
 
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.9.90/help/cs/index.page 
new/four-in-a-row-3.9.92/help/cs/index.page
--- old/four-in-a-row-3.9.90/help/cs/index.page 2013-08-20 20:48:42.000000000 
+0200
+++ new/four-in-a-row-3.9.92/help/cs/index.page 2013-09-17 00:26:19.000000000 
+0200
@@ -20,8 +20,7 @@
     </mal:credit>
   </info>
 
-  <title><media type="image" src="figures/logo.png" width="22" height="22">
-  </media> Four-in-a-row</title>
+  <title><media type="image" src="figures/logo.png" width="22" height="22"> 
</media> Čtyři-v-řadě</title>
 
   <p><app>Čtyři-v-řadě</app> je strategická hra pro GNOME. Cílem hry je 
sestavit řadu čtyř svých kuliček, ať už vodorovně, svisle či úhlopříčně, a 
přitom se snažit zabránit svému protihráči udělat to samé.</p>
 
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.9.90/help/es/es.po new/four-in-a-row-3.9.92/help/es/es.po
--- old/four-in-a-row-3.9.90/help/es/es.po      2013-08-12 04:40:06.000000000 
+0200
+++ new/four-in-a-row-3.9.92/help/es/es.po      2013-09-17 00:26:12.000000000 
+0200
@@ -7,16 +7,16 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnect.HEAD\n"
-"POT-Creation-Date: 2013-04-30 15:31+0000\n"
-"PO-Revision-Date: 2013-05-02 19:29+0200\n"
+"POT-Creation-Date: 2013-08-12 04:20+0000\n"
+"PO-Revision-Date: 2013-09-02 16:57+0200\n"
 "Last-Translator: Daniel Mustieles <[email protected]>\n"
-"Language-Team: Español; Castellano <[email protected]>\n"
+"Language-Team: Español <[email protected]>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Gtranslator 2.91.5\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
 #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
 msgctxt "_"
@@ -35,10 +35,6 @@
 #. update your localized copy. The msgstr is not used at all. Set it to
 #. whatever you like once you have updated your copy of the file.
 #: C/index.page:18(media)
-#| msgctxt "_"
-#| msgid ""
-#| "external ref='figures/mainwindow.png' "
-#| "md5='372e2515d12d07635a88bff671cc1a14'"
 msgctxt "_"
 msgid "external ref='figures/logo.png' md5='88c47a548de8979ce6e6ea169b1e904f'"
 msgstr "external ref='figures/logo.png' md5='88c47a548de8979ce6e6ea169b1e904f'"
@@ -56,12 +52,15 @@
 msgstr "Índice"
 
 #: C/index.page:18(page/title)
+#| msgid ""
+#| "<media type=\"image\" src=\"figures/logo.png\" width=\"22\" height=\"22"
+#| "\"> </media>Four-in-a-row"
 msgid ""
 "<media type=\"image\" src=\"figures/logo.png\" width=\"22\" height=\"22\"> </"
-"media>Four-in-a-row"
+"media> Four-in-a-row"
 msgstr ""
 "<media type=\"image\" src=\"figures/logo.png\" width=\"22\" height=\"22\"> </"
-"media>Cuatro en raya"
+"media> Cuatro en raya"
 
 #: C/index.page:21(page/p)
 msgid ""
@@ -128,7 +127,6 @@
 "<app>Cuatro en raya</app>."
 
 #: C/basics.page:21(page/title)
-#| msgid "Introduction"
 msgid "Basic instructions"
 msgstr "Instrucciones básicas"
 
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.9.90/help/es/index.page 
new/four-in-a-row-3.9.92/help/es/index.page
--- old/four-in-a-row-3.9.90/help/es/index.page 2013-08-20 20:48:42.000000000 
+0200
+++ new/four-in-a-row-3.9.92/help/es/index.page 2013-09-17 00:26:19.000000000 
+0200
@@ -26,8 +26,7 @@
     </mal:credit>
   </info>
 
-  <title><media type="image" src="figures/logo.png" width="22" height="22">
-  </media> Four-in-a-row</title>
+  <title><media type="image" src="figures/logo.png" width="22" height="22"> 
</media> Cuatro en raya</title>
 
   <p><app>Cuatro en raya</app> es un juego de estrategia para GNOME. El 
objetivo del juego es conseguir cuatro canicas iguales en horizontal, vertical 
o en diagonal, impidiendo que el oponente haga lo mismo con las suyas.</p>
 
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.9.90/src/main.c new/four-in-a-row-3.9.92/src/main.c
--- old/four-in-a-row-3.9.90/src/main.c 2013-08-12 05:00:51.000000000 +0200
+++ new/four-in-a-row-3.9.92/src/main.c 2013-09-17 00:26:12.000000000 +0200
@@ -753,7 +753,7 @@
   gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG 
(scorebox))),
                      grid, TRUE, TRUE, 0);
 
-  icon = gtk_image_new_from_icon_name ("four-in-a-row", 48);
+  icon = gtk_image_new_from_icon_name ("four-in-a-row", GTK_ICON_SIZE_DIALOG);
   gtk_container_add (GTK_CONTAINER (grid), icon);
 
   grid2 = gtk_grid_new ();

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to