Accepting request 228643 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228643 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-nibbles?expand=0&rev=14
This commit is contained in:
parent
d845a27404
commit
8bf7424faf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af659b52974493a618de5c288427aea2ebece9c90b5dd075a31c2a4d502d0ef9
|
||||
size 1763344
|
3
gnome-nibbles-3.12.0.tar.xz
Normal file
3
gnome-nibbles-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9be26c54411b11d05eaca99d38b3430a75a57b80ed035ffe53819067289b03e2
|
||||
size 1761324
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 07:40:37 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 08:22:48 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 09:41:42 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90.1:
|
||||
+ Added GtkHeaderBar, bumps depends to GTK+ 3.10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 16 09:16:59 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ AppData improvements.
|
||||
- Replace %suse_update_desktop_file gnibbles with
|
||||
%suse_update_desktop_file gnome-nibbles.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 20:38:25 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.5:
|
||||
+ GtkApplication Port with new AppMenu.
|
||||
+ Fix scores system and move to storing in home.
|
||||
+ End game will show scores dialog.
|
||||
+ 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 16:41:51 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.1:
|
||||
+ Added AppData file.
|
||||
+ Minor improvements to translatablity.
|
||||
+ Code and file cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 11:09:42 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-nibbles
|
||||
#
|
||||
# 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,21 @@
|
||||
|
||||
|
||||
Name: gnome-nibbles
|
||||
Version: 3.10.1
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: Worm Game for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Action/Arcade
|
||||
Url: https://live.gnome.org/Lightsoff
|
||||
Source: http://download.gnome.org/sources/gnome-nibbles/3.10/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gnome-games-scripts
|
||||
Source: http://download.gnome.org/sources/gnome-nibbles/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(clutter-1.0) >= 1.14.4
|
||||
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.2.0
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||
Recommends: %{name}-lang
|
||||
@ -59,14 +58,13 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file gnibbles
|
||||
%{_bindir}/gnome-games-create-post %{buildroot}
|
||||
%suse_update_desktop_file gnome-nibbles
|
||||
|
||||
%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
|
||||
%set_permissions %{_bindir}/%{name}
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
@ -89,7 +87,7 @@ getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nol
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-nibbles.appdata.xml
|
||||
%{_datadir}/applications/gnibbles.desktop
|
||||
%{_datadir}/applications/gnome-nibbles.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/icons/HighContrast/
|
||||
@ -99,16 +97,6 @@ getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nol
|
||||
# %%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/gnome-nibbles.1.0.scores
|
||||
%ghost %{_localstatedir}/games/gnome-nibbles.1.1.scores
|
||||
%ghost %{_localstatedir}/games/gnome-nibbles.2.0.scores
|
||||
%ghost %{_localstatedir}/games/gnome-nibbles.2.1.scores
|
||||
%ghost %{_localstatedir}/games/gnome-nibbles.3.0.scores
|
||||
%ghost %{_localstatedir}/games/gnome-nibbles.3.1.scores
|
||||
%ghost %{_localstatedir}/games/gnome-nibbles.4.0.scores
|
||||
%ghost %{_localstatedir}/games/gnome-nibbles.4.1.scores
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user