commit five-or-more for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2020-04-23 18:30:44

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new.2738 (New)


Package is "five-or-more"

Thu Apr 23 18:30:44 2020 rev:31 rq:795175 version:3.32.2

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2020-03-14 09:55:36.863122204 +0100
+++ /work/SRC/openSUSE:Factory/.five-or-more.new.2738/five-or-more.changes  
2020-04-23 18:30:50.232133600 +0200
@@ -1,0 +2,6 @@
+Sat Mar 28 19:11:02 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.32.2:
+  + Fixed theme switcher working.
+
+---

Old:

  five-or-more-3.32.1.tar.xz

New:

  five-or-more-3.32.2.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.9dmX8d/_old  2020-04-23 18:30:51.016135100 +0200
+++ /var/tmp/diff_new_pack.9dmX8d/_new  2020-04-23 18:30:51.020135108 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.32.1
+Version:3.32.2
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0-or-later

++ five-or-more-3.32.1.tar.xz -> five-or-more-3.32.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.32.1/NEWS new/five-or-more-3.32.2/NEWS
--- old/five-or-more-3.32.1/NEWS2020-03-12 20:15:18.0 +0100
+++ new/five-or-more-3.32.2/NEWS2020-03-28 19:48:34.0 +0100
@@ -1,3 +1,8 @@
+3.32.2 - 28 March, 2020
+==
+
+* Fixed theme switcher working
+
 3.32.1 - 12 March, 2020
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.32.1/data/five-or-more-preferences.ui 
new/five-or-more-3.32.2/data/five-or-more-preferences.ui
--- old/five-or-more-3.32.1/data/five-or-more-preferences.ui2020-03-12 
20:15:18.0 +0100
+++ new/five-or-more-3.32.2/data/five-or-more-preferences.ui2020-03-28 
19:48:34.0 +0100
@@ -73,9 +73,9 @@
 False
 0
 
