Accepting request 251900 from GNOME:Next
Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251900 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-nibbles?expand=0&rev=21
This commit is contained in:
parent
eb8d7ee7c3
commit
074dbd5f1c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:341a62ab4b4e43e230ee2e8791df30eb3aa8543ca6719689b73a2f2514123f33
|
|
||||||
size 1718244
|
|
3
gnome-nibbles-3.14.0.tar.xz
Normal file
3
gnome-nibbles-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace
|
||||||
|
size 1718720
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 22 14:22:03 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.14.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 17 14:47:53 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Drop special permission handling, incl pwdutils Requires: this
|
||||||
|
was required back when there was a system wide, shared highscore
|
||||||
|
list.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 16 11:21:34 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.92:
|
||||||
|
+ Make game delay configurable by debug switch.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 2 10:06:28 UTC 2014 - zaitor@opensuse.org
|
Tue Sep 2 10:06:28 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
@ -73,7 +93,7 @@ Mon Feb 3 20:38:25 UTC 2014 - dimstar@opensuse.org
|
|||||||
+ End game will show scores dialog.
|
+ End game will show scores dialog.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
- Remove calls to handle score files in /var/games.
|
- Remove calls to handle score files in /var/games.
|
||||||
- Drop gnome-games-scripts BuildRequires: no longer reuiqred, as
|
- Drop gnome-games-scripts BuildRequires: no longer required, as
|
||||||
we no longer have score files in /var/games.
|
we no longer have score files in /var/games.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-nibbles
|
Name: gnome-nibbles
|
||||||
Version: 3.13.91
|
Version: 3.14.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.13/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-nibbles/3.14/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: intltool >= 0.50
|
BuildRequires: intltool >= 0.50
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -35,7 +35,6 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.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}
|
||||||
@ -60,20 +59,12 @@ make %{?_smp_mflags}
|
|||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%suse_update_desktop_file gnome-nibbles
|
%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
|
%post
|
||||||
%set_permissions %{_bindir}/%{name}
|
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
%icon_theme_cache_post HighContrast
|
%icon_theme_cache_post HighContrast
|
||||||
|
|
||||||
%verifyscript
|
|
||||||
%verify_permissions -e %{_bindir}/%{name}
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
@ -84,6 +75,7 @@ getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nol
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING NEWS
|
%doc COPYING NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
%{_datadir}/appdata/gnome-nibbles.appdata.xml
|
%{_datadir}/appdata/gnome-nibbles.appdata.xml
|
||||||
@ -92,11 +84,6 @@ getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nol
|
|||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
%{_datadir}/icons/HighContrast/
|
%{_datadir}/icons/HighContrast/
|
||||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||||
%defattr (0755, games, games)
|
|
||||||
# WARNING: If you are modifying this list, don't forget to edit the
|
|
||||||
# %%post/%%verifyscript scripts for set_permissions/verify_permissions.
|
|
||||||
%verify(not mode) %{_bindir}/%{name}
|
|
||||||
%defattr (0664, games, games)
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user