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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2014-05-05 21:15:05.000000000 +0200
@@ -1,0 +2,80 @@
+Mon Apr 14 19:07:38 UTC 2014 - [email protected]
+
+- Update to version 3.12.1:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 24 15:26:34 UTC 2014 - [email protected]
+
+- Update to version 3.12.0:
+  + Fix some bugs with the user help.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 17 08:18:00 UTC 2014 - [email protected]
+
+- Update to version 3.11.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 17 11:18:53 UTC 2014 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- Update to version 3.11.2:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Nov 17 19:41:28 UTC 2013 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.cispoW/_new  2014-05-05 21:15:06.000000000 +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:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
 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}
@@ -58,14 +56,13 @@
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file glines
-%{_bindir}/gnome-games-create-post %{buildroot}
+%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 -f glines.scores_post
+%post
 %set_permissions %{_bindir}/%{name}
 %glib2_gsettings_schema_post
 %icon_theme_cache_post
@@ -85,7 +82,7 @@
 %{_datadir}/%{name}/
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/five-or-more.appdata.xml
-%{_datadir}/applications/glines.desktop
+%{_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.*
 %{_mandir}/man6/%{name}.6%{?ext_man}
@@ -94,11 +91,6 @@
 # %%post/%%verifyscript scripts for set_permissions/verify_permissions.
 %verify(not mode) %{_bindir}/%{name}
 %defattr (0664, games, games)
-# WARNING: If you are modifying this list,
-# don't forget to remove obsolete scores in %%post.
-%ghost %{_localstatedir}/games/glines.Large.scores
-%ghost %{_localstatedir}/games/glines.Medium.scores
-%ghost %{_localstatedir}/games/glines.Small.scores
 
 %files lang -f %{name}.lang
 

++++++ five-or-more-3.10.2.tar.xz -> five-or-more-3.12.1.tar.xz ++++++
++++ 54445 lines of diff (skipped)

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

Reply via email to