Hello community,

here is the log from the commit of package gnome-chess for openSUSE:Factory 
checked in at 2014-09-30 19:38:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-chess (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-chess.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-chess"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-chess/gnome-chess.changes  2014-07-06 
22:52:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-chess.new/gnome-chess.changes     
2014-09-30 19:40:22.000000000 +0200
@@ -1,0 +2,70 @@
+Mon Sep 22 08:23:46 UTC 2014 - [email protected]
+
+- Update to version 3.14.0:
+  + Updated appdata.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep 16 10:33:05 UTC 2014 - [email protected]
+
+- Update to version 3.13.92:
+  + Fix game ending with 1s left on timer.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 19 06:57:37 UTC 2014 - [email protected]
+
+- Update to version 3.13.90:
+  + Distribute high contrast icon (from gnome-themes-standard).
+  + Don't mention GNOME Games in about dialog.
+  + Updated translations.
+- Build HighContrast icon cache in post/postun.
+
+-------------------------------------------------------------------
+Mon Jul 21 17:30:27 UTC 2014 - [email protected]
+
+- Update to version 3.13.4:
+  + Remove 3D mode. Goodbye 3D mode.
+  + Time control is now a per-player limit, rather than a max
+    duration.
+  + Fix undo before engine moves.
+  + Fix engine desync when browsing history on engine's turn.
+  + Do not enable pause action when browsing history.
+  + Fix clock unpausing after game is over in rare situations.
+  + Return view to present when engine moves.
+  + Reword some error messages.
+  + Shorten some window subtitles.
+  + Add command line warning when engine makes illegal move.
+  + Do not try to stop the game twice when an engine error occurs.
+  + Ensure new game button is always sensitive when on game over.
+  + Update header bar title when using Undo.
+  + Workaround Vala signal misfires that could cause a rare crash.
+  + Use header bar on promotion dialog.
+  + Pause overlay is now transparent (but pieces are hidden).
+  + Minor improvements to preferences dialog.
+  + Set bigger minimum size for chess board.
+  + Miscellaneous code improvements.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Jun 30 23:17:32 UTC 2014 - [email protected]
+
+- Update to version 3.13.1:
+  + The gear menu has been replaced with a Resign button.
+  + The Save button has been replaced with a Save As button.
+  + Claim Draw action removed. The player is now prompted if a
+    claim is possible.
+  + Fix build on non-Linux systems.
+  + Fix incorrect header bar title after player uses Undo.
+  + Fix clock counting down if chess engine reports move while game
+    is paused.
+  + Fix time labels sometimes resizing as the clock counts down.
+  + Disable the new game button if White has not made the first
+    move.
+  + Add missing mnemonics in the preferences dialog.
+  + Add a mnemonic for the New Game button.
+  + Use a ratio character, not a colon, in the timers.
+  + Fix untranslated strings in the save game dialog.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-chess-3.12.3.tar.xz

New:
----
  gnome-chess-3.14.0.tar.xz

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

Other differences:
------------------
++++++ gnome-chess.spec ++++++
--- /var/tmp/diff_new_pack.BrsTYv/_old  2014-09-30 19:40:22.000000000 +0200
+++ /var/tmp/diff_new_pack.BrsTYv/_new  2014-09-30 19:40:22.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           gnome-chess
-Version:        3.12.3
+Version:        3.14.0
 Release:        0
 Summary:        Chess Game for GNOME
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Chess
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-chess/3.12/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-chess/3.14/%{name}-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  itstool
@@ -31,7 +31,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.13.2
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(x11)
 Requires:       chess_backend
@@ -65,11 +65,13 @@
 %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
@@ -77,12 +79,13 @@
 %doc COPYING
 %{_datadir}/help/C/%{name}/
 %{_datadir}/icons/hicolor/
+%{_datadir}/icons/HighContrast
 %{_datadir}/%{name}/
 %{_bindir}/%{name}
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/gnome-chess.appdata.xml
 %{_datadir}/applications/gnome-chess.desktop
-%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.chess.gschema.xml
 %{_mandir}/man6/%{name}.6%{?ext_man}
 %dir %{_sysconfdir}/gnome-chess
 %config %{_sysconfdir}/gnome-chess/engines.conf

++++++ gnome-chess-3.12.3.tar.xz -> gnome-chess-3.14.0.tar.xz ++++++
++++ 137651 lines of diff (skipped)

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

Reply via email to