Hello community,

here is the log from the commit of package tali for openSUSE:Factory checked in 
at 2014-05-05 21:16:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tali (Old)
 and      /work/SRC/openSUSE:Factory/.tali.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tali"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tali/tali.changes        2013-11-24 
13:33:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tali.new/tali.changes   2014-05-05 
21:18:13.000000000 +0200
@@ -1,0 +2,76 @@
+Tue Apr 15 08:10:28 UTC 2014 - [email protected]
+
+- Update to version 3.12.1:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Mar 23 15:38:53 UTC 2014 - [email protected]
+
+- Update to version 3.12.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 18 09:31:28 UTC 2014 - [email protected]
+
+- Update to version 3.11.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  3 21:48:56 UTC 2014 - [email protected]
+
+- Update to version 3.11.91:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 17 17:41:49 UTC 2014 - [email protected]
+
+- Update to version 3.11.90:
+  + Rename desktop file so tali appears in GNOME Software.
+  + Change scores to be saved in ~/.local/share/tali.
+  + Move undo move from the app menu to the header bar.
+- Change %suse_update_desktop_file gtali to
+  %suse_update_desktop_file tali following upstream changes.
+
+-------------------------------------------------------------------
+Mon Feb  3 20:39:45 UTC 2014 - [email protected]
+
+- Update to version 3.11.5:
+  + Use a GtkHeaderBar, pushed GTK requirement to 3.10, fixed
+    layout issues.
+  + Move scores from /var/games to home directory.
+  + Updated translations.
+- Remove calls to handle score files in /var/games.
+- Drop gnome-games-scripts BuildRequires: no longer reuiqred, as
+  we no longer have score files in /var/games.
+
+-------------------------------------------------------------------
+Mon Jan 13 18:01:34 UTC 2014 - [email protected]
+
+- Update to version 3.11.4:
+  + Update website in about dialog.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Dec 16 21:58:55 UTC 2013 - [email protected]
+
+- Update to version 3.11.3:
+  + About dialog: use GtkLicense, remove period from sentence
+    fragment.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Nov 18 19:50:10 UTC 2013 - [email protected]
+
+- Update to version 3.11.2:
+  + Check for *-validate before using it, run autoupdate.
+  + Fix scores.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Nov 17 17:51:36 UTC 2013 - [email protected]
+
+- Update to version 3.11.1:
+  + Appdata is now translatable.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  tali-3.10.2.tar.xz

New:
----
  tali-3.12.1.tar.xz

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

Other differences:
------------------
++++++ tali.spec ++++++
--- /var/tmp/diff_new_pack.8zAsrz/_old  2014-05-05 21:18:14.000000000 +0200
+++ /var/tmp/diff_new_pack.8zAsrz/_new  2014-05-05 21:18:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tali
 #
-# 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,20 +17,19 @@
 
 
 Name:           tali
-Version:        3.10.2
+Version:        3.12.1
 Release:        0
 Summary:        Yahtzee Game for GNOME
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Other
 Url:            https://live.gnome.org/Tali
-Source:         
http://download.gnome.org/sources/tali/3.10/%{name}-%{version}.tar.xz
-BuildRequires:  gnome-games-scripts
+Source:         
http://download.gnome.org/sources/tali/3.12/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool >= 0.35.0
+BuildRequires:  intltool >= 0.50
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Requires(pre):  pwdutils
 Recommends:     %{name}-lang
@@ -58,14 +57,13 @@
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file gtali
-%{_bindir}/gnome-games-create-post %{buildroot}
+%suse_update_desktop_file tali
 
 %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 g%{name}.scores_post
+%post
 %set_permissions %{_bindir}/%{name}
 %glib2_gsettings_schema_post
 %desktop_database_post
@@ -88,7 +86,7 @@
 %{_datadir}/%{name}/
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/tali.appdata.xml
-%{_datadir}/applications/gtali.desktop
+%{_datadir}/applications/tali.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/icons/HighContrast/
@@ -98,10 +96,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/gtali.Colors.scores
-%ghost %{_localstatedir}/games/gtali.Regular.scores
 
 %files lang -f %{name}.lang
 

++++++ tali-3.10.2.tar.xz -> tali-3.12.1.tar.xz ++++++
++++ 139889 lines of diff (skipped)

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

Reply via email to