commit atomix for openSUSE:Factory

2020-06-04 Thread root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2020-06-04 17:56:59

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


Package is "atomix"

Thu Jun  4 17:56:59 2020 rev:13 rq:811485 version:3.34.0

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2019-10-18 
14:31:43.256506990 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new.3606/atomix.changes  2020-06-04 
17:56:59.537106180 +0200
@@ -1,0 +2,5 @@
+Thu Jun  4 10:47:20 UTC 2020 - Dominique Leuenberger 
+
+- Add atomix-gcc10.patch: Fix build with GCC 10.
+
+---

New:

  atomix-gcc10.patch



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.5CPYJg/_old  2020-06-04 17:57:00.197108246 +0200
+++ /var/tmp/diff_new_pack.5CPYJg/_new  2020-06-04 17:57:00.201108260 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package atomix
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -24,7 +24,8 @@
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Atomix
 Source0:
https://download.gnome.org/sources/atomix/3.34/%{name}-%{version}.tar.xz
-
+# PATCH-FIX-UPSTREAM atomix-gcc10.patch dims...@opensuse.org -- Fix build with 
gcc10
+Patch0: atomix-gcc10.patch
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.5
@@ -43,7 +44,7 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 %meson

++ atomix-gcc10.patch ++
>From be7f44f1945a569494d46c60eaf6e7b39b2bb48b Mon Sep 17 00:00:00 2001
From: Hans de Goede 
Date: Tue, 25 Feb 2020 10:15:42 +0100
Subject: [PATCH] Fix compilation with gcc10 / -fno-common

gcc10 defaults to -fno-common, meaning that non static symbols can
only be declared once. Make the parent_class variable in level.c and
theme.c static to fix building with gcc10.
---
 src/level.c | 2 +-
 src/theme.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/level.c b/src/level.c
index 160672d..5fbf6af 100644
--- a/src/level.c
+++ b/src/level.c
@@ -31,7 +31,7 @@ static void level_class_init (GObjectClass *class);
 static void level_init (Level *level);
 static void level_finalize (GObject *object);
 
