Accepting request 200932 from GNOME:Factory

Push GNOME 3.10.0

OBS-URL: https://build.opensuse.org/request/show/200932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-nibbles?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-09-27 15:26:37 +00:00 committed by Git OBS Bridge
commit 8ffe65009c
4 changed files with 22 additions and 5 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bf774cbd86e617c49f1740e79d52a7d26bf23656a673db1efb20bcc893e614a
size 1757488

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:581def76eeeb9028147abec23f935f9ea0081cfdf660ddb77d3c2cde09f2fff6
size 1773704

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 23 11:11:00 UTC 2013 - idonmez@suse.com
- Create games user/group on demand (fate#314560)
+ Depend on pwdutils for that to work.
-------------------------------------------------------------------
Mon Sep 23 07:09:21 UTC 2013 - dimstar@opensuse.org
- Update to version 3.10.0:
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 15 10:21:19 UTC 2013 - dimstar@opensuse.org Sun Sep 15 10:21:19 UTC 2013 - dimstar@opensuse.org

View File

@ -17,13 +17,13 @@
Name: gnome-nibbles Name: gnome-nibbles
Version: 3.9.92 Version: 3.10.0
Release: 0 Release: 0
Summary: Worm Game for GNOME Summary: Worm Game for GNOME
License: GPL-2.0+ License: GPL-2.0+
Group: Amusements/Games/Action/Arcade Group: Amusements/Games/Action/Arcade
Url: https://live.gnome.org/Lightsoff Url: https://live.gnome.org/Lightsoff
Source: http://download.gnome.org/sources/gnome-nibbles/3.9/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-nibbles/3.10/%{name}-%{version}.tar.xz
BuildRequires: gnome-games-scripts BuildRequires: gnome-games-scripts
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: intltool >= 0.35.0 BuildRequires: intltool >= 0.35.0
@ -36,6 +36,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26 BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
Recommends: %{name}-lang Recommends: %{name}-lang
Requires(pre): pwdutils
# gnome-nibbles was part of gnome-games until 3.7.x and was called gnibbles # gnome-nibbles was part of gnome-games until 3.7.x and was called gnibbles
Obsoletes: gnibbles < %{version} Obsoletes: gnibbles < %{version}
Obsoletes: gnibbles-lang < %{version} Obsoletes: gnibbles-lang < %{version}
@ -61,6 +62,10 @@ make %{?_smp_mflags}
%suse_update_desktop_file gnibbles %suse_update_desktop_file gnibbles
%{_bindir}/gnome-games-create-post %{buildroot} %{_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 %{name}.scores_post %post -f %{name}.scores_post
%set_permissions %{_bindir}/%{name} %set_permissions %{_bindir}/%{name}
%glib2_gsettings_schema_post %glib2_gsettings_schema_post