commit iagno for openSUSE:Factory

2020-10-09 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-10-10 00:28:17

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.4249 (New)


Package is "iagno"

Sat Oct 10 00:28:17 2020 rev:40 rq:840246 version:3.36.7

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-08-07 
14:18:04.366349639 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.4249/iagno.changes2020-10-10 
00:28:22.481123969 +0200
@@ -1,0 +2,8 @@
+Wed Oct  7 17:38:37 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.7:
+  + Add missing posix,
+  + Updated translations.
+- Drop iagno-add-missing-posix.patch: Fixed upstream.
+
+---

Old:

  iagno-3.36.4.tar.xz
  iagno-add-missing-posix.patch

New:

  iagno-3.36.7.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.37osAv/_old  2020-10-10 00:28:23.161124306 +0200
+++ /var/tmp/diff_new_pack.37osAv/_new  2020-10-10 00:28:23.161124306 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   iagno
-Version:3.36.4
+Version:3.36.7
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Iagno
 Source0:
https://download.gnome.org/sources/iagno/3.36/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM iagno-add-missing-posix.patch -- Fix build with new vala
-Patch0: iagno-add-missing-posix.patch
 
 BuildRequires:  fdupes
 BuildRequires:  itstool

++ iagno-3.36.4.tar.xz -> iagno-3.36.7.tar.xz ++
 3040 lines of diff (skipped)




commit iagno for openSUSE:Factory

2020-08-07 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-08-07 14:14:32

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.3399 (New)


Package is "iagno"

Fri Aug  7 14:14:32 2020 rev:39 rq:824805 version:3.36.4

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-07-10 
15:31:47.727003494 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.3399/iagno.changes2020-08-07 
14:18:04.366349639 +0200
@@ -1,0 +2,5 @@
+Tue Aug  4 08:19:20 UTC 2020 - Bjørn Lie 
+
+- Add iagno-add-missing-posix.patch: Fix build with new vala.
+
+---

New:

  iagno-add-missing-posix.patch



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.m5XCes/_old  2020-08-07 14:18:13.806352476 +0200
+++ /var/tmp/diff_new_pack.m5XCes/_new  2020-08-07 14:18:13.810352477 +0200
@@ -24,6 +24,8 @@
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Iagno
 Source0:
https://download.gnome.org/sources/iagno/3.36/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM iagno-add-missing-posix.patch -- Fix build with new vala
+Patch0: iagno-add-missing-posix.patch
 
 BuildRequires:  fdupes
 BuildRequires:  itstool

++ iagno-add-missing-posix.patch ++
>From 0e8006992c09c112e38e85107038abb670b131c8 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro 
Date: Mon, 3 Aug 2020 13:47:43 -0500
Subject: [PATCH] Fix build of perfs-tests-generator.vala

Not sure exactly what changed, but Rico says: "likely a dependency isn't
pulling posix.vapi in anymore."

(cherry picked from commit 0100bab269f2102f24a6e41202b931da1b6e8dc5)
---
 src/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/meson.build b/src/meson.build
index f3d3a20..9925272 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -15,7 +15,8 @@ run_target('update-perfs-tests', command: executable 
('iagno-perfs-tests-generat
 '--enable-experimental-non-null'
 ],
 dependencies : [
-gio_dependency
+gio_dependency,
+posix_dependency
 ]
 )
 )
-- 
GitLab



commit iagno for openSUSE:Factory

2020-07-10 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-07-10 15:31:34

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.3060 (New)


Package is "iagno"

Fri Jul 10 15:31:34 2020 rev:38 rq:819937 version:3.36.4

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-06-05 
20:28:57.129302393 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.3060/iagno.changes2020-07-10 
15:31:47.727003494 +0200
@@ -1,0 +2,7 @@
+Sat Jul  4 09:41:05 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.4:
+  + Try to fix the symbolic icon.
+  + Updated translations.
+
+---

Old:

  iagno-3.36.3.tar.xz

New:

  iagno-3.36.4.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.9G5ywA/_old  2020-07-10 15:31:49.563009535 +0200
+++ /var/tmp/diff_new_pack.9G5ywA/_new  2020-07-10 15:31:49.567009548 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.36.3
+Version:3.36.4
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later

++ iagno-3.36.3.tar.xz -> iagno-3.36.4.tar.xz ++
 3372 lines of diff (skipped)




commit iagno for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-06-05 20:23:45

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.3606 (New)


Package is "iagno"

Fri Jun  5 20:23:45 2020 rev:37 rq:811873 version:3.36.3

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-04-27 
23:43:41.896157635 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.3606/iagno.changes2020-06-05 
20:28:57.129302393 +0200
@@ -1,0 +2,6 @@
+Fri Jun  5 09:12:17 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.3:
+  + Updated translations.
+
+---

Old:

  iagno-3.36.2.tar.xz

New:

  iagno-3.36.3.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.03yhbX/_old  2020-06-05 20:28:57.601303787 +0200
+++ /var/tmp/diff_new_pack.03yhbX/_new  2020-06-05 20:28:57.605303799 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.36.2
+Version:3.36.3
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later

++ iagno-3.36.2.tar.xz -> iagno-3.36.3.tar.xz ++
 1913 lines of diff (skipped)




commit iagno for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-04-27 23:43:38

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.2738 (New)


Package is "iagno"

Mon Apr 27 23:43:38 2020 rev:36 rq:798350 version:3.36.2

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-04-23 
18:31:50.472248845 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.2738/iagno.changes2020-04-27 
23:43:41.896157635 +0200
@@ -1,0 +2,7 @@
+Sat Apr 25 19:44:10 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.2:
+  + Adapt to new HC theme.
+  + Updated translations.
+
+---

Old:

  iagno-3.36.0.tar.xz

New:

  iagno-3.36.2.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.ikCwet/_old  2020-04-27 23:43:43.172160246 +0200
+++ /var/tmp/diff_new_pack.ikCwet/_new  2020-04-27 23:43:43.176160254 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.36.0
+Version:3.36.2
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later

++ iagno-3.36.0.tar.xz -> iagno-3.36.2.tar.xz ++
 5724 lines of diff (skipped)




commit iagno for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-04-23 18:31:45

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.2738 (New)


Package is "iagno"

Thu Apr 23 18:31:45 2020 rev:35 rq:795230 version:3.36.0

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-02-18 
10:35:56.944398958 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new.2738/iagno.changes2020-04-23 
18:31:50.472248845 +0200
@@ -1,0 +2,58 @@
+Wed Mar 11 00:16:10 UTC 2020 - mgo...@suse.com
+
+- Update to version 3.36.0:
+  + Updated translations.
+
+---
+Tue Feb 18 16:18:07 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 3.35.91:
+  + The “Escape” key works again during a game.
+  + The code that manages inputs (keyboard and mouse) changed
+a bit.
+  + Help had cosmetic improvements.
+  + Updated translations.
+
+---
+Fri Feb 14 08:58:01 UTC 2020 - dims...@opensuse.org
+
+- Update to version 3.35.90:
+  + The History button is now drawn using the same images as the
+board; it removes the need to ensure a working font is
+installed. It also allowed to optimize a bit.
+  + The "Vary start position" option now enables or disables the
+human opening when on a two-player game.
+  + Transition to the game also changed on large windows.
+  + Finally, help pages were reworked and are up-to-date.
+- Changes from version 3.35.3:
+  + There is now a new option (not checked by default) to highlight
+the playable tiles (yes, the playable ones, this time), for
+making the game easier for newcomers.
+  + In the New Game screen, arrows have been added to the
+menubuttons for clarifying a bit what they are.
+  + The window layout has improved on phone-like screens, with the
+game name being displayed in a bottom bar.
+- Changes from version 3.35.2:
+  + The most visible change is probably the first part of the
+replacement of the “Iagno” name by “Reversi”.
+  + There is now a “--print-logs” command-line option for recording
+a game.
+  + when configuring meson using option “-Dperfs_tests=true”, you
+can now check if the AI has been changed and test it for
+performance regressions.
+  + Iagno should now be activatable using D-Bus.
+- Changes from version 3.35.1:
+  + Many changes! The biggest one is of course that Iagno now
+allows to play the reversed reversi game, that is played like
+an usual reversi game, but where the goal is to finish with
+less tiles than your opponent.
+  + There is now a toggle to start with different initial
+positions randomly.
+  + For two-player games, this is replaced by an old-style opening,
+where players place the four initial tiles on the board.
+  + Another toggle to alternate who starts when a user is playing
+multiple times in a row.
+  + Updated help.
+  + Updated translations.
+
+---