-GObjectClass *parent_class;
+static GObjectClass *parent_class;
 
 /*=
  
diff --git a/src/theme.c b/src/theme.c
index 45f3086..88acb00 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -32,7 +32,7 @@ static void theme_init (Theme *theme);
 static void theme_finalize (GObject *object);
 static void destroy_theme_image (gpointer data);
 
-GObjectClass *parent_class;
+static GObjectClass *parent_class;
 
 GType theme_get_type (void)
 {
-- 
2.26.2





commit atomix for openSUSE:Factory

2019-10-18 Thread root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2019-10-18 14:31:41

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


Package is "atomix"

Fri Oct 18 14:31:41 2019 rev:12 rq:736494 version:3.34.0

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2019-08-16 
15:49:38.745614299 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new.2352/atomix.changes  2019-10-18 
14:31:43.256506990 +0200
@@ -1,0 +2,12 @@
+Tue Sep 10 06:06:23 CDT 2019 - mgo...@suse.com
+
+- Update to version 3.34.0:
+  + Stable release version bump.
+
+---
+Thu Sep  5 19:09:33 CDT 2019 - mgo...@suse.com
+
+- Update to version 3.33.92:
+  + Updated translations.
+
+---

Old:

  atomix-3.32.1.tar.xz

New:

  atomix-3.34.0.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.vYqoh9/_old  2019-10-18 14:31:43.792505595 +0200
+++ /var/tmp/diff_new_pack.vYqoh9/_new  2019-10-18 14:31:43.792505595 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   atomix
-Version:3.32.1
+Version:3.34.0
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Atomix
-Source0:
https://download.gnome.org/sources/atomix/3.32/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/atomix/3.34/%{name}-%{version}.tar.xz
 
 BuildRequires:  meson
 BuildRequires:  pkgconfig

++ atomix-3.32.1.tar.xz -> atomix-3.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.32.1/NEWS new/atomix-3.34.0/NEWS
--- old/atomix-3.32.1/NEWS  2019-04-08 23:30:18.0 +0200
+++ new/atomix-3.34.0/NEWS  2019-09-09 21:14:36.0 +0200
@@ -1,8 +1,12 @@
-2019-04-08: Release version 3.32.1
+2019-09-09: Release version 3.34.0
+
+  * Stable release version bump
+
+2019-09-02: Release version 3.33.92
 
   * Updated translations
-  * Fixed keys in menu controlling game (#17)
-  * Fixed keyboard shortcuts
+  * Fixed game keyboard shortcuts
+  * Fixed arrow keys in menu controlling game (#17)
 
 2019-03-11: Release version 3.32.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.32.1/meson.build 
new/atomix-3.34.0/meson.build
--- old/atomix-3.32.1/meson.build   2019-04-08 23:30:18.0 +0200
+++ new/atomix-3.34.0/meson.build   2019-09-09 21:14:36.0 +0200
@@ -1,5 +1,5 @@
 project('atomix', ['c'],
-  version: '3.32.1',
+  version: '3.34.0',
   meson_version: '>= 0.41',
   license: 'GPLv2+',
 )




commit atomix for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2019-08-16 15:49:01

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


Package is "atomix"

Fri Aug 16 15:49:01 2019 rev:11 rq:723729 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2019-04-05 
12:02:04.646553654 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new.22127/atomix.changes 2019-08-16 
15:49:38.745614299 +0200
@@ -1,0 +2,8 @@
+Wed Aug 14 17:35:21 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Fixed keys in menu controlling game.
+  + Fixed keyboard shortcuts.
+  + Updated translations.
+
+---

Old:

  atomix-3.32.0.tar.xz

New:

  atomix-3.32.1.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.IRVkE9/_old  2019-08-16 15:49:41.133613423 +0200
+++ /var/tmp/diff_new_pack.IRVkE9/_new  2019-08-16 15:49:41.137613422 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   atomix
-Version:3.32.0
+Version:3.32.1
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0-or-later

++ atomix-3.32.0.tar.xz -> atomix-3.32.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.32.0/NEWS new/atomix-3.32.1/NEWS
--- old/atomix-3.32.0/NEWS  2019-03-11 10:08:38.0 +0100
+++ new/atomix-3.32.1/NEWS  2019-04-08 23:30:18.0 +0200
@@ -1,3 +1,9 @@
+2019-04-08: Release version 3.32.1
+
+  * Updated translations
+  * Fixed keys in menu controlling game (#17)
+  * Fixed keyboard shortcuts
+
 2019-03-11: Release version 3.32.0
 
   * Stable release version bump
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.32.0/data/ui/interface.ui 
new/atomix-3.32.1/data/ui/interface.ui
--- old/atomix-3.32.0/data/ui/interface.ui  2019-03-11 10:08:38.0 
+0100
+++ new/atomix-3.32.1/data/ui/interface.ui  2019-04-08 23:30:18.0 
+0200
@@ -21,7 +21,6 @@
   
 True
 True
-True
 
   
 True
@@ -53,8 +52,11 @@
 none
 
   
+True
+True
+True
 True
-False
+True
 center
 center
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.32.0/meson.build 
new/atomix-3.32.1/meson.build
--- old/atomix-3.32.0/meson.build   2019-03-11 10:08:38.0 +0100
+++ new/atomix-3.32.1/meson.build   2019-04-08 23:30:18.0 +0200
@@ -1,5 +1,5 @@
 project('atomix', ['c'],
-  version: '3.32.0',
+  version: '3.32.1',
   meson_version: '>= 0.41',
   license: 'GPLv2+',
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.32.0/po/de.po new/atomix-3.32.1/po/de.po
--- old/atomix-3.32.0/po/de.po  2019-03-11 10:08:38.0 +0100
+++ new/atomix-3.32.1/po/de.po  2019-04-08 23:30:18.0 +0200
@@ -7,23 +7,24 @@
 # Mario Blättermann , 2010, 2018.
 # Wolfgang Stöggl , 2015.
 # Mario Blättermann , 2015, 2016.
+# Tim Sabsch , 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: atomix master\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/atomix/issues\n;
-"POT-Creation-Date: 2018-03-25 03:22+\n"
-"PO-Revision-Date: 2018-03-25 18:58+0200\n"
-"Last-Translator: Mario Blättermann \n"
+"POT-Creation-Date: 2019-03-11 09:12+\n"
+"PO-Revision-Date: 2019-03-11 13:55+0100\n"
+"Last-Translator: Tim Sabsch \n"
 "Language-Team: German \n"
 "Language: de\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"
+"X-Generator: Poedit 2.2.1\n"
 
-#: data/atomix.appdata.xml.in:7 data/atomix.desktop.in:3 src/main.c:120
-#: src/main.c:655
+#: data/atomix.appdata.xml.in:7 data/atomix.desktop.in:3 src/main.c:121
+#: src/main.c:688
 msgid "Atomix"
 msgstr "Atomix"
 
@@ -55,7 +56,7 @@
 msgid "Molecule puzzle game"
 msgstr "Molekül-Puzzlespiel"
 
-#: data/atomix.desktop.in:5 src/main.c:123
+#: data/atomix.desktop.in:5 src/main.c:124
 msgid "A puzzle game about atoms and molecules"
 msgstr "Ein Puzzlespiel über Atome und Moleküle"
 
@@ -145,32 +146,32 @@
 msgid "Water"
 msgstr "Wasser"
 
-#: data/ui/interface.ui:72
+#: data/ui/interface.ui:99
 msgid "Level:"
 msgstr "Spielstufe:"
 
-#: data/ui/interface.ui:84

commit atomix for openSUSE:Factory

2019-04-05 Thread root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2019-04-05 11:59:54

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


Package is "atomix"

Fri Apr  5 11:59:54 2019 rev:10 rq:689472 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2018-10-01 
08:16:06.938017934 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new.3908/atomix.changes  2019-04-05 
12:02:04.646553654 +0200
@@ -1,0 +2,20 @@
+Mon Mar 11 13:20:18 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Stable release version bump.
+
+---
+Tue Mar  5 10:18:47 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Updated translations.
+
+---
+Sun Feb 17 07:05:55 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Moved app menu to in-game menu.
+  + Removed quit menu item.
+  + Updated translations.
+
+---

Old:

  atomix-3.30.0.1.tar.xz

New:

  atomix-3.32.0.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.VHCxWq/_old  2019-04-05 12:02:05.710554349 +0200
+++ /var/tmp/diff_new_pack.VHCxWq/_new  2019-04-05 12:02:05.722554356 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package atomix
 #
-# 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,18 +12,18 @@
 # 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:   atomix
-Version:3.30.0.1
+Version:3.32.0
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Atomix
-Source: 
http://download.gnome.org/sources/atomix/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/atomix/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  meson
 BuildRequires:  pkgconfig

++ atomix-3.30.0.1.tar.xz -> atomix-3.32.0.tar.xz ++
 3183 lines of diff (skipped)




commit atomix for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2018-10-01 08:16:05

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


Package is "atomix"

Mon Oct  1 08:16:05 2018 rev:9 rq:637353 version:3.30.0.1

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2018-03-14 
19:36:55.829693255 +0100
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2018-10-01 
08:16:06.938017934 +0200
@@ -1,0 +2,33 @@
+Sun Sep  9 08:38:10 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.30.0.1:
+  + Fixed game menu not appearing (glgo#GNOME/atomix#13).
+- Changes from version 3.30.0:
+  + Do not show scores after entering scores.
+  + Fixed libgnome-games-support git repo typo.
+  + Updated translations.
+- Remove lang package from recommended packages as it already
+  supplements main package (same effect, it's redundant).
+
+---
+Tue Jun 19 00:29:22 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.3:
+  + Implemented appmenu (glgo#GNOME/atomix#7).
+  + Handle highscores using libgnome-games-support
+(glgo#GNOME/atomix#6).
+  + Add flatpak manifest (glgo#GNOME/atomix#11).
+  + Port to Meson.
+  + Level names made translatable.
+  + Migrated to gettext.
+  + Updated bugzilla references to gitlab.
+- Add meson BuildRequires and corresponding macros following
+  upstreams port to meson buildsystem.
+- Add pkgconfig(libgnome-games-support-1) BuildRequires: New
+  dependency.
+- Drop intltool BuildRequires: No longer needed, nor used.
+- Use autosetup macro.
+- Drop post(un) handling of icon_theme_cache_post(un), no longer
+  needed on current versions of openSUSE.
+
+---

Old:

  atomix-3.22.0.tar.xz

New:

  atomix-3.30.0.1.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.wLFMhY/_old  2018-10-01 08:16:08.670016823 +0200
+++ /var/tmp/diff_new_pack.wLFMhY/_new  2018-10-01 08:16:08.686016812 +0200
@@ -17,19 +17,20 @@
 
 
 Name:   atomix
-Version:3.22.0
+Version:3.30.0.1
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://wiki.gnome.org/Apps/Atomix
-Source: 
http://download.gnome.org/sources/atomix/3.22/%{name}-%{version}.tar.xz
-BuildRequires:  intltool >= 0.40.0
+Source: 
http://download.gnome.org/sources/atomix/3.30/%{name}-%{version}.tar.xz
+
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
-Recommends: %{name}-lang
+BuildRequires:  pkgconfig(libgnome-games-support-1)
 
 %description
 You start the game with the map filled with walls and a few atoms, which you 
can
@@ -42,29 +43,22 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name}
 
-%post
-%icon_theme_cache_post
-
-%postun
-%icon_theme_cache_post
-
 %files
 %license COPYING
 %doc ChangeLog README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/atomix.appdata.xml
+%{_datadir}/metainfo/atomix.appdata.xml
 %{_datadir}/applications/atomix.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 

++ atomix-3.22.0.tar.xz -> atomix-3.30.0.1.tar.xz ++
 40857 lines of diff (skipped)




commit atomix for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2018-03-14 19:36:54

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


Package is "atomix"

Wed Mar 14 19:36:54 2018 rev:8 rq:584762 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2016-09-23 
11:36:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2018-03-14 
19:36:55.829693255 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:23:06 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.n9bYYK/_old  2018-03-14 19:36:56.893655465 +0100
+++ /var/tmp/diff_new_pack.n9bYYK/_new  2018-03-14 19:36:56.897655323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package atomix
 #
-# Copyright (c) 2016 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,16 +20,16 @@
 Version:3.22.0
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
-Url:https://wiki.gnome.org/Apps/Atomix
+URL:https://wiki.gnome.org/Apps/Atomix
 Source: 
http://download.gnome.org/sources/atomix/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  intltool >= 0.40.0
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 You start the game with the map filled with walls and a few atoms, which you 
can
@@ -49,7 +49,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %find_lang %{name}
 
 %post
@@ -59,8 +59,8 @@
 %icon_theme_cache_post
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%license COPYING
+%doc ChangeLog README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %dir %{_datadir}/appdata
@@ -69,6 +69,5 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog




commit atomix for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2016-09-23 11:36:55

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


Package is "atomix"

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2016-03-29 
14:44:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2016-09-23 
11:36:57.0 +0200
@@ -1,0 +2,28 @@
+Mon Sep 19 18:38:25 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + Added content ratings.
+  + Updated translations.
+
+---
+Tue Sep 13 08:09:26 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + Updated translations.
+
+---
+Tue Aug 30 08:38:17 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.91:
+  + Port from gnome-common.
+  + Fix compilation warnings.
+  + Updated translations.
+
+---
+Tue Aug 16 09:55:41 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.90:
+  + Use label word wrap instead of newlines.
+  + Updated translations.
+
+---

Old:

  atomix-3.20.0.tar.xz

New:

  atomix-3.22.0.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.f2icKq/_old  2016-09-23 11:36:58.0 +0200
+++ /var/tmp/diff_new_pack.f2icKq/_new  2016-09-23 11:36:58.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   atomix
-Version:3.20.0
+Version:3.22.0
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://wiki.gnome.org/Apps/Atomix
-Source: 
http://download.gnome.org/sources/atomix/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/atomix/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0

++ atomix-3.20.0.tar.xz -> atomix-3.22.0.tar.xz ++
 12816 lines of diff (skipped)




commit atomix for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2016-03-29 14:44:15

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


Package is "atomix"

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2015-10-06 
16:30:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2016-03-29 
14:44:17.0 +0200
@@ -1,0 +2,55 @@
+Tue Mar 22 10:48:30 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + No changes.
+
+---
+Tue Mar 15 10:46:04 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.92:
+  + New icon and logo for GNOME3.
+  + Symbolic and low-res icon.
+  + Updated translations.
+
+---
+Tue Mar  1 09:50:12 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.91:
+  + Updated translations.
+
+---
+Tue Feb 16 15:53:49 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.90:
+  + Updated Appdata to spec version 0.7.
+  + Added tag to Appdata.
+  + Updated translations.
+
+---
+Tue Jan 19 08:15:29 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.4:
+  + Added scalable icon (bgo#746471).
+  + Use new icon and GtkApplication (bgo#742871).
+  + Single-instance application.
+  + Remove window border.
+  + Register window actions.
+  + Fixed autogen deprecation warnings.
+  + Updated translations.
+- Add %icon_theme_cache_post/%icon_theme_cache_postun macros to
+  post/postun scripts in order to rebuild the icon cache.
+
+---
+Tue Dec 22 13:57:18 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.19.3:
+  + Updated translations.
+
+---
+Tue Nov 24 19:39:55 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.19.2:
+  + Show gameplay tips (bgo#587868).
+  + Updated translations.
+
+---

Old:

  atomix-3.18.0.tar.xz

New:

  atomix-3.20.0.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.dgGO4p/_old  2016-03-29 14:44:18.0 +0200
+++ /var/tmp/diff_new_pack.dgGO4p/_new  2016-03-29 14:44:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package atomix
 #
-# 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:   atomix
-Version:3.18.0
+Version:3.20.0
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://wiki.gnome.org/Apps/Atomix
-Source: 
http://download.gnome.org/sources/atomix/3.18/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/atomix/3.20/%{name}-%{version}.tar.xz
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
@@ -52,6 +52,12 @@
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
 
+%post
+%icon_theme_cache_post
+
+%postun
+%icon_theme_cache_post
+
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
@@ -60,7 +66,7 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/atomix.appdata.xml
 %{_datadir}/applications/atomix.desktop
-%{_datadir}/pixmaps/atomix-icon.png
+%{_datadir}/icons/hicolor/*/apps/%{name}*
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ atomix-3.18.0.tar.xz -> atomix-3.20.0.tar.xz ++
 12248 lines of diff (skipped)




