Hello community,

here is the log from the commit of package five-or-more for openSUSE:13.1 
checked in at 2013-09-27 17:09:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/five-or-more (Old)
 and      /work/SRC/openSUSE:13.1/.five-or-more.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "five-or-more"

Changes:
--------
--- /work/SRC/openSUSE:13.1/five-or-more/five-or-more.changes   2013-09-23 
14:50:52.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.five-or-more.new/five-or-more.changes      
2013-09-27 17:09:49.000000000 +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.Sm8Tct/_old  2013-09-27 17:09:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Sm8Tct/_new  2013-09-27 17:09:49.000000000 +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

Reply via email to