Old:

  iagno-3.34.5.tar.xz

New:

  iagno-3.36.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.yxkQlp/_old  2020-04-23 18:31:52.928253544 +0200
+++ /var/tmp/diff_new_pack.yxkQlp/_new  2020-04-23 18:31:52.932253551 +0200
@@ -17,21 +17,21 @@
 
 
 Name:   iagno
-Version:3.34.5
+Version:3.36.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Iagno
-Source0:
https://download.gnome.org/sources/iagno/3.34/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/iagno/3.36/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
-BuildRequires:  pkgconfig(gio-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.42.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.42.0
 BuildRequires:  pkgconfig(gsound) >= 1.0.2
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
@@ -68,6 +68,7 @@
 %{_datadir}/%{name}/
 %{_datadir}/metainfo/org.gnome.Reversi.appdata.xml
 %{_datadir}/applications/org.gnome.Reversi.desktop
+%{_datadir}/dbus-1/services/org.gnome.Reversi.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Reversi.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
 %{_mandir}/man6/%{name}.6%{?ext_man}

++ iagno-3.34.5.tar.xz -> iagno-3.36.0.tar.xz ++
 112458 lines of diff (skipped)




commit iagno for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-02-18 10:35:24

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.26092 (New)


Package is "iagno"

Tue Feb 18 10:35:24 2020 rev:34 rq:774623 version:3.34.5

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-01-27 
20:16:02.364471308 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new.26092/iagno.changes   2020-02-18 
10:35:56.944398958 +0100
@@ -1,0 +2,7 @@
+Fri Feb 14 08:58:00 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.34.5:
+  + Metadata fixes.
+  + Updated translations.
+
+---

Old:

  iagno-3.34.4.tar.xz

New:

  iagno-3.34.5.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.3qjtbg/_old  2020-02-18 10:35:57.888400884 +0100
+++ /var/tmp/diff_new_pack.3qjtbg/_new  2020-02-18 10:35:57.888400884 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.34.4
+Version:3.34.5
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later

++ iagno-3.34.4.tar.xz -> iagno-3.34.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.4/NEWS new/iagno-3.34.5/NEWS
--- old/iagno-3.34.4/NEWS   2020-01-06 18:41:38.0 +0100
+++ new/iagno-3.34.5/NEWS   2020-02-14 04:30:51.0 +0100
@@ -1,3 +1,11 @@
+3.34.5 – February 14, 2020
+=
+
+Translation release, with some metadatas fixes.
+
+Updated translation:
+  Malay: Umarzuki Bin Mochlis Moktar
+
 3.34.4 – January 6, 2020
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.4/data/org.gnome.Reversi.appdata.xml.in 
new/iagno-3.34.5/data/org.gnome.Reversi.appdata.xml.in
--- old/iagno-3.34.4/data/org.gnome.Reversi.appdata.xml.in  2020-01-06 
18:41:38.0 +0100
+++ new/iagno-3.34.5/data/org.gnome.Reversi.appdata.xml.in  2020-02-14 
04:30:51.0 +0100
@@ -73,8 +73,6 @@
   
 
   ​
-
-  ​  
-
+
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.4/meson.build new/iagno-3.34.5/meson.build
--- old/iagno-3.34.4/meson.build2020-01-06 18:41:38.0 +0100
+++ new/iagno-3.34.5/meson.build2020-02-14 04:30:51.0 +0100
@@ -1,5 +1,5 @@
 project('iagno', ['vala', 'c'],
-version: '3.34.4')
+version: '3.34.5')
 
 project_id = 'org.gnome.Reversi'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.4/po/ms.po new/iagno-3.34.5/po/ms.po
--- old/iagno-3.34.4/po/ms.po   2020-01-06 18:41:38.0 +0100
+++ new/iagno-3.34.5/po/ms.po   2020-02-14 04:30:52.0 +0100
@@ -4,354 +4,671 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Gnome-Games 2.0.x\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?;
-"product=iagno=I18N+L10N=general\n"
-"POT-Creation-Date: 2018-01-31 18:13+\n"
-"PO-Revision-Date: 2003-11-24 01:54+0800\n"
-"Last-Translator: Hasbullah Bin Pit \n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/iagno/issues\n;
+"POT-Creation-Date: 2019-09-28 11:43+\n"
+"PO-Revision-Date: 2019-12-29 00:44+0800\n"
+"Last-Translator: abuyop \n"
 "Language-Team: Projek Gabai \n"
 "Language: ms\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.0.6\n"
 
-#: data/iagno.appdata.xml.in:7 data/iagno.desktop.in:5 src/iagno.vala:86
-#: src/iagno.vala:173 src/iagno.vala:267
+#. Translators: application name, as used in the window manager, the window 
title, the about dialog...
+#: data/org.gnome.Reversi.appdata.xml.in:7 data/org.gnome.Reversi.desktop.in:3
+#: src/iagno.vala:28
 msgid "Iagno"
 msgstr "Iagno"
 
-#: data/iagno.appdata.xml.in:8 data/iagno.desktop.in:7
+#. Translators: a Comment that gives the application function, as defined in 
the desktop file spec
+#: data/org.gnome.Reversi.appdata.xml.in:8 data/org.gnome.Reversi.desktop.in:9
 msgid "Dominate the board in a classic version of Reversi"
-msgstr ""
+msgstr "Dominasi papan dalam versi klasik Reversi"
 
-#: data/iagno.appdata.xml.in:10
+#: data/org.gnome.Reversi.appdata.xml.in:10
 msgid ""
 "Iagno is a computer version of the game Reversi, a two-player strategy board "
 "game. The game is played with tiles that are dark on one side and light on "
 "the other."
 msgstr ""
+"Iagno ialah satu versi komputer bagi permainan Reversi, iaitu satu permainan "
+"papan strategi dua-orang-pemain. Pemainan 

commit iagno for openSUSE:Factory

2020-01-27 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-01-27 20:16:00

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.26092 (New)


Package is "iagno"

Mon Jan 27 20:16:00 2020 rev:33 rq:767445 version:3.34.4

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2020-01-07 
23:58:00.284176176 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new.26092/iagno.changes   2020-01-27 
20:16:02.364471308 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:15:32 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.6PtyZ7/_old  2020-01-27 20:16:03.652472093 +0100
+++ /var/tmp/diff_new_pack.6PtyZ7/_new  2020-01-27 20:16:03.684472113 +0100
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(gsound) >= 1.0.2
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
-Recommends: %{name}-lang
 
 %description
 Iagno is the two player strategy game of Othello, which is also known




commit iagno for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2020-01-07 23:57:13

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.6675 (New)


Package is "iagno"

Tue Jan  7 23:57:13 2020 rev:32 rq:761688 version:3.34.4

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2019-11-26 
17:05:43.535978862 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new.6675/iagno.changes2020-01-07 
23:58:00.284176176 +0100
@@ -1,0 +2,6 @@
+Mon Jan  6 19:03:57 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.34.4:
+  + Updated translations.
+
+---

Old:

  iagno-3.34.3.tar.xz

New:

  iagno-3.34.4.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.3LDLVc/_old  2020-01-07 23:58:01.22817 +0100
+++ /var/tmp/diff_new_pack.3LDLVc/_new  2020-01-07 23:58:01.236176670 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.34.3
+Version:3.34.4
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later