commit atomix for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

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

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


Package is "atomix"

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2015-09-03 
18:12:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2015-10-06 
16:30:18.0 +0200
@@ -1,0 +2,27 @@
+Tue Sep 22 06:35:57 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + No changes, stable version.
+
+---
+Mon Sep 14 19:40:19 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.92:
+  + Updated translations.
+
+---
+Tue Sep  1 11:23:41 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.91:
+  + Fixed about dialog not showing close button.
+  + Website on about dialog should not be translatable.
+  + Updated translations.
+
+---
+Tue Aug 18 08:47:17 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.90:
+  + Updated translations.
+- Drop pkgconfig(libxml2) BuildRequires: No longer needed.
+
+---

Old:

  atomix-3.16.0.tar.xz

New:

  atomix-3.18.0.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.GiKy9p/_old  2015-10-06 16:30:19.0 +0200
+++ /var/tmp/diff_new_pack.GiKy9p/_new  2015-10-06 16:30:19.0 +0200
@@ -17,18 +17,17 @@
 
 
 Name:   atomix
-Version:3.16.0
+Version:3.18.0
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://wiki.gnome.org/Apps/Atomix
-Source: 
http://download.gnome.org/sources/atomix/3.16/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/atomix/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
-BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.23
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ atomix-3.16.0.tar.xz -> atomix-3.18.0.tar.xz ++
 24023 lines of diff (skipped)