-  balls
-  shapes
-  tango
+  balls
+  shapes
+  tango
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.32.1/meson.build 
new/five-or-more-3.32.2/meson.build
--- old/five-or-more-3.32.1/meson.build 2020-03-12 20:15:18.0 +0100
+++ new/five-or-more-3.32.2/meson.build 2020-03-28 19:48:34.0 +0100
@@ -1,5 +1,5 @@
 project('five-or-more', ['c', 'vala'],
-  version: '3.32.1',
+  version: '3.32.2',
   meson_version: '>= 0.43.0',
   license: 'GPLv2'
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.32.1/src/preferences-dialog.vala 
new/five-or-more-3.32.2/src/preferences-dialog.vala
--- old/five-or-more-3.32.1/src/preferences-dialog.vala 2020-03-12 
20:15:18.0 +0100
+++ new/five-or-more-3.32.2/src/preferences-dialog.vala 2020-03-28 
19:48:35.0 +0100
@@ -35,7 +35,7 @@
 private void theme_set_cb (Gtk.ComboBox self)
 {
 var combo_box_text = self as Gtk.ComboBoxText;
-var theme = combo_box_text.get_active_text ();
+var theme = combo_box_text.get_active_id ();
 foreach (var t in ThemeRenderer.themes)
 {
 if (t.split (".")[0] == theme)




commit five-or-more for openSUSE:Factory

2020-03-14 Thread root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2020-03-14 09:55:21

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new.3160 (New)


Package is "five-or-more"

Sat Mar 14 09:55:21 2020 rev:30 rq:784588 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2019-04-05 12:01:29.878530932 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new.3160/five-or-more.changes  
2020-03-14 09:55:36.863122204 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 19:26:18 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Fixed translations not working.
+
+---

Old:

  five-or-more-3.32.0.tar.xz

New:

  five-or-more-3.32.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.XiwvZz/_old  2020-03-14 09:55:39.243123951 +0100
+++ /var/tmp/diff_new_pack.XiwvZz/_new  2020-03-14 09:55:39.243123951 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.32.0
+Version:3.32.1
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0-or-later

++ five-or-more-3.32.0.tar.xz -> five-or-more-3.32.1.tar.xz ++
 2167 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2019-04-05 Thread root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2019-04-05 11:59:18

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new.3908 (New)


Package is "five-or-more"

Fri Apr  5 11:59:18 2019 rev:29 rq:689462 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2018-10-01 08:16:18.334010621 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new.3908/five-or-more.changes  
2019-04-05 12:01:29.878530932 +0200
@@ -1,0 +2,48 @@
+Mon Mar 11 18:04:32 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Tue Mar  5 09:26:33 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Updated docs.
+  + Updated translations.
+
+---
+Wed Feb 20 17:23:22 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.91:
+  + Added snap build.
+  + Updated translations.
+
+---
+Sun Feb 17 07:02:39 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Nightly builds.
+  + Appdata updates.
+  + Tests for appdata and desktop validation.
+  + Updated translations.
+- Drop five-or-more-fix-help-build.patch: Fixed upstream.
+
+---
+Sat Jan  5 17:20:39 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.2:
+  + Minor interface changes.
+  + Updated translations.
+- Changes from version 3.31.1:
+  + Complete rewrite as part of GSoC.
+  + Added new ball theme.
+  + Remove appmenu.
+  + Resource files with reverse domain naming.
+  + Updated translations.
+- Replace pkgconfig(gmodule-2.0) with pkgconfig(gmodule-export-2.0)
+  BuildRequires: Align with what meson checks for.
+- Add vala, pkgconfig(gee-0.8) and pkgconfig(gio-2.0)
+  BuildRequires: New dependencies.
+- Add five-or-more-fix-help-build.patch: Fix build of help files.
+
+---

Old:

  five-or-more-3.30.0.tar.xz

New:

  five-or-more-3.32.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.NvEzwo/_old  2019-04-05 12:01:30.562531380 +0200
+++ /var/tmp/diff_new_pack.NvEzwo/_new  2019-04-05 12:01:30.566531382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# 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,29 @@
 # 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:   five-or-more
-Version:3.30.0
+Version:3.32.0
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://wiki.gnome.org/Apps/Five_or_more
-Source0:
http://download.gnome.org/sources/five-or-more/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/five-or-more/3.32/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  meson >= 0.43
 BuildRequires:  pkgconfig
+BuildRequires:  vala
+BuildRequires:  pkgconfig(gee-0.8)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.32
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
-BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gmodule-export-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(libgnome-games-support-1)
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
@@ -60,7 +64,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson
@@ -69,19 +73,18 @@
 %install
 %meson_install
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}/%{_datadir}
 
 %files
 %license COPYING
 %doc NEWS
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/five-or-more.appdata.xml
-%{_datadir}/applications/five-or-more.desktop
+%{_datadir}/applications/org.gnome.five-or-more.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/five-or-more*.*
+%{_datadir}/icons/hicolor/
 %{_mandir}/man6/%{name}.6%{?ext_man}

commit five-or-more for openSUSE:Factory

2018-10-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Mon Oct  1 08:16:08 2018 rev:28 rq:637357 version:3.30.0

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2018-03-16 10:44:14.962528210 +0100
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2018-10-01 08:16:18.334010621 +0200
@@ -1,0 +2,19 @@
+Sun Sep  9 07:38:14 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.30.0:
+  + Updated translations.
+- Changes from version 3.29.3:
+  + Updated translations.
+  + Migrate to gettext.
+  + Migrate to meson.
+  + Use libgnome-games-support for scores tracking.
+- Drop intltool BuildRequires: No longer needed after upstream
+  migration to Gettext.
+- Build with meson:
+  + Add meson as build requirement.
+  + Use appropriate macros.
+- Add pkgconfig(libgnome-games-support-1) as build requirement.
+- No longer recommend lang package as it already supplements main
+  package (same effect, it's redundant).
+
+---

Old:

  five-or-more-3.28.0.tar.xz

New:

  five-or-more-3.30.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.RsHrX0/_old  2018-10-01 08:16:18.790010329 +0200
+++ /var/tmp/diff_new_pack.RsHrX0/_new  2018-10-01 08:16:18.794010326 +0200
@@ -17,24 +17,24 @@
 
 
 Name:   five-or-more
-Version:3.28.0
+Version:3.30.0
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://wiki.gnome.org/Apps/Five_or_more
-Source0:
http://download.gnome.org/sources/five-or-more/3.28/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.30/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  intltool >= 0.50
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
+BuildRequires:  meson >= 0.43
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
+BuildRequires:  pkgconfig(libgnome-games-support-1)
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Recommends: %{name}-doc
-Recommends: %{name}-lang
 
 %description
 Five or More is a game where one must align colored pieces as the
@@ -47,6 +47,7 @@
 %package doc
 Summary:Documentation for the "Five or More" GNOME game
 Group:  Documentation/Other
+BuildArch:  noarch
 
 %description doc
 Five or More is a game where one must align colored pieces as the
@@ -62,11 +63,11 @@
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
@@ -75,8 +76,8 @@
 %doc NEWS
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/five-or-more.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/five-or-more.appdata.xml
 %{_datadir}/applications/five-or-more.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/five-or-more*.*

++ five-or-more-3.28.0.tar.xz -> five-or-more-3.30.0.tar.xz ++
 64300 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2018-03-16 Thread root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2018-03-16 10:42:49

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Fri Mar 16 10:42:49 2018 rev:27 rq:587050 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2018-03-14 19:38:58.261344551 +0100
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2018-03-16 10:44:14.962528210 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 23:14:16 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.28.0:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.27.92.tar.xz

New:

  five-or-more-3.28.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.CKASWo/_old  2018-03-16 10:44:16.918457781 +0100
+++ /var/tmp/diff_new_pack.CKASWo/_new  2018-03-16 10:44:16.922457637 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   five-or-more
-Version:3.27.92
+Version:3.28.0
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
-Url:https://wiki.gnome.org/Apps/Five_or_more
-Source0:
http://download.gnome.org/sources/five-or-more/3.27/%{name}-%{version}.tar.xz
+URL:https://wiki.gnome.org/Apps/Five_or_more
+Source0:
http://download.gnome.org/sources/five-or-more/3.28/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50
 BuildRequires:  itstool

++ five-or-more-3.27.92.tar.xz -> five-or-more-3.28.0.tar.xz ++
 3442 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2018-03-14 19:38:45

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Wed Mar 14 19:38:45 2018 rev:26 rq:585834 version:3.27.92

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2017-09-13 21:54:08.981156741 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2018-03-14 19:38:58.261344551 +0100
@@ -1,0 +2,39 @@
+Fri Mar  9 18:55:06 UTC 2018 - jeng...@inai.de
+
+- Update summaries.
+
+---
+Tue Mar  6 09:49:47 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.92:
+  + Make theme names translatable.
+  + Updated translations.
+
+---
+Wed Feb 28 22:53:13 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.27.91:
+  + Updated translations.
+- Update Url tag to https://wiki.gnome.org/Apps/Five_or_more:
+  the current Five or More's web page.
+- Drop glib2_gsettings_schema_*, icon_theme_cache_*,
+  desktop_database_* post/postun scriptlets and
+  glib2_gsettings_schema_requires macro: their functionality has
+  been moved to RPM file triggers.
+- Drop update-desktop-files BuildRequires and its macro: they are
+  no longer required anymore.
+- Add fdupes BuildRequires and its macro for replacement of
+  duplicates with links under the data directory.
+- Split help documentation into a doc subpackage and add a
+  Recommens tag for it: more than half the size of the package was
+  documentation files.
+- Update package description to show the content provided by the
+  package.
+- Remove pristine Obsoletes tag for glines.
+
+---
+Wed Feb 28 16:25:24 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---

Old:

  five-or-more-3.26.0.tar.xz

New:

  five-or-more-3.27.92.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.u72C7s/_old  2018-03-14 19:38:59.973283742 +0100
+++ /var/tmp/diff_new_pack.u72C7s/_new  2018-03-14 19:38:59.997282890 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# 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
@@ -17,27 +17,24 @@
 
 
 Name:   five-or-more
-Version:3.26.0
+Version:3.27.92
 Release:0
 Summary:"Five or More" Game for GNOME
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle 
-Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.26/%{name}-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://wiki.gnome.org/Apps/Five_or_more
+Source0:
http://download.gnome.org/sources/five-or-more/3.27/%{name}-%{version}.tar.xz
+BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
-# five-or-more used to be called 'glines' and was part of gnome-games until 
3.7.x.
-Obsoletes:  glines < %{version}
-Obsoletes:  glines-lang < %{version}
+Recommends: %{name}-doc
 Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 Five or More is a game where one must align colored pieces as the
@@ -45,7 +42,22 @@
 pieces of the same color get lined up, they disappear. The game ends
 when the board gets filled up all the way.
 
+This package provides the binary, manual and data files for Five or More.
+
+%package doc
+Summary:Documentation for the "Five or More" GNOME game
+Group:  Documentation/Other
+
+%description doc
+Five or More is a game where one must align colored pieces as the
+board gets filled with randomly placed pieces. When five or more
+pieces of the same color get lined up, they disappear. The game ends
+when the board gets filled up all the way.
+
+This package contains the help documentation for Five or More.
+
 %lang_package
+
 %prep
 %setup -q
 
@@ -56,21 +68,11 @@
 

commit five-or-more for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2017-09-13 21:54:07

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Wed Sep 13 21:54:07 2017 rev:25 rq:523653 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2016-11-11 14:35:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2017-09-13 21:54:08.981156741 +0200
@@ -1,0 +2,21 @@
+Tue Sep 12 01:07:44 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+---
+Tue Aug 22 08:55:43 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.91:
+  + Updated required GTK version.
+  + Updated translations.
+
+---
+Mon Aug 14 17:37:47 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.90:
+  + Replaced deprecated set focus on click call.
+  + Fix Bugzilla submit bug button text (bgo#767264).
+  + Updated translations.
+
+---

Old:

  five-or-more-3.22.2.tar.xz

New:

  five-or-more-3.26.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.pcnEgF/_old  2017-09-13 21:54:09.605068958 +0200
+++ /var/tmp/diff_new_pack.pcnEgF/_new  2017-09-13 21:54:09.629065582 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# 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:   five-or-more
-Version:3.22.2
+Version:3.26.0
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.26/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool >= 0.50
 BuildRequires:  itstool
@@ -31,7 +31,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 # five-or-more used to be called 'glines' and was part of gnome-games until 
3.7.x.
 Obsoletes:  glines < %{version}

++ five-or-more-3.22.2.tar.xz -> five-or-more-3.26.0.tar.xz ++
 19287 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2016-11-11 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2016-11-11 14:35:45

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2016-09-23 11:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2016-11-11 14:35:47.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 10 23:50:30 UTC 2016 - firebird...@gmail.com
+
+- Update to version 3.22.2:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.22.0.tar.xz

New:

  five-or-more-3.22.2.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.xeJwiH/_old  2016-11-11 14:35:48.0 +0100
+++ /var/tmp/diff_new_pack.xeJwiH/_new  2016-11-11 14:35:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.22.0
+Version:3.22.2
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.22.0.tar.xz -> five-or-more-3.22.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.22.0/Makefile.in 
new/five-or-more-3.22.2/Makefile.in
--- old/five-or-more-3.22.0/Makefile.in 2016-09-19 20:04:12.0 +0200
+++ new/five-or-more-3.22.2/Makefile.in 2016-11-07 23:06:05.0 +0100
@@ -159,7 +159,7 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
-   NEWS compile depcomp install-sh missing
+   NEWS compile install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -553,7 +553,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -578,7 +578,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -596,7 +596,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -606,7 +606,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.22.0/NEWS new/five-or-more-3.22.2/NEWS
--- old/five-or-more-3.22.0/NEWS2016-09-19 20:04:07.0 +0200
+++ new/five-or-more-3.22.2/NEWS2016-11-07 23:05:52.0 +0100
@@ -1,3 +1,8 @@
+3.22.2 - November 8, 2016
+==
+
+* Updated translations
+
 3.22.0 - September 19, 2016
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.22.0/configure 
new/five-or-more-3.22.2/configure
--- old/five-or-more-3.22.0/configure   2016-09-19 20:04:11.0 +0200
+++ new/five-or-more-3.22.2/configure   2016-11-07 23:06:05.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Five or More 3.22.0.
+# Generated by GNU Autoconf 2.69 for Five or More 3.22.2.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='Five or More'
 PACKAGE_TARNAME='five-or-more'
-PACKAGE_VERSION='3.22.0'
-PACKAGE_STRING='Five or More 3.22.0'
+PACKAGE_VERSION='3.22.2'
+PACKAGE_STRING='Five or More 3.22.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 

commit five-or-more for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2016-09-23 11:36:39

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2016-08-20 12:27:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2016-09-23 11:36:40.0 +0200
@@ -1,0 +2,27 @@
+Mon Sep 19 18:35:21 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + Added content ratings.
+  + Updated translations.
+
+---
+Tue Sep 13 07:26:04 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + Updated translations.
+
+---
+Tue Aug 30 08:42:42 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.91:
+  + Fixed theme loading.
+  + Updated translations.
+
+---
+Wed Aug 17 11:19:53 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.90:
+  + Updated appdata.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.20.2.tar.xz

New:

  five-or-more-3.22.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.jXRCbT/_old  2016-09-23 11:36:42.0 +0200
+++ /var/tmp/diff_new_pack.jXRCbT/_new  2016-09-23 11:36:42.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   five-or-more
-Version:3.20.2
+Version:3.22.0
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.20/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.22/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool >= 0.50
 BuildRequires:  itstool

++ five-or-more-3.20.2.tar.xz -> five-or-more-3.22.0.tar.xz ++
 10092 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2016-08-20 12:27:19

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2016-08-05 18:17:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2016-08-20 12:27:21.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 17 11:19:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Fix theme loading.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.20.1.tar.xz

New:

  five-or-more-3.20.2.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.yYLjj4/_old  2016-08-20 12:27:22.0 +0200
+++ /var/tmp/diff_new_pack.yYLjj4/_new  2016-08-20 12:27:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.20.1.tar.xz -> five-or-more-3.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.20.1/NEWS new/five-or-more-3.20.2/NEWS
--- old/five-or-more-3.20.1/NEWS2016-07-31 06:06:49.0 +0200
+++ new/five-or-more-3.20.2/NEWS2016-08-17 12:38:52.0 +0200
@@ -1,3 +1,9 @@
+3.20.2 - August 17, 2016
+
+
+* Fix theme loading
+* Updated translations
+
 3.20.1 - July 30, 2016
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.20.1/configure 
new/five-or-more-3.20.2/configure
--- old/five-or-more-3.20.1/configure   2016-07-31 06:07:32.0 +0200
+++ new/five-or-more-3.20.2/configure   2016-08-17 12:39:33.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Five or More 3.20.1.
+# Generated by GNU Autoconf 2.69 for Five or More 3.20.2.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='Five or More'
 PACKAGE_TARNAME='five-or-more'
-PACKAGE_VERSION='3.20.1'
-PACKAGE_STRING='Five or More 3.20.1'
+PACKAGE_VERSION='3.20.2'
+PACKAGE_STRING='Five or More 3.20.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Five%20or%20more'
 
@@ -1295,7 +1295,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Five or More 3.20.1 to adapt to many kinds of systems.
+\`configure' configures Five or More 3.20.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1361,7 +1361,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Five or More 3.20.1:";;
+ short | recursive ) echo "Configuration of Five or More 3.20.2:";;
esac
   cat <<\_ACEOF
 
@@ -1477,7 +1477,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Five or More configure 3.20.1
+Five or More configure 3.20.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1532,7 +1532,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Five or More $as_me 3.20.1, which was
+It was created by Five or More $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2397,7 +2397,7 @@
 
 # Define the identity of the package.
  PACKAGE='five-or-more'
- VERSION='3.20.1'
+ VERSION='3.20.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5527,7 +5527,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Five or More $as_me 3.20.1, which was
+This file was extended by Five or More $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5594,7 +5594,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-Five or More config.status 3.20.1
+Five or More config.status 3.20.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options 

commit five-or-more for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2016-08-05 18:17:21

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2016-03-29 14:41:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2016-08-05 18:17:27.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 31 06:46:30 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.1:
+  + Fix Quit menu item and keyboard shortcut.
+  + Fix window size growing out of control with GTK+ 3.20.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.20.0.tar.xz

New:

  five-or-more-3.20.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.acXUXy/_old  2016-08-05 18:17:28.0 +0200
+++ /var/tmp/diff_new_pack.acXUXy/_new  2016-08-05 18:17:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.20.0.tar.xz -> five-or-more-3.20.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.20.0/NEWS new/five-or-more-3.20.1/NEWS
--- old/five-or-more-3.20.0/NEWS2016-03-22 08:20:46.0 +0100
+++ new/five-or-more-3.20.1/NEWS2016-07-31 06:06:49.0 +0200
@@ -1,3 +1,10 @@
+3.20.1 - July 30, 2016
+==
+
+* Fix Quit menu item and keyboard shortcut
+* Fix window size growing out of control with GTK+ 3.20
+* Updated translations
+
 3.20.0 - March 22, 2016
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.20.0/configure 
new/five-or-more-3.20.1/configure
--- old/five-or-more-3.20.0/configure   2016-03-22 08:22:02.0 +0100
+++ new/five-or-more-3.20.1/configure   2016-07-31 06:07:32.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Five or More 3.20.0.
+# Generated by GNU Autoconf 2.69 for Five or More 3.20.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='Five or More'
 PACKAGE_TARNAME='five-or-more'
-PACKAGE_VERSION='3.20.0'
-PACKAGE_STRING='Five or More 3.20.0'
+PACKAGE_VERSION='3.20.1'
+PACKAGE_STRING='Five or More 3.20.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Five%20or%20more'
 
@@ -1295,7 +1295,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Five or More 3.20.0 to adapt to many kinds of systems.
+\`configure' configures Five or More 3.20.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1361,7 +1361,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Five or More 3.20.0:";;
+ short | recursive ) echo "Configuration of Five or More 3.20.1:";;
esac
   cat <<\_ACEOF
 
@@ -1477,7 +1477,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Five or More configure 3.20.0
+Five or More configure 3.20.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1532,7 +1532,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Five or More $as_me 3.20.0, which was
+It was created by Five or More $as_me 3.20.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2397,7 +2397,7 @@
 
 # Define the identity of the package.
  PACKAGE='five-or-more'
- VERSION='3.20.0'
+ VERSION='3.20.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5527,7 +5527,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Five or More $as_me 3.20.0, which was
+This file was extended by Five or More $as_me 3.20.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5594,7 +5594,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 

commit five-or-more for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2016-03-29 14:41:04

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2015-10-06 16:30:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2016-03-29 14:41:06.0 +0200
@@ -1,0 +2,42 @@
+Tue Mar 22 09:44:23 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + Updated translations.
+
+---
+Tue Mar 15 10:40:32 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.92:
+  + Updated translations.
+
+---
+Tue Mar  1 11:09:46 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.91:
+  + Provide highres icon.
+  + Updated the appdata to spec version 0.7+.
+  + Updated translations.
+
+---
+Tue Jan 19 08:34:50 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.4:
+  + Stop using deprecated gnome-common.
+  + Add pre-commit and pre-applypatch hooks.
+  + Updated translations.
+
+---
+Tue Dec 22 20:07:57 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.19.3:
+  + Updated appdata and doap.
+  + Updated translations.
+
+---
+Tue Nov 24 00:39:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.19.2:
+  + Fixes for theme change help page.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.18.0.tar.xz

New:

  five-or-more-3.20.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.23Yv5F/_old  2016-03-29 14:41:07.0 +0200
+++ /var/tmp/diff_new_pack.23Yv5F/_new  2016-03-29 14:41:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# 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:   five-or-more
-Version:3.18.0
+Version:3.20.0
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.18/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.20/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool >= 0.50
 BuildRequires:  itstool

++ five-or-more-3.18.0.tar.xz -> five-or-more-3.20.0.tar.xz ++
 32686 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2015-10-06 16:30:27

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is "five-or-more"

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2015-04-23 07:57:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2015-10-06 16:30:29.0 +0200
@@ -1,0 +2,19 @@
+Tue Sep 22 06:36:55 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Updated translations.
+
+---
+Wed Sep 16 08:23:47 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.92:
+  + Fixed window dragging.
+  + Updated translations.
+
+---
+Wed Sep  2 10:38:03 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.91:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.16.1.tar.xz

New:

  five-or-more-3.18.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.Hdz51x/_old  2015-10-06 16:30:30.0 +0200
+++ /var/tmp/diff_new_pack.Hdz51x/_new  2015-10-06 16:30:30.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   five-or-more
-Version:3.16.1
+Version:3.18.0
 Release:0
 Summary:"Five or More" Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.16/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.18/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool >= 0.50
 BuildRequires:  itstool

++ five-or-more-3.16.1.tar.xz -> five-or-more-3.18.0.tar.xz ++
 9981 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2015-04-22 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2015-04-23 07:57:40

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2015-03-30 19:19:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2015-04-23 07:57:41.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 15 07:37:57 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.1:
+  + Provide symbolic app icon.
+  + Updated translations.
+- Remove HighContrast %icon_theme_cache_post(un) calls, as Symbolic
+  icons have replaced them.
+
+---

Old:

  five-or-more-3.16.0.tar.xz

New:

  five-or-more-3.16.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.51OAtF/_old  2015-04-23 07:57:42.0 +0200
+++ /var/tmp/diff_new_pack.51OAtF/_new  2015-04-23 07:57:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
@@ -61,13 +61,11 @@
 %post
 %glib2_gsettings_schema_post
 %icon_theme_cache_post
-%icon_theme_cache_post HighContrast
 %desktop_database_post
 
 %postun
 %glib2_gsettings_schema_postun
 %icon_theme_cache_postun
-%icon_theme_cache_postun HighContrast
 %desktop_database_postun
 
 %files
@@ -79,8 +77,7 @@
 %{_datadir}/appdata/five-or-more.appdata.xml
 %{_datadir}/applications/five-or-more.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/five-or-more.*
-%{_datadir}/icons/HighContrast/
+%{_datadir}/icons/hicolor/*/apps/five-or-more*.*
 %{_mandir}/man6/%{name}.6%{?ext_man}
 %defattr (0755, games, games)
 

++ five-or-more-3.16.0.tar.xz - five-or-more-3.16.1.tar.xz ++
 7636 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2015-03-30 19:19:37

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2014-10-15 16:27:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2015-03-30 19:19:38.0 +0200
@@ -1,0 +2,47 @@
+Mon Mar 23 20:17:55 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+---
+Tue Mar 17 08:15:44 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+---
+Tue Mar  3 12:35:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.15.91:
+  + Updated translations.
+
+---
+Tue Feb 17 08:55:47 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90:
+  + Remove New Game from appmenu.
+  + Remove .gitignore from version Control.
+  + Fix comparison of pointer with integer.
+  + Updated translations.
+
+---
+Mon Jan 26 11:44:11 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.4:
+  + Confirm before restarting the game on board size change.
+  + Mark new string for translation.
+  + Use imperative verb for the new dialog's action.
+  + Don't enter a score of zero in high scores.
+  + Fixed various memory leaks.
+  + Updated translations.
+
+---
+Wed Dec 17 20:44:12 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.15.3:
+  + Switch to appstream util validate from appdata validation.
+  + Remove GNOME Games branding from about dialog.
+  + Deprecation fixes.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.14.1.tar.xz

New:

  five-or-more-3.16.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.IsY4qq/_old  2015-03-30 19:19:39.0 +0200
+++ /var/tmp/diff_new_pack.IsY4qq/_new  2015-03-30 19:19:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# 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,13 +17,13 @@
 
 
 Name:   five-or-more
-Version:3.14.1
+Version:3.16.0
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.14/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.16/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool = 0.50
 BuildRequires:  itstool

++ five-or-more-3.14.1.tar.xz - five-or-more-3.16.0.tar.xz ++
 19186 lines of diff (skipped)




commit five-or-more for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2014-10-15 16:26:57

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2014-09-30 19:40:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2014-10-15 16:27:16.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 20:39:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.14.0.tar.xz

New:

  five-or-more-3.14.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.KtpzYE/_old  2014-10-15 16:27:17.0 +0200
+++ /var/tmp/diff_new_pack.KtpzYE/_new  2014-10-15 16:27:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.14.0.tar.xz - five-or-more-3.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.14.0/Makefile.in 
new/five-or-more-3.14.1/Makefile.in
--- old/five-or-more-3.14.0/Makefile.in 2014-09-22 22:27:35.0 +0200
+++ new/five-or-more-3.14.1/Makefile.in 2014-10-13 21:37:14.0 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.4 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -354,8 +354,8 @@
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-   @if test ! -f $@; then rm -f stamp-h1; else :; fi
-   @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+   @test -f $@ || rm -f stamp-h1
+   @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
@@ -554,10 +554,16 @@
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+   @echo WARNING: Support for shar distribution archives is \
+  deprecated. 2
+   @echo WARNING: It will be removed altogether in Automake 2.0 2
tardir=$(distdir)  $(am__tar) | compress -c $(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
+   @echo WARNING: Support for distribution archives compressed with \
+  legacy program 'compress' is deprecated. 2
+   @echo WARNING: It will be removed altogether in Automake 2.0 2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c $(distdir).shar.gz
$(am__post_remove_distdir)
 
@@ -599,9 +605,10 @@
   dc_destdir=$${TMPDIR-/tmp}/am-dc-/ \
   am__cwd=`pwd` \
   $(am__cd) $(distdir)/_build \
-  ../configure --srcdir=.. --prefix=$$dc_install_base \
+  ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+   --srcdir=.. --prefix=$$dc_install_base \
   $(MAKE) $(AM_MAKEFLAGS) \
   $(MAKE) $(AM_MAKEFLAGS) dvi \
   $(MAKE) $(AM_MAKEFLAGS) check \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.14.0/NEWS new/five-or-more-3.14.1/NEWS
--- old/five-or-more-3.14.0/NEWS2014-09-22 22:18:16.0 +0200
+++ new/five-or-more-3.14.1/NEWS2014-10-13 21:36:37.0 +0200
@@ -1,3 +1,8 @@
+3.14.1 - October 13, 2014
+
+
+* Updated translations
+
 3.14.0 - September 22, 2014
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.14.0/aclocal.m4 
new/five-or-more-3.14.1/aclocal.m4
--- old/five-or-more-3.14.0/aclocal.m4  2014-09-22 22:27:33.0 +0200
+++ new/five-or-more-3.14.1/aclocal.m4  2014-10-13 21:37:12.0 +0200
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
@@ -20,6 +20,143 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+# gnome-common.m4
+#
+# serial 3
+# 
+
+dnl GNOME_COMMON_INIT
+
+AU_DEFUN([GNOME_COMMON_INIT],
+[
+  dnl this macro should come after AC_CONFIG_MACRO_DIR
+  AC_BEFORE([AC_CONFIG_MACRO_DIR], [$0])
+
+  dnl ensure that when the 

commit five-or-more for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2014-09-30 19:39:22

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2014-05-20 14:27:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2014-09-30 19:40:56.0 +0200
@@ -1,0 +2,41 @@
+Tue Sep 23 10:14:17 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + Updated translations.
+
+---
+Wed Sep 17 14:50:09 UTC 2014 - dims...@opensuse.org
+
+- Drop special permission handling, incl pwdutils Requires: this
+  was required back when there was a system wide, shared highscore
+  list. 
+
+---
+Tue Sep 16 09:57:48 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.92:
+  + Fix insensitive new game menu item.
+  + Set a reasonable minimum size for the game.
+  + Show the preferences dialog in front of the main window.
+  + Fix some memory leaks.
+
+---
+Tue Aug 19 06:53:34 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90.1:
+  + Fix insensitive new game button.
+
+---
+Mon Aug 18 22:56:21 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + Use a header bar for the preferences dialog.
+  + Use text button for new game button.
+  + Always show the new game button.
+  + Distribute high contrast icons. Moved from
+gnome-themes-standard.
+  + Updated translations.
+- Add pkgconfig(glib-2.0) BuildRequires: new verified dependency.
+- Build HighContrast icon cache in post/postun.
+
+---

Old:

  five-or-more-3.12.2.tar.xz

New:

  five-or-more-3.14.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.bmx0MO/_old  2014-09-30 19:40:57.0 +0200
+++ /var/tmp/diff_new_pack.bmx0MO/_new  2014-09-30 19:40:57.0 +0200
@@ -17,26 +17,26 @@
 
 
 Name:   five-or-more
-Version:3.12.2
+Version:3.14.0
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.12/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.14/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool = 0.50
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glib-2.0) = 2.32
 BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.10
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.12.0
 BuildRequires:  pkgconfig(librsvg-2.0) = 2.32.0
 # five-or-more used to be called 'glines' and was part of gnome-games until 
3.7.x.
 Obsoletes:  glines  %{version}
 Obsoletes:  glines-lang  %{version}
 Recommends: %{name}-lang
-Requires(pre):  pwdutils
 %glib2_gsettings_schema_requires
 
 %description
@@ -58,39 +58,31 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file five-or-more
 
-%pre
-getent group games /dev/null || groupadd -r games
-getent passwd games /dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
-
 %post
-%set_permissions %{_bindir}/%{name}
 %glib2_gsettings_schema_post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 %desktop_database_post
 
-%verifyscript
-%verify_permissions -e %{_bindir}/%{name}
-
 %postun
 %glib2_gsettings_schema_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 %desktop_database_postun
 
 %files
 %defattr(-,root,root)
 %doc %{_datadir}/help/C/%{name}/
+%{_bindir}/%{name}
 %{_datadir}/%{name}/
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/five-or-more.appdata.xml
 %{_datadir}/applications/five-or-more.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/five-or-more.*
+%{_datadir}/icons/HighContrast/
 %{_mandir}/man6/%{name}.6%{?ext_man}
 %defattr (0755, games, games)
-# WARNING: If you are modifying this list, don't forget to edit the
-# %%post/%%verifyscript scripts for set_permissions/verify_permissions.
-%verify(not mode) %{_bindir}/%{name}
-%defattr (0664, games, games)
 
 %files lang -f %{name}.lang
 

++ five-or-more-3.12.2.tar.xz - 

commit five-or-more for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2014-05-05 21:14:32

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-11-24 11:26:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2014-05-05 21:15:05.0 +0200
@@ -1,0 +2,80 @@
+Mon Apr 14 19:07:38 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.1:
+  + Updated translations.
+
+---
+Mon Mar 24 15:26:34 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.0:
+  + Fix some bugs with the user help.
+  + Updated translations.
+
+---
+Mon Mar 17 08:18:00 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.92:
+  + Updated translations.
+
+---
+Mon Feb 17 11:18:53 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.11.90:
+  + The game view is no longer far too small when playing with a
+Large field (regression in 3.11.5).
+  + The new game button now works.
+  + The new game button now has a tooltip.
+  + The desktop file has been renamed to gnome-chess.desktop.
+  + Updated translations.
+- Update %suse_update_desktop_file macro following upstream
+  changes.
+
+---
+Mon Feb  3 20:57:09 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.5:
+  + The size radio button in Preferences now always indicates the
+correct size.
+  + A new game button now appears in the window after the game has
+ended.
+  + Scores are now stored in the home directory, instead of in
+/var/games.
+  + The binary no longer needs to be setgid in order for scores to
+work.
+  + The outdated Classic and Pulse themes have been removed.
+  + The default window size has been increased.
+  + Updated translations.
+- Remove calls to handle score files in /var/games.
+- Drop gnome-games-scripts BuildRequires: no longer required, as
+  we no longer have score files in /var/games.
+
+---
+Mon Jan 13 17:56:34 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.4:
+  + Fix location of items on the right side of the headerbar with
+latest GTK+.
+  + Updated translations.
+
+---
+Mon Dec 16 18:04:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.11.3:
+  + Use a GtkHeaderBar.
+  + Fix preview area disappearing when selecting another window.
+  + Updated translations.
+
+---
+Tue Nov 19 19:49:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.11.2:
+  + Updated translations.
+
+---
+Sun Nov 17 19:41:28 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.11.1:
+  + Appdata is now translatable.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.10.2.tar.xz

New:

  five-or-more-3.12.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.cispoW/_old  2014-05-05 21:15:06.0 +0200
+++ /var/tmp/diff_new_pack.cispoW/_new  2014-05-05 21:15:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,22 +17,20 @@
 
 
 Name:   five-or-more
-Version:3.10.2
+Version:3.12.1
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.10/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.12/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  intltool = 0.35.0
+BuildRequires:  intltool = 0.50
 BuildRequires:  itstool
-# Needed for gnome-games-create-post
-BuildRequires:  gnome-games-scripts
 BuildRequires:  libxml2-tools
 BuildRequires:  update-desktop-files
 BuildRequires:  

commit five-or-more for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-11-24 11:26:53

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-10-14 14:26:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-11-24 11:26:55.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 11 21:27:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.2 (bnc#849913):
+  + Updated translations.
+
+---

Old:

  five-or-more-3.10.1.tar.xz

New:

  five-or-more-3.10.2.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.i4tkgO/_old  2013-11-24 11:26:55.0 +0100
+++ /var/tmp/diff_new_pack.i4tkgO/_new  2013-11-24 11:26:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.10.1
+Version:3.10.2
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.10.1.tar.xz - five-or-more-3.10.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.10.1/NEWS new/five-or-more-3.10.2/NEWS
--- old/five-or-more-3.10.1/NEWS2013-10-12 13:46:08.0 +0200
+++ new/five-or-more-3.10.2/NEWS2013-11-11 15:17:19.0 +0100
@@ -1,3 +1,8 @@
+3.10.2 - November 11, 2013
+=
+
+* Translation updates
+
 3.10.1 - October 12, 2013
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/five-or-more-3.10.1/configure 
new/five-or-more-3.10.2/configure
--- old/five-or-more-3.10.1/configure   2013-10-12 13:53:14.0 +0200
+++ new/five-or-more-3.10.2/configure   2013-11-11 15:17:48.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for five-or-more 3.10.1.
+# Generated by GNU Autoconf 2.69 for five-or-more 3.10.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='five-or-more'
 PACKAGE_TARNAME='five-or-more'
-PACKAGE_VERSION='3.10.1'
-PACKAGE_STRING='five-or-more 3.10.1'
+PACKAGE_VERSION='3.10.2'
+PACKAGE_STRING='five-or-more 3.10.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1296,7 +1296,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures five-or-more 3.10.1 to adapt to many kinds of systems.
+\`configure' configures five-or-more 3.10.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1362,7 +1362,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of five-or-more 3.10.1:;;
+ short | recursive ) echo Configuration of five-or-more 3.10.2:;;
esac
   cat \_ACEOF
 
@@ -1478,7 +1478,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-five-or-more configure 3.10.1
+five-or-more configure 3.10.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1646,7 +1646,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by five-or-more $as_me 3.10.1, which was
+It was created by five-or-more $as_me 3.10.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2509,7 +2509,7 @@
 
 # Define the identity of the package.
  PACKAGE='five-or-more'
- VERSION='3.10.1'
+ VERSION='3.10.2'
 
 
 cat confdefs.h _ACEOF
@@ -5587,7 +5587,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by five-or-more $as_me 3.10.1, which was
+This file was extended by five-or-more $as_me 3.10.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5653,7 +5653,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-five-or-more config.status 3.10.1
+five-or-more config.status 3.10.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' 

commit five-or-more for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-10-14 14:26:10

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-09-27 17:09:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-10-14 14:26:11.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:08:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.10.0.tar.xz

New:

  five-or-more-3.10.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.ondxpI/_old  2013-10-14 14:26:26.0 +0200
+++ /var/tmp/diff_new_pack.ondxpI/_new  2013-10-14 14:26:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.10.0.tar.xz - five-or-more-3.10.1.tar.xz ++
 4640 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-09-27 17:09:45

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-09-23 14:50:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-09-27 17:09:47.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 23 11:08:46 UTC 2013 - idon...@suse.com
+
+- Create games user/group on demand (fate#314560)
+  + Depend on pwdutils for that to work.
+
+---
+Mon Sep 23 07:08:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.9.92.tar.xz

New:

  five-or-more-3.10.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.l2zbgo/_old  2013-09-27 17:09:48.0 +0200
+++ /var/tmp/diff_new_pack.l2zbgo/_new  2013-09-27 17:09:48.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   five-or-more
-Version:3.9.92
+Version:3.10.0
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.9/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.10/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  itstool
@@ -38,6 +38,7 @@
 Obsoletes:  glines  %{version}
 Obsoletes:  glines-lang  %{version}
 Recommends: %{name}-lang
+Requires(pre):  pwdutils
 %glib2_gsettings_schema_requires
 
 %description
@@ -60,6 +61,10 @@
 %suse_update_desktop_file glines
 %{_bindir}/gnome-games-create-post %{buildroot}
 
+%pre
+getent group games /dev/null || groupadd -r games
+getent passwd games /dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+
 %post -f glines.scores_post
 %set_permissions %{_bindir}/%{name}
 %glib2_gsettings_schema_post

++ five-or-more-3.9.92.tar.xz - five-or-more-3.10.0.tar.xz ++
 7099 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-09-23 14:50:49

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-08-30 16:13:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-09-23 14:50:50.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 21:27:34 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Add an appdata file for GNOME Software.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.9.90.tar.xz

New:

  five-or-more-3.9.92.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.Ry443w/_old  2013-09-23 14:50:51.0 +0200
+++ /var/tmp/diff_new_pack.Ry443w/_new  2013-09-23 14:50:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
@@ -78,6 +78,8 @@
 %defattr(-,root,root)
 %doc %{_datadir}/help/C/%{name}/
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/five-or-more.appdata.xml
 %{_datadir}/applications/glines.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/five-or-more.*

++ five-or-more-3.9.90.tar.xz - five-or-more-3.9.92.tar.xz ++
 11254 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-08-30 16:13:45

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-06-17 10:06:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-08-30 16:13:47.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug 20 19:18:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.90:
+  + Fix a crash when starting the game.
+  + Replace the menu bar with an application menu.
+  + Fullscreen option has been removed.
+  + Preferences dialog no longer considered a separate window by
+GNOME Shell.
+  + Fix two broken links in user help.
+  + Updated translations.
+
+---

Old:

  five-or-more-3.8.2.tar.xz

New:

  five-or-more-3.9.90.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.wtHOvN/_old  2013-08-30 16:13:49.0 +0200
+++ /var/tmp/diff_new_pack.wtHOvN/_new  2013-08-30 16:13:49.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   five-or-more
-Version:3.8.2
+Version:3.9.90
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.8/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.9/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  itstool

++ five-or-more-3.8.2.tar.xz - five-or-more-3.9.90.tar.xz ++
 10168 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-06-17 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-06-17 10:06:22

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-04-26 15:42:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-06-17 10:06:24.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun  2 05:30:19 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.8.2:
+  + Fix a crash on start on ubuntu.
+
+---

Old:

  five-or-more-3.8.1.tar.xz

New:

  five-or-more-3.8.2.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.Fam53n/_old  2013-06-17 10:06:25.0 +0200
+++ /var/tmp/diff_new_pack.Fam53n/_new  2013-06-17 10:06:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.8.1
+Version:3.8.2
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.8.1.tar.xz - five-or-more-3.8.2.tar.xz ++
 13816 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-04-26 15:42:25

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-04-09 07:04:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-04-26 15:42:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 17:32:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.8.0.tar.xz

New:

  five-or-more-3.8.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.q5SM6i/_old  2013-04-26 15:42:29.0 +0200
+++ /var/tmp/diff_new_pack.q5SM6i/_new  2013-04-26 15:42:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.8.0.tar.xz - five-or-more-3.8.1.tar.xz ++
 1959 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-04-08 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-04-08 14:31:31

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-04-05 13:06:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-04-08 14:31:31.0 +0200
@@ -1,0 +2,6 @@
+Wed Mar 27 07:38:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.7.92.tar.xz

New:

  five-or-more-3.8.0.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.UT4K58/_old  2013-04-08 14:31:33.0 +0200
+++ /var/tmp/diff_new_pack.UT4K58/_new  2013-04-08 14:31:33.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   five-or-more
-Version:3.7.92
+Version:3.8.0
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle 
 Url:http://www.gnome.org
-Source0:
http://download.gnome.org/sources/five-or-more/3.7/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/five-or-more/3.8/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  itstool

++ five-or-more-3.7.92.tar.xz - five-or-more-3.8.0.tar.xz ++
 38381 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-04-08 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-04-09 07:04:20

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-04-08 14:31:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-04-09 07:04:22.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  8 17:18:49 UTC 2013 - dims...@opensuse.org
+
+- Also obsolete glines-lang from the main package.
+
+---



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.c3rXEv/_old  2013-04-09 07:04:24.0 +0200
+++ /var/tmp/diff_new_pack.c3rXEv/_new  2013-04-09 07:04:24.0 +0200
@@ -34,8 +34,9 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.4.0
 BuildRequires:  pkgconfig(librsvg-2.0) = 2.32.0
-# five-or-more used to be called 'glines' and was part of gnome-games until 
3.7.x
+# five-or-more used to be called 'glines' and was part of gnome-games until 
3.7.x.
 Obsoletes:  glines  %{version}
+Obsoletes:  glines-lang  %{version}
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 

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