++ iagno-3.34.3.tar.xz -> iagno-3.34.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.3/NEWS new/iagno-3.34.4/NEWS
--- old/iagno-3.34.3/NEWS   2019-11-23 21:31:35.0 +0100
+++ new/iagno-3.34.4/NEWS   2020-01-06 18:41:38.0 +0100
@@ -1,3 +1,11 @@
+3.34.4 – January 6, 2020
+=
+
+Just a translation release.
+
+Updated translation:
+  German: Tim Sabsch
+
 3.34.3 – November 23, 2019
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.3/data/org.gnome.Reversi.appdata.xml.in 
new/iagno-3.34.4/data/org.gnome.Reversi.appdata.xml.in
--- old/iagno-3.34.3/data/org.gnome.Reversi.appdata.xml.in  2019-11-23 
21:31:35.0 +0100
+++ new/iagno-3.34.4/data/org.gnome.Reversi.appdata.xml.in  2020-01-06 
18:41:38.0 +0100
@@ -73,7 +73,8 @@
   
 
   ​
-  ​  
-
+
+  ​  
+
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.3/meson.build new/iagno-3.34.4/meson.build
--- old/iagno-3.34.3/meson.build2019-11-23 21:31:35.0 +0100
+++ new/iagno-3.34.4/meson.build2020-01-06 18:41:38.0 +0100
@@ -1,5 +1,5 @@
 project('iagno', ['vala', 'c'],
-version: '3.34.3')
+version: '3.34.4')
 
 project_id = 'org.gnome.Reversi'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.3/po/de.po new/iagno-3.34.4/po/de.po
--- old/iagno-3.34.3/po/de.po   2019-11-23 21:31:35.0 +0100
+++ new/iagno-3.34.4/po/de.po   2020-01-06 18:41:38.0 +0100
@@ -24,8 +24,8 @@
 msgstr ""
 "Project-Id-Version: gnome-games master\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/iagno/issues\n;
-"POT-Creation-Date: 2019-08-04 14:44+\n"
-"PO-Revision-Date: 2019-08-11 21:16+0200\n"
+"POT-Creation-Date: 2019-09-28 11:43+\n"
+"PO-Revision-Date: 2019-11-30 18:06+0100\n"
 "Last-Translator: Tim Sabsch \n"
 "Language-Team: Deutsch \n"
 "Language: de\n"
@@ -33,7 +33,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 2.2.1\n"
+"X-Generator: Poedit 2.2.4\n"
 
 #. Translators: application name, as used in the window manager, the window 
title, the about dialog...
 #: data/org.gnome.Reversi.appdata.xml.in:7 data/org.gnome.Reversi.desktop.in:3
@@ -310,8 +310,6 @@
 "Verwendet die Nachtmodus-Einstellungen von GNOME zur Aktivierung des "
 "Nachtmodus."
 
-#. see AdaptativeWindow.width-request at data/ui/adaptative-window.ui:22
-#. range min="350"/ FIXME
 #. Translators: summary of a settings key, see 'dconf-editor 
/org/gnome/iagno/window-width'
 #: data/org.gnome.Reversi.gschema.xml:15
 msgid "The width of the window"
@@ -322,8 +320,6 @@
 msgid "The width of the main window in pixels."
 msgstr "Die Breite des Hauptfensters in Pixel."
 
-#. see AdaptativeWindow.height-request at data/ui/adaptative-window.ui:21
-#. range min="284"/ FIXME
 #. Translators: summary of a settings key, see 'dconf-editor 
/org/gnome/iagno/window-height'
 #: data/org.gnome.Reversi.gschema.xml:24
 msgid "The height of the window"
@@ -372,18 +368,18 @@
 "Legt 

commit iagno for openSUSE:Factory

2019-11-26 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2019-11-26 17:04:37

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.26869 (New)


Package is "iagno"

Tue Nov 26 17:04:37 2019 rev:31 rq:750948 version:3.34.3

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2019-10-18 
14:35:38.667893898 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.26869/iagno.changes   2019-11-26 
17:05:43.535978862 +0100
@@ -1,0 +2,6 @@
+Sat Nov 23 21:54:12 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.3:
+  + Updated translations.
+
+---

Old:

  iagno-3.34.2.tar.xz

New:

  iagno-3.34.3.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.q2CAbB/_old  2019-11-26 17:05:44.671978469 +0100
+++ /var/tmp/diff_new_pack.q2CAbB/_new  2019-11-26 17:05:44.671978469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.34.2
+Version:3.34.3
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later

++ iagno-3.34.2.tar.xz -> iagno-3.34.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.2/NEWS new/iagno-3.34.3/NEWS
--- old/iagno-3.34.2/NEWS   2019-10-12 14:09:24.0 +0200
+++ new/iagno-3.34.3/NEWS   2019-11-23 21:31:35.0 +0100
@@ -1,3 +1,11 @@
+3.34.3 – November 23, 2019
+=
+
+Just a translation release.
+
+Updated translation:
+  Lithuanian: Aurimas Černius
+
 3.34.2 – October 12, 2019
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.2/data/org.gnome.Reversi.appdata.xml.in 
new/iagno-3.34.3/data/org.gnome.Reversi.appdata.xml.in
--- old/iagno-3.34.2/data/org.gnome.Reversi.appdata.xml.in  2019-10-12 
14:09:24.0 +0200
+++ new/iagno-3.34.3/data/org.gnome.Reversi.appdata.xml.in  2019-11-23 
21:31:35.0 +0100
@@ -73,7 +73,7 @@
   
 
   ​
-  ​  
-
+  ​  
+
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.2/meson.build new/iagno-3.34.3/meson.build
--- old/iagno-3.34.2/meson.build2019-10-12 14:09:24.0 +0200
+++ new/iagno-3.34.3/meson.build2019-11-23 21:31:35.0 +0100
@@ -1,5 +1,5 @@
 project('iagno', ['vala', 'c'],
-version: '3.34.2')
+version: '3.34.3')
 
 project_id = 'org.gnome.Reversi'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.34.2/po/lt.po new/iagno-3.34.3/po/lt.po
--- old/iagno-3.34.2/po/lt.po   2019-10-12 14:09:24.0 +0200
+++ new/iagno-3.34.3/po/lt.po   2019-11-23 21:31:35.0 +0100
@@ -14,8 +14,8 @@
 msgstr ""
 "Project-Id-Version: lt\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/iagno/issues\n;
-"POT-Creation-Date: 2019-08-04 14:44+\n"
-"PO-Revision-Date: 2019-08-20 12:56+0300\n"
+"POT-Creation-Date: 2019-09-28 11:43+\n"
+"PO-Revision-Date: 2019-10-13 18:11+0300\n"
 "Last-Translator: Aurimas Černius \n"
 "Language-Team: Lietuvių \n"
 "Language: lt\n"
@@ -122,7 +122,6 @@
 msgstr "Žaidimo pasirinkimo metu"
 
 #: data/ui/help-overlay.ui:34
-#| msgid "Start a new game"
 msgctxt "shortcut window"
 msgid "Start new game"
 msgstr "Pradėti naują žaidimą"
@@ -138,13 +137,11 @@
 msgstr "Žaisti klaviatūra"
 
 #: data/ui/help-overlay.ui:54
-#| msgid "Select Theme"
 msgctxt "shortcut window"
 msgid "Select where to play"
 msgstr "Pasirinkite, kur žaisti"
 
 #: data/ui/help-overlay.ui:61
-#| msgid "Select Theme"
 msgctxt "shortcut window"
 msgid "Select the given row"
 msgstr "Pasirinkti pateiktą eilutę"
@@ -165,13 +162,11 @@
 msgstr "Žaidimo metu"
 
 #: data/ui/help-overlay.ui:88
-#| msgid "_New Game"
 msgctxt "shortcut window"
 msgid "New game"
 msgstr "Naujas žaidimas"
 
 #: data/ui/help-overlay.ui:95