commit atomix for openSUSE:Factory

2015-09-03 Thread h_root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2015-09-03 18:05:08

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


Package is "atomix"

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2015-03-30 
19:25:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2015-09-03 
18:12:48.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 24 08:46:39 UTC 2015 - dims...@opensuse.org
+
+- Own %{_datadir}/appdata.
+
+---



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.YlVDCR/_old  2015-09-03 18:12:49.0 +0200
+++ /var/tmp/diff_new_pack.YlVDCR/_new  2015-09-03 18:12:49.0 +0200
@@ -58,6 +58,7 @@
 %doc ChangeLog README COPYING
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
 %{_datadir}/appdata/atomix.appdata.xml
 %{_datadir}/applications/atomix.desktop
 %{_datadir}/pixmaps/atomix-icon.png




commit atomix for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2015-03-30 19:25:10

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


Package is atomix

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2015-03-18 
13:07:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2015-03-30 
19:25:11.0 +0200
@@ -1,0 +2,6 @@
+Mon Mar 23 20:20:17 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Fixed licensing mistake in appdata (bgo#746473).
+
+---

Old:

  atomix-3.15.92.tar.xz

New:

  atomix-3.16.0.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.fpGXZb/_old  2015-03-30 19:25:11.0 +0200
+++ /var/tmp/diff_new_pack.fpGXZb/_new  2015-03-30 19:25:11.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   atomix
-Version:3.15.92
+Version:3.16.0
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:https://wiki.gnome.org/Apps/Atomix
-Source: 
http://download.gnome.org/sources/atomix/3.15/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/atomix/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  intltool = 0.40.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.0.5
 BuildRequires:  pkgconfig(glib-2.0) = 2.36.0

++ atomix-3.15.92.tar.xz - atomix-3.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.15.92/NEWS new/atomix-3.16.0/NEWS
--- old/atomix-3.15.92/NEWS 2015-03-16 20:21:16.0 +0100
+++ new/atomix-3.16.0/NEWS  2015-03-23 21:07:08.0 +0100
@@ -1,3 +1,7 @@
+2015-03-23: Release version 3.16.0
+
+* Fixed licensing mistake in appdata (bug #746473)
+
 2015-03-16: Release version 3.15.92
 
 * New and updated translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.15.92/configure new/atomix-3.16.0/configure
--- old/atomix-3.15.92/configure2015-03-16 20:21:35.0 +0100
+++ new/atomix-3.16.0/configure 2015-03-23 21:08:02.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for atomix 3.15.92.
+# Generated by GNU Autoconf 2.69 for atomix 3.16.0.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=atomix.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='atomix'
 PACKAGE_TARNAME='atomix'
-PACKAGE_VERSION='3.15.92'
-PACKAGE_STRING='atomix 3.15.92'
+PACKAGE_VERSION='3.16.0'
+PACKAGE_STRING='atomix 3.16.0'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=atomix'
 PACKAGE_URL=''
 
@@ -1287,7 +1287,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 atomix 3.15.92 to adapt to many kinds of systems.
+\`configure' configures atomix 3.16.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1353,7 +1353,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of atomix 3.15.92:;;
+ short | recursive ) echo Configuration of atomix 3.16.0:;;
esac
   cat \_ACEOF
 
@@ -1461,7 +1461,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-atomix configure 3.15.92
+atomix configure 3.16.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1629,7 +1629,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by atomix $as_me 3.15.92, which was
+It was created by atomix $as_me 3.16.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2498,7 +2498,7 @@
 
 # Define the identity of the package.
  PACKAGE='atomix'
- VERSION='3.15.92'
+ VERSION='3.16.0'
 
 
 cat confdefs.h _ACEOF
@@ -4036,7 +4036,7 @@
 
 
 
-LIBGTK_REQUIRED=3.14.0
+LIBGTK_REQUIRED=3.10.0
 LIBXML_REQUIRED=2.4.23
 GLIB_REQUIRED=2.36.0
 GDK_PIXBUF_REQUIRED=2.0.5
@@ -5387,7 +5387,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by atomix $as_me 3.15.92, which was
+This file was extended by atomix $as_me 3.16.0, which was
 generated by GNU Autoconf 2.69.  Invocation command 

commit atomix for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2015-03-18 13:07:44

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


Package is atomix

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2015-03-05 
18:16:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2015-03-18 
13:07:46.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 08:10:26 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+---

Old:

  atomix-3.15.91.tar.xz

New:

  atomix-3.15.92.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.DRkc6t/_old  2015-03-18 13:07:46.0 +0100
+++ /var/tmp/diff_new_pack.DRkc6t/_new  2015-03-18 13:07:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   atomix
-Version:3.15.91
+Version:3.15.92
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0+
@@ -65,3 +65,4 @@
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
+%changelog

++ atomix-3.15.91.tar.xz - atomix-3.15.92.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.15.91/NEWS new/atomix-3.15.92/NEWS
--- old/atomix-3.15.91/NEWS 2015-03-02 18:58:08.0 +0100
+++ new/atomix-3.15.92/NEWS 2015-03-16 20:21:16.0 +0100
@@ -1,3 +1,10 @@
+2015-03-16: Release version 3.15.92
+
+* New and updated translations
+  - bs, courtesy of Samir Ribic
+  - sv, courtesy of Anders Jonsson
+  - lt, courtesy of Mantas Kriaučiūnas
+
 2015-03-02: Release version 3.15.91
 
 * New and updated translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.15.91/configure new/atomix-3.15.92/configure
--- old/atomix-3.15.91/configure2015-03-02 18:58:50.0 +0100
+++ new/atomix-3.15.92/configure2015-03-16 20:21:35.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for atomix 3.15.91.
+# Generated by GNU Autoconf 2.69 for atomix 3.15.92.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=atomix.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='atomix'
 PACKAGE_TARNAME='atomix'
-PACKAGE_VERSION='3.15.91'
-PACKAGE_STRING='atomix 3.15.91'
+PACKAGE_VERSION='3.15.92'
+PACKAGE_STRING='atomix 3.15.92'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=atomix'
 PACKAGE_URL=''
 
@@ -1287,7 +1287,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 atomix 3.15.91 to adapt to many kinds of systems.
+\`configure' configures atomix 3.15.92 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1353,7 +1353,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of atomix 3.15.91:;;
+ short | recursive ) echo Configuration of atomix 3.15.92:;;
esac
   cat \_ACEOF
 
@@ -1461,7 +1461,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-atomix configure 3.15.91
+atomix configure 3.15.92
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1629,7 +1629,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by atomix $as_me 3.15.91, which was
+It was created by atomix $as_me 3.15.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2498,7 +2498,7 @@
 
 # Define the identity of the package.
  PACKAGE='atomix'
- VERSION='3.15.91'
+ VERSION='3.15.92'
 
 
 cat confdefs.h _ACEOF
@@ -5387,7 +5387,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by atomix $as_me 3.15.91, which was
+This file was extended by atomix $as_me 3.15.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5453,7 +5453,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-atomix config.status 3.15.91
+atomix config.status 3.15.92
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
diff -urN