-#| msgid "Undo your most recent move"
 msgctxt "shortcut window"
 msgid "Undo last move"
 msgstr "Atšaukti paskutinį ėjimą"
@@ -187,7 +182,6 @@
 msgstr "Klaviatūros trumpiniai"
 
 #: data/ui/help-overlay.ui:115
-#| msgid "_Help"
 msgctxt "shortcut window"
 msgid "Help"
 msgstr "Žinynas"
@@ -198,7 +192,6 @@
 msgstr "Apie"
 
 #: data/ui/help-overlay.ui:129
-#| msgid "_Quit"
 msgctxt "shortcut window"
 msgid "Quit"
 

commit iagno for openSUSE:Factory

2019-10-18 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2019-10-18 14:35:37

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.2352 (New)


Package is "iagno"

Fri Oct 18 14:35:37 2019 rev:30 rq:738471 version:3.34.2

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2019-04-05 
12:01:10.574518316 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.2352/iagno.changes2019-10-18 
14:35:38.667893898 +0200
@@ -1,0 +2,60 @@
+Sat Oct 12 14:49:34 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.2:
+  + Updated translations.
+
+---
+Mon Oct  7 20:43:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.1:
+  + Updated translations.
+
+---
+Tue Sep 10 18:14:51 CDT 2019 - mgo...@suse.com
+
+- Update to version 3.34.0:
+  + Updated translations.
+
+---
+Wed Sep  4 14:55:04 CEST 2019 - dims...@opensuse.org
+
+- Update to version 3.33.92:
+  + Updated translations.
+- Changes from version 3.33.91:
+  + Some more AI things: had to adjust a bit their level, as they
+were too hard (!). Other than that, one small bug fixed.
+- Changes from version 3.33.90:
+  + The UI has changed a bit. The scorer is not displayed anymore,
+as it was suggesting the good strategy would be to turn as many
+pieces of the opponent as possible during a game (hint: it is
+not); it has been replaced by a simple indication of the
+current player, visible in the headerbar.
+  + The New Game button was moved also, allowing to draw the board
+centered.
+  + All this permits to make the game able to run on small screens,
+and it probably makes the window layout a bit cleaner.
+  + For a similar reason, the themes dialog has gone and is now
+replaced by a submenu of the hamburger menu.
+- Changes from version 3.33.5:
+  + Just trying to fix build on some platforms.
+- Changes from version 3.33.4:
+  + Many changes; please, have fun testing.
+  + First of all, there is a new AI (for Medium and Hard); it is
+only a depth 3 (for Hard) instead of a depth 6, and so there
+should never be a lag again; and it is a bit harder I think –at
+least, it defeats usually the old AI– while using mostly the
+same tricks, as its strategy feels a bit more obscure.
+  + Secondly, if you play with a mouse, the currently targetted
+tile is highlighted, if it is playable; that feels not too much
+disturbing, but may be a bit reassuring sometimes.
+  + Thirdly, an option has been added to highlight the opponent
+tiles that might be turned by a ply; that should be helpful for
+casual players and newbies. And, trying to play (using mouse
+or keyboard) on an occupied tile (briefly) highlights the
+playable tiles (this might evolve in the future).
+- Changes from version 3.33.2:
+  + The AI is now five times faster, for similar results.
+- Replace pkgconfig(libcanberra) and pkgconfig(libcanberra-gtk3) by
+  pkgconfig(gsound): follow upstreams port to GSound.
+
+---

Old:

  iagno-3.32.0.tar.xz

New:

  iagno-3.34.2.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.0OahcQ/_old  2019-10-18 14:35:39.223892450 +0200
+++ /var/tmp/diff_new_pack.0OahcQ/_new  2019-10-18 14:35:39.227892439 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   iagno
-Version:3.32.0
+Version:3.34.2
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Iagno
-Source0:
https://download.gnome.org/sources/iagno/3.32/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/iagno/3.34/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  itstool
@@ -32,9 +32,8 @@
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.23
-BuildRequires:  pkgconfig(libcanberra)
-BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
+BuildRequires:  pkgconfig(gsound) >= 1.0.2
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Recommends: %{name}-lang
 

++ iagno-3.32.0.tar.xz -> iagno-3.34.2.tar.xz ++
 33021 lines of diff (skipped)




commit iagno for openSUSE:Factory

2019-04-05 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2019-04-05 11:58:56

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new.3908 (New)


Package is "iagno"

Fri Apr  5 11:58:56 2019 rev:29 rq:689456 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2018-09-17 
14:28:32.271674460 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.3908/iagno.changes2019-04-05 
12:01:10.574518316 +0200
@@ -1,0 +2,45 @@
+Mon Mar 11 17:46:02 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Unfullscreen button added.
+  + Added some keyboard shortcuts to improve the keyboard play when
+using some locales.
+  + Updated translations.
+
+---
+Thu Feb 21 16:46:21 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.91:
+  + The user can now display the final state of the game, by
+undoing after (or during) the final animation; and this
+animation is also more reliable (it was randomly failing).
+Also, the Adwaita (blue) theme that is used as default already
+if the user changes GNOME settings to always use dark theme is
+now also default when the Gtk theme is Adwaita-dark. Other than
+that, many code cleanings and various small fixes (highlight,
+focus).
+  + Updated translations.
+
+---
+Mon Feb 18 22:38:39 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Iagno switched to Meson.
+  + Use the org.gnome.Reversi application-id.
+  + Updated translations.
+- Switch to meson build system, add meson BuildRequires and macros.
+- Add itstool and vala BuildRequires: New dependencies.
+- Add explicit pkgconfig(gio-2.0) and pkgconfig(libcanberra)
+  BuildRequires: align with what meson checks for.
+- Drop obsolete hicolor-icon-theme and yelp-tools BuildRequires: No
+  longer needed.
+
+---
+Tue Jan  8 12:43:06 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.4:
+  + The application menu has been retired and replaced by an
+hamburger menu.
+  + Updated translations.
+
+---

Old:

  iagno-3.30.0.tar.xz

New:

  iagno-3.32.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.Zf5OmB/_old  2019-04-05 12:01:11.290518785 +0200
+++ /var/tmp/diff_new_pack.Zf5OmB/_new  2019-04-05 12:01:11.290518785 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   iagno
-Version:3.30.0
+Version:3.32.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Iagno
-Source0:
https://download.gnome.org/sources/iagno/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/iagno/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
-BuildRequires:  hicolor-icon-theme
+BuildRequires:  itstool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  yelp-tools
+BuildRequires:  vala
+BuildRequires:  pkgconfig(gio-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.23
+BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Recommends: %{name}-lang
@@ -47,14 +50,15 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson \
+   %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}/%{_datadir}
 
@@ -64,9 +68,9 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{_datadir}/metainfo/iagno.appdata.xml
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
+%{_datadir}/metainfo/org.gnome.Reversi.appdata.xml

commit iagno for openSUSE:Factory

2018-09-17 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2018-09-17 14:28:24

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Mon Sep 17 14:28:24 2018 rev:28 rq:636058 version:3.30.0

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2018-03-20 
21:59:56.450587610 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2018-09-17 
14:28:32.271674460 +0200
@@ -1,0 +2,7 @@
+Fri Sep  7 20:02:18 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.0:
+  + Some Gitlab-migration-related.
+  + Updated translations.
+
+---

Old:

  iagno-3.28.0.tar.xz

New:

  iagno-3.30.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.0fcDeH/_old  2018-09-17 14:28:32.667674121 +0200
+++ /var/tmp/diff_new_pack.0fcDeH/_new  2018-09-17 14:28:32.671674118 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   iagno
-Version:3.28.0
+Version:3.30.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.28/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/iagno/3.30/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig

++ iagno-3.28.0.tar.xz -> iagno-3.30.0.tar.xz ++
 8458 lines of diff (skipped)




commit iagno for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2018-03-20 21:59:26

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Tue Mar 20 21:59:26 2018 rev:27 rq:588150 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2018-03-09 
10:39:57.985004203 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2018-03-20 
21:59:56.450587610 +0100
@@ -1,0 +2,12 @@
+Thu Mar 15 23:29:37 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.28.0:
+  + Updated translations.
+- Update URL tag to https://wiki.gnome.org/Apps/Iagno: the current
+  Iagno's web page.
+- Drop:
+  + intltool BuildRequires as upstream ported to Gettext.
+  + update-desktop-files BuildRequires and suse_update_desktop_file
+macro: they are no longer required.
+
+---

Old:

  iagno-3.26.1.tar.xz

New:

  iagno-3.28.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.F8HNd0/_old  2018-03-20 21:59:57.474550743 +0100
+++ /var/tmp/diff_new_pack.F8HNd0/_new  2018-03-20 21:59:57.478550599 +0100
@@ -17,18 +17,16 @@
 
 
 Name:   iagno
-Version:3.26.1
+Version:3.28.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Other
-URL:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.26/%{name}-%{version}.tar.xz
+URL:https://wiki.gnome.org/Apps/Iagno
+Source: 
http://download.gnome.org/sources/iagno/3.28/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool >= 0.50
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.0
@@ -57,8 +55,7 @@
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}/%{_datadir}/help/
-%suse_update_desktop_file %{name}
+%fdupes %{buildroot}/%{_datadir}
 
 %files
 %license COPYING
@@ -66,8 +63,7 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/iagno.appdata.xml
+%{_datadir}/metainfo/iagno.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*

++ iagno-3.26.1.tar.xz -> iagno-3.28.0.tar.xz ++
 498478 lines of diff (skipped)




commit iagno for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2018-03-09 10:39:56

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Fri Mar  9 10:39:56 2018 rev:26 rq:582801 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2017-10-05 
12:04:37.107358935 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2018-03-09 
10:39:57.985004203 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:30 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.wUEnji/_old  2018-03-09 10:39:58.800974820 +0100
+++ /var/tmp/diff_new_pack.wUEnji/_new  2018-03-09 10:39:58.804974675 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,14 @@
 Version:3.26.1
 Release:0
 Summary:Reversi Game for GNOME
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Other
-Url:https://live.gnome.org/Iagno
+URL:https://live.gnome.org/Iagno
 Source: 
http://download.gnome.org/sources/iagno/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
@@ -34,7 +35,6 @@
 BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Iagno is the two player strategy game of Othello, which is also known
@@ -46,6 +46,7 @@
 board.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -60,8 +61,8 @@
 %suse_update_desktop_file %{name}
 
 %files
-%defattr(-,root,root)
-%doc COPYING NEWS
+%license COPYING
+%doc NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/




commit iagno for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2017-10-05 12:01:20

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Thu Oct  5 12:01:20 2017 rev:25 rq:531096 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2016-09-23 
11:38:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2017-10-05 
12:04:37.107358935 +0200
@@ -1,0 +2,10 @@
+Mon Oct  2 03:33:33 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.26.1:
+  + Some now-unused files removed.
+  + Updated translations.
+- Drop %glib2_gsettings_schema_requires, %glib2_gsettings_schema_*,
+  %desktop_database_* and %icon_theme_cache_* post/postun macros:
+  functionality now covered by file triggers.
+
+---

Old:

  iagno-3.22.0.tar.xz

New:

  iagno-3.26.1.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.7aoi14/_old  2017-10-05 12:04:40.722850288 +0200
+++ /var/tmp/diff_new_pack.7aoi14/_new  2017-10-05 12:04:40.722850288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   iagno
-Version:3.22.0
+Version:3.26.1
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
 
 %description
 Iagno is the two player strategy game of Othello, which is also known
@@ -60,16 +59,6 @@
 %fdupes %{buildroot}/%{_datadir}/help/
 %suse_update_desktop_file %{name}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS

++ iagno-3.22.0.tar.xz -> iagno-3.26.1.tar.xz ++
 81816 lines of diff (skipped)




commit iagno for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2016-09-23 11:38:17

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2016-05-12 
09:33:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2016-09-23 
11:38:19.0 +0200
@@ -1,0 +2,29 @@
+Tue Sep 20 16:30:11 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.0:
+  + Some AppData fixes.
+  + Updated translations.
+
+---
+Tue Sep 13 20:21:15 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + Updated translations.
+
+---
+Tue Aug 30 10:15:29 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.91:
+  + Updated translations.
+
+---
+Tue Aug 16 13:40:20 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.21.90:
+  + Update appdata.
+  + Simplify style-checker enabling code.
+  + Fix style-checker with new libgnome-games-support.
+  + Add Language headers to po files.
+  + Updated translations.
+
+---

Old:

  iagno-3.20.2.tar.xz

New:

  iagno-3.22.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.aUkjd5/_old  2016-09-23 11:38:20.0 +0200
+++ /var/tmp/diff_new_pack.aUkjd5/_new  2016-09-23 11:38:20.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   iagno
-Version:3.20.2
+Version:3.22.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50

++ iagno-3.20.2.tar.xz -> iagno-3.22.0.tar.xz ++
 40786 lines of diff (skipped)




commit iagno for openSUSE:Factory

2016-05-12 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2016-05-12 09:33:56

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2016-04-15 
19:07:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2016-05-12 
09:33:57.0 +0200
@@ -1,0 +2,6 @@
+Tue May 10 17:37:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Updated translations.
+
+---

Old:

  iagno-3.20.1.tar.xz

New:

  iagno-3.20.2.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.2Y7Cfa/_old  2016-05-12 09:33:58.0 +0200
+++ /var/tmp/diff_new_pack.2Y7Cfa/_new  2016-05-12 09:33:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+

++ iagno-3.20.1.tar.xz -> iagno-3.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.20.1/NEWS new/iagno-3.20.2/NEWS
--- old/iagno-3.20.1/NEWS   2016-04-14 11:31:20.0 +0200
+++ new/iagno-3.20.2/NEWS   2016-05-09 15:51:20.0 +0200
@@ -1,3 +1,9 @@
+3.20.2 – May 9, 2016
+=
+
+Translation updated:
+  Portuguese: Sérgio Cardeira
+
 3.20.1 – April 14, 2016
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.20.1/configure new/iagno-3.20.2/configure
--- old/iagno-3.20.1/configure  2016-04-14 11:32:54.0 +0200
+++ new/iagno-3.20.2/configure  2016-05-09 15:52:48.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Iagno 3.20.1.
+# Generated by GNU Autoconf 2.69 for Iagno 3.20.2.
 #
 # Report bugs to .
 #
@@ -639,8 +639,8 @@
 # Identity of this package.
 PACKAGE_NAME='Iagno'
 PACKAGE_TARNAME='iagno'
-PACKAGE_VERSION='3.20.1'
-PACKAGE_STRING='Iagno 3.20.1'
+PACKAGE_VERSION='3.20.2'
+PACKAGE_STRING='Iagno 3.20.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Iagno'
 
@@ -1359,7 +1359,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 Iagno 3.20.1 to adapt to many kinds of systems.
+\`configure' configures Iagno 3.20.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1425,7 +1425,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Iagno 3.20.1:";;
+ short | recursive ) echo "Configuration of Iagno 3.20.2:";;
esac
   cat <<\_ACEOF
 
@@ -1540,7 +1540,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Iagno configure 3.20.1
+Iagno configure 3.20.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1595,7 +1595,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Iagno $as_me 3.20.1, which was
+It was created by Iagno $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2460,7 +2460,7 @@
 
 # Define the identity of the package.
  PACKAGE='iagno'
- VERSION='3.20.1'
+ VERSION='3.20.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5769,7 +5769,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Iagno $as_me 3.20.1, which was
+This file was extended by Iagno $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5827,7 +5827,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-Iagno config.status 3.20.1
+Iagno 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/iagno-3.20.1/configure.ac 
new/iagno-3.20.2/configure.ac
--- old/iagno-3.20.1/configure.ac   2016-04-14 11:29:50.0 +0200
+++ new/iagno-3.20.2/configure.ac   2016-05-09 15:51:27.0 +0200
@@ -1,5 

commit iagno for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2016-04-15 19:07:53

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2016-03-29 
14:40:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2016-04-15 
19:07:54.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 14 16:38:02 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.1:
+  + Updated translations.
+
+---

Old:

  iagno-3.20.0.tar.xz

New:

  iagno-3.20.1.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.lOScTp/_old  2016-04-15 19:07:55.0 +0200
+++ /var/tmp/diff_new_pack.lOScTp/_new  2016-04-15 19:07:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+

++ iagno-3.20.0.tar.xz -> iagno-3.20.1.tar.xz ++
 7907 lines of diff (skipped)




commit iagno for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2016-03-29 14:40:16

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2015-11-12 
19:41:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2016-03-29 
14:40:17.0 +0200
@@ -1,0 +2,38 @@
+Mon Mar 21 20:33:48 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + Updated translations.
+
+---
+Tue Mar 15 10:14:53 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.92:
+  + The “valign” property of some buttons of the headerbar has been
+set to “center”, to look better on some rare configurations.
+  + Updated translations.
+
+---
+Tue Mar  1 10:42:40 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.91:
+  + Updated translations.
+
+---
+Tue Feb 16 21:55:15 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.90:
+  + The “Black and White” (high_contrast) theme has evolved to look
+good when used with the new GTK+ theme “HighContrastInverse”,
+and is set as the default for it.
+  + Updates of the metadata files (AppData and Doap).
+  + Add a code style checker.
+  + Updated translations.
+
+---
+Tue Nov 24 01:38:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.19.1:
+  + Adaptation to current CSS-nodes (will break again).
+  + Updated translations.
+
+---

Old:

  iagno-3.18.2.tar.xz

New:

  iagno-3.20.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.bvC3Cf/_old  2016-03-29 14:40:18.0 +0200
+++ /var/tmp/diff_new_pack.bvC3Cf/_new  2016-03-29 14:40:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   iagno
-Version:3.18.2
+Version:3.20.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.18/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.20/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50

++ iagno-3.18.2.tar.xz -> iagno-3.20.0.tar.xz ++
 33885 lines of diff (skipped)




commit iagno for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2015-11-12 19:41:41

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2015-10-26 
12:47:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2015-11-12 
19:41:44.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 12 09:28:11 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Update CSS for uses with newer Gtk+.
+  + Updated translations.
+
+---

Old:

  iagno-3.18.1.tar.xz

New:

  iagno-3.18.2.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.qkDgrC/_old  2015-11-12 19:41:45.0 +0100
+++ /var/tmp/diff_new_pack.qkDgrC/_new  2015-11-12 19:41:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+

++ iagno-3.18.1.tar.xz -> iagno-3.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.18.1/NEWS new/iagno-3.18.2/NEWS
--- old/iagno-3.18.1/NEWS   2015-10-12 19:15:20.0 +0200
+++ new/iagno-3.18.2/NEWS   2015-11-12 07:02:00.0 +0100
@@ -1,3 +1,10 @@
+3.18.2 - November 12, 2015
+=
+
+* Update CSS for uses with newer Gtk+
+* New translation: friulian
+* Translation update: german
+
 3.18.1 - October 12, 2015
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.18.1/configure new/iagno-3.18.2/configure
--- old/iagno-3.18.1/configure  2015-10-12 19:18:52.0 +0200
+++ new/iagno-3.18.2/configure  2015-11-12 07:03:07.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Iagno 3.18.1.
+# Generated by GNU Autoconf 2.69 for Iagno 3.18.2.
 #
 # Report bugs to .
 #
@@ -639,8 +639,8 @@
 # Identity of this package.
 PACKAGE_NAME='Iagno'
 PACKAGE_TARNAME='iagno'
-PACKAGE_VERSION='3.18.1'
-PACKAGE_STRING='Iagno 3.18.1'
+PACKAGE_VERSION='3.18.2'
+PACKAGE_STRING='Iagno 3.18.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Iagno'
 
@@ -1360,7 +1360,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 Iagno 3.18.1 to adapt to many kinds of systems.
+\`configure' configures Iagno 3.18.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1426,7 +1426,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Iagno 3.18.1:";;
+ short | recursive ) echo "Configuration of Iagno 3.18.2:";;
esac
   cat <<\_ACEOF
 
@@ -1541,7 +1541,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Iagno configure 3.18.1
+Iagno configure 3.18.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1596,7 +1596,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Iagno $as_me 3.18.1, which was
+It was created by Iagno $as_me 3.18.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2459,7 +2459,7 @@
 
 # Define the identity of the package.
  PACKAGE='iagno'
- VERSION='3.18.1'
+ VERSION='3.18.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5781,7 +5781,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Iagno $as_me 3.18.1, which was
+This file was extended by Iagno $as_me 3.18.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5839,7 +5839,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-Iagno config.status 3.18.1
+Iagno config.status 3.18.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/iagno-3.18.1/configure.ac 
new/iagno-3.18.2/configure.ac
--- old/iagno-3.18.1/configure.ac   2015-10-12 

commit iagno for openSUSE:Factory

2015-10-26 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2015-10-26 12:47:45

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2015-10-06 
16:16:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2015-10-26 
12:47:46.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 12 17:58:46 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Better error message.
+  + Updated translations.
+
+---

Old:

  iagno-3.18.0.tar.xz

New:

  iagno-3.18.1.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.5tsvJ9/_old  2015-10-26 12:47:47.0 +0100
+++ /var/tmp/diff_new_pack.5tsvJ9/_new  2015-10-26 12:47:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+

++ iagno-3.18.0.tar.xz -> iagno-3.18.1.tar.xz ++
 21731 lines of diff (skipped)




commit iagno for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2015-10-06 16:16:02

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is "iagno"

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2015-04-23 
07:56:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2015-10-06 
16:16:03.0 +0200
@@ -1,0 +2,34 @@
+Mon Sep 21 12:33:46 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Updated translations.
+
+---
+Wed Sep 16 07:37:27 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.92:
+  + Fix dragging the window after clicking the game view.
+
+---
+Wed Sep  2 09:01:14 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.91:
+  + Updated translations.
+
+---
+Tue Aug 18 08:40:25 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.90:
+  + Add support for rounded-squared tiles in themes.
+  + Update screenshots in help.
+  + Print --version output on stdout.
+  + Updated translations.
+
+---
+Tue Apr 28 18:52:57 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.1:
+  + Add keyboard support.
+  + Update drawing function.
+
+---

Old:

  iagno-3.16.1.tar.xz

New:

  iagno-3.18.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.55o3nF/_old  2015-10-06 16:16:04.0 +0200
+++ /var/tmp/diff_new_pack.55o3nF/_new  2015-10-06 16:16:04.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   iagno
-Version:3.16.1
+Version:3.18.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.16/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50

++ iagno-3.16.1.tar.xz -> iagno-3.18.0.tar.xz ++
 41546 lines of diff (skipped)




commit iagno for openSUSE:Factory

2015-04-22 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2015-04-23 07:56:23

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2015-03-30 
19:16:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2015-04-23 
07:56:24.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 15 07:14:43 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.1:
+  + Temporarily remove Sun and Star theme, that causes a memory
+leak.
+  + HighContrast icons removed (as the symbolic one is now used).
+  + Updated translations.
+
+---

Old:

  iagno-3.16.0.tar.xz

New:

  iagno-3.16.1.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.M29DJU/_old  2015-04-23 07:56:25.0 +0200
+++ /var/tmp/diff_new_pack.M29DJU/_new  2015-04-23 07:56:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-3.0+
@@ -64,13 +64,11 @@
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
-%icon_theme_cache_post HighContrast
 
 %postun
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%icon_theme_cache_postun HighContrast
 
 %files
 %defattr(-,root,root)
@@ -83,7 +81,6 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
-%{_datadir}/icons/HighContrast/
 %{_mandir}/man6/%{name}.6%{?ext_man}
 
 %files lang -f %{name}.lang

++ iagno-3.16.0.tar.xz - iagno-3.16.1.tar.xz ++
 9682 lines of diff (skipped)




commit iagno for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2015-03-30 19:16:53

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2014-11-18 
22:44:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2015-03-30 
19:16:56.0 +0200
@@ -1,0 +2,63 @@
+Mon Mar 23 13:09:40 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+---
+Tue Mar 17 08:45:38 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Add symbolic icon.
+  + Don't crash when closing.
+  + Restore the hack that makes the new-game screen work correctly.
+  + Better code for command-line options.
+  + Introduce one (two) CSS hack(s) for a weird HighContrast
+(non-)behaviour.
+  + Updated translations.
+
+---
+Tue Mar  3 08:25:00 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.91:
+  + Big code reorganisation, correcting some weird bugs,
+including a crasher.
+  + Updated translations.
+
+---
+Tue Feb 17 09:35:50 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90.2:
+  + Real fix that makes themes work.
+
+---
+Tue Feb 17 09:30:05 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90.1:
+  + Fix distcheck.
+- Changes from version 3.15.90:
+  + Scoreboard that changes with the theme.
+  + New themes' dialog, new themes.
+  + Implement new design for new game screen.
+  + Switch from appdata-tools to appstream-utils.
+  + Updated translations.
+- Change license to GPL-3.0, following upstreams relicensing.
+
+---
+Tue Nov 18 17:02:29 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.15.1:
+  + Make the background green and thicken the grid.
+  + Use piece images instead of text in the scoreboard.
+  + Add a new game screen.
+  + The AI is now much weaker on level one.
+  + The AI no longer blocks the UI thread to think.
+  + The AI takes more time to move when only one spot remains.
+  + Move sound preference to the app menu.
+  + Add ability to change board size with command line.
+  + Add alternative starting position command line switch.
+  + Accept right clicks as input, since why not?
+  + Code cleanups.
+  + Very many internal changes.
+  + Updated translations.
+
+---

Old:

  iagno-3.14.2.tar.xz

New:

  iagno-3.16.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.qKJvEs/_old  2015-03-30 19:16:57.0 +0200
+++ /var/tmp/diff_new_pack.qKJvEs/_new  2015-03-30 19:16:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
 
 
 Name:   iagno
-Version:3.14.2
+Version:3.16.0
 Release:0
 Summary:Reversi Game for GNOME
-License:GPL-2.0+
+License:GPL-3.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.14/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool = 0.50
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) = 2.40.0
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.12
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.15.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0.26
 BuildRequires:  pkgconfig(librsvg-2.0) = 2.32.0
 Recommends: %{name}-lang
@@ -82,7 +82,7 @@
 %{_datadir}/appdata/iagno.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/HighContrast/
 %{_mandir}/man6/%{name}.6%{?ext_man}
 

++ iagno-3.14.2.tar.xz - iagno-3.16.0.tar.xz ++
 71570 lines of diff (skipped)




commit iagno for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2014-11-18 22:44:14

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2014-10-11 
19:28:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2014-11-18 
22:44:17.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 12 15:35:25 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Updated translations.
+
+---

Old:

  iagno-3.14.1.tar.xz

New:

  iagno-3.14.2.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.h8Qjh1/_old  2014-11-18 22:44:18.0 +0100
+++ /var/tmp/diff_new_pack.h8Qjh1/_new  2014-11-18 22:44:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.14.1
+Version:3.14.2
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+

++ iagno-3.14.1.tar.xz - iagno-3.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.14.1/Makefile.in new/iagno-3.14.2/Makefile.in
--- old/iagno-3.14.1/Makefile.in2014-10-10 03:33:29.0 +0200
+++ new/iagno-3.14.2/Makefile.in2014-11-10 16:02:24.0 +0100
@@ -78,7 +78,7 @@
 subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) COPYING NEWS \
-   compile depcomp install-sh missing
+   compile install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.14.1/NEWS new/iagno-3.14.2/NEWS
--- old/iagno-3.14.1/NEWS   2014-10-10 03:33:10.0 +0200
+++ new/iagno-3.14.2/NEWS   2014-11-10 16:01:46.0 +0100
@@ -1,3 +1,8 @@
+3.14.2 - November 10, 2014
+==
+
+* Updated translations
+
 3.14.1 - October 9, 2014
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.14.1/aclocal.m4 new/iagno-3.14.2/aclocal.m4
--- old/iagno-3.14.1/aclocal.m4 2014-10-10 03:33:29.0 +0200
+++ new/iagno-3.14.2/aclocal.m4 2014-11-10 16:02:23.0 +0100
@@ -721,7 +721,7 @@
 EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach 
lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f
 
 distdir: distdir-help-files
-distdir-help-files:
+distdir-help-files: $(_HELP_LC_FILES)
@for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \
  $(MKDIR_P) $(distdir)/$$lc; \
  for file in $(HELP_FILES); do \
@@ -750,7 +750,7 @@
 
 .PHONY: install-help
 install-data-am: $(if $(HELP_ID),install-help)
-install-help:
+install-help: $(_HELP_LC_FILES)
@for lc in C $(_HELP_LINGUAS); do \
  $(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID) || exit 1; \
done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iagno-3.14.1/configure new/iagno-3.14.2/configure
--- old/iagno-3.14.1/configure  2014-10-10 03:33:29.0 +0200
+++ new/iagno-3.14.2/configure  2014-11-10 16:02:23.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Iagno 3.14.1.
+# Generated by GNU Autoconf 2.69 for Iagno 3.14.2.
 #
 # Report bugs to https://bugzilla.gnome.org/.
 #
@@ -639,8 +639,8 @@
 # Identity of this package.
 PACKAGE_NAME='Iagno'
 PACKAGE_TARNAME='iagno'
-PACKAGE_VERSION='3.14.1'
-PACKAGE_STRING='Iagno 3.14.1'
+PACKAGE_VERSION='3.14.2'
+PACKAGE_STRING='Iagno 3.14.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Iagno'
 
@@ -1356,7 +1356,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 Iagno 3.14.1 to adapt to many kinds of systems.
+\`configure' configures Iagno 3.14.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Iagno 3.14.1:;;
+ short | recursive ) echo Configuration of Iagno 3.14.2:;;
esac
   cat \_ACEOF
 
@@ -1534,7 +1534,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-Iagno configure 3.14.1
+Iagno 

commit iagno for openSUSE:Factory

2014-10-11 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2014-10-11 19:26:50

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2014-09-30 
19:38:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2014-10-11 
19:28:40.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 10 06:35:09 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + The level one AI is now much easier.
+  + Updated translations.
+
+---

Old:

  iagno-3.14.0.tar.xz

New:

  iagno-3.14.1.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.IFTrQO/_old  2014-10-11 19:28:41.0 +0200
+++ /var/tmp/diff_new_pack.IFTrQO/_new  2014-10-11 19:28:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+

++ iagno-3.14.0.tar.xz - iagno-3.14.1.tar.xz ++
 20023 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2014-09-30 19:37:48

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2014-05-20 
14:27:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2014-09-30 
19:38:37.0 +0200
@@ -1,0 +2,41 @@
+Mon Sep 22 08:21:19 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + Updated appdata.
+  + Updated translations.
+
+---
+Mon Sep  1 15:59:31 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.91:
+  + AI fixes and improvements, hopefully.
+  + Never create multiple preferences dialogs.
+  + Restore ctrlZ shortcut for undo move.
+  + Updated translations.
+
+---
+Mon Aug 18 22:28:05 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + Distribute HighContrast icons.
+  + Disallow undo if only computer has moved.
+  + Use an AspectFrame to ensure all looks good.
+  + Update man page.
+  + Updated translations.
+- Build HighContrast icon cache in post/postun.
+
+---
+Mon Jul 21 11:08:37 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.4:
+  + Use a text label for the new game button.
+  + Use header bar on preferences dialog.
+  + Use better window title for preferences dialog.
+  + Preferences dialog changes.
+  + Do not allow computer vs. computer games.
+  + Add some new command line options.
+  + Add a jumplist to the desktop file.
+  + Window layout tweaks.
+  + Updated translations.
+
+---

Old:

  iagno-3.12.2.tar.xz

New:

  iagno-3.14.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.cGBHuK/_old  2014-09-30 19:38:38.0 +0200
+++ /var/tmp/diff_new_pack.cGBHuK/_new  2014-09-30 19:38:38.0 +0200
@@ -17,20 +17,20 @@
 
 
 Name:   iagno
-Version:3.12.2
+Version:3.14.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.12/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.14/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool = 0.50
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(glib-2.0) = 2.36.0
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.10.0
+BuildRequires:  pkgconfig(glib-2.0) = 2.40.0
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.12
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0.26
 BuildRequires:  pkgconfig(librsvg-2.0) = 2.32.0
 Recommends: %{name}-lang
@@ -64,11 +64,13 @@
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 
 %postun
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 
 %files
 %defattr(-,root,root)
@@ -81,6 +83,7 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/icons/HighContrast/
 %{_mandir}/man6/%{name}.6%{?ext_man}
 
 %files lang -f %{name}.lang

++ iagno-3.12.2.tar.xz - iagno-3.14.0.tar.xz ++
 43236 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2014-05-20 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2014-05-20 14:25:32

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2014-05-05 
21:17:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2014-05-20 
14:27:00.0 +0200
@@ -1,0 +2,6 @@
+Sat May 17 08:15:23 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.2:
+  + Updated translations.
+
+---

Old:

  iagno-3.12.1.tar.xz

New:

  iagno-3.12.2.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.6J6Tlj/_old  2014-05-20 14:27:01.0 +0200
+++ /var/tmp/diff_new_pack.6J6Tlj/_new  2014-05-20 14:27:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.12.1
+Version:3.12.2
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+

++ iagno-3.12.1.tar.xz - iagno-3.12.2.tar.xz ++
 11257 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2013-10-15 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2013-10-15 10:42:13

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2013-09-27 
17:32:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2013-10-15 
10:42:15.0 +0200
@@ -1,0 +2,22 @@
+Sun Oct 13 11:10:09 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Fix crazy computers when starting a new game in computer vs.
+computer mode.
+  + Fix bug affecting the correctness of the computer's choice of
+moves.
+  + Fix additional low-level issues triggered by computer search,
+including one that caused the piece flip sound to play many
+times in close succession.
+  + Fix undo after having passed.
+  + Fix infobar disappearing if intended to be displayed two moves
+in a row.
+  + Fix piece flipped sound improperly playing at the start of the
+game.
+  + Reallow undo after the game has ended.
+  + Add delay between last move and final flip to prevent the
+scenario where it appears the last player placed a piece of the
+wrong color.
+  + Updated translations.
+
+---

Old:

  iagno-3.10.0.tar.xz

New:

  iagno-3.10.1.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.axxEJb/_old  2013-10-15 10:42:15.0 +0200
+++ /var/tmp/diff_new_pack.axxEJb/_new  2013-10-15 10:42:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+

++ iagno-3.10.0.tar.xz - iagno-3.10.1.tar.xz ++
 3292 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2013-09-27 17:32:57

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2013-09-23 
09:31:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2013-09-27 
17:32:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 23 07:09:29 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Stable release, no changes.
+
+---

Old:

  iagno-3.9.92.tar.xz

New:

  iagno-3.10.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.TJd2Zn/_old  2013-09-27 17:32:59.0 +0200
+++ /var/tmp/diff_new_pack.TJd2Zn/_new  2013-09-27 17:32:59.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   iagno
-Version:3.9.92
+Version:3.10.0
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.9/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.10/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool = 0.35.0

++ iagno-3.9.92.tar.xz - iagno-3.10.0.tar.xz ++
 5593 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2013-09-23 09:31:33

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2013-09-11 
12:14:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2013-09-23 
09:31:34.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 17 06:56:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Show the grid by default so the edges of the board are clear.
+  + Fix hang after many pieces have been placed on the board.
+  + Fix hang when neither player has a valid move.
+  + Prohibit Undo after the game has ended.
+
+---

Old:

  iagno-3.9.91.tar.xz

New:

  iagno-3.9.92.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.XUJJLN/_old  2013-09-23 09:31:38.0 +0200
+++ /var/tmp/diff_new_pack.XUJJLN/_new  2013-09-23 09:31:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+

++ iagno-3.9.91.tar.xz - iagno-3.9.92.tar.xz ++
 10214 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2013-09-11 12:14:07

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2013-08-30 
16:33:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2013-09-11 
12:14:08.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  3 06:46:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.91:
+  + Add an AppData file.
+
+---

Old:

  iagno-3.9.90.tar.xz

New:

  iagno-3.9.91.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.RI7qIo/_old  2013-09-11 12:14:08.0 +0200
+++ /var/tmp/diff_new_pack.RI7qIo/_new  2013-09-11 12:14:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.9.90
+Version:3.9.91
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+

++ iagno-3.9.90.tar.xz - iagno-3.9.91.tar.xz ++
 9125 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2013-08-30 16:33:03

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2013-04-26 
15:51:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2013-08-30 
16:33:05.0 +0200
@@ -1,0 +2,15 @@
+Sat Aug 24 09:54:24 UTC 2013 - zai...@opensuse.org
+
+- Add fdupes buildrequires, and use fdupes macro to get rid of
+  duplicate help files. 
+
+---
+Wed Aug 21 13:58:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.90:
+  + Alphabetize theme selection in Preferences.
+  + Display the correct score at the end of the game.
+  + Fix two broken links in user help.
+  + Updated translations.
+
+---

Old:

  iagno-3.8.1.tar.xz

New:

  iagno-3.9.90.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.TzmMYN/_old  2013-08-30 16:33:06.0 +0200
+++ /var/tmp/diff_new_pack.TzmMYN/_new  2013-08-30 16:33:06.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   iagno
-Version:3.8.1
+Version:3.9.90
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://live.gnome.org/Iagno
-Source: 
http://download.gnome.org/sources/iagno/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/iagno/3.9/%{name}-%{version}.tar.xz
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  update-desktop-files
@@ -56,6 +57,7 @@
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
+%fdupes %{buildroot}/%{_datadir}/help/
 %suse_update_desktop_file %{name}
 
 %post

++ iagno-3.8.1.tar.xz - iagno-3.9.90.tar.xz ++
 17266 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iagno for openSUSE:Factory

2013-03-27 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2013-03-27 19:26:10

Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and  /work/SRC/openSUSE:Factory/.iagno.new (New)


Package is iagno, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2013-03-19 
12:17:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2013-03-27 
19:26:12.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar 27 07:40:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Merge themes from extras module.
+  + Updated translations.
+
+---

Old:

  iagno-3.7.90.tar.xz

New:

  iagno-3.8.0.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.ZlC9Py/_old  2013-03-27 19:26:14.0 +0100
+++ /var/tmp/diff_new_pack.ZlC9Py/_new  2013-03-27 19:26:14.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package
+# spec file for package iagno
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   iagno
-Version:3.7.90
+Version:3.8.0
 Release:0
-License:GPL-2.0+
 Summary:Reversi Game for GNOME
-Url:https://live.gnome.org/Iagno
+License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
-Source: 
http://download.gnome.org/sources/iagno/3.7/%{name}-%{version}.tar.xz
+Url:https://live.gnome.org/Iagno
+Source: 
http://download.gnome.org/sources/iagno/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  update-desktop-files

++ iagno-3.7.90.tar.xz - iagno-3.8.0.tar.xz ++
 46442 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org