Accepting request 252099 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251900 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/252099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-nibbles?expand=0&rev=11
This commit is contained in:
commit
69e3fd51b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a8a2a845664bfae9a810bfb1dd039015d1b33b7503d2320212e801e5c19d90e
|
||||
size 1752088
|
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,48 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 3.13.91:
|
||||
+ Make all animations depend on already existing game delay
|
||||
constant.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 07:04:45 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.90:
|
||||
+ Fix several causes of invisible death worms, but a few known
|
||||
cases remain.
|
||||
+ The game will now crash whenever an invisible death worm would
|
||||
be created.
|
||||
+ Fix pause action in app menu.
|
||||
+ Fix resizing the board.
|
||||
+ Remove seriously buggy random teleporter on level 25.
|
||||
+ Use header bar on preferences dialog.
|
||||
+ Don't allow multiple windows.
|
||||
+ Fix small memory leak.
|
||||
+ Code cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 08:36:02 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
@ -48,7 +93,7 @@ Mon Feb 3 20:38:25 UTC 2014 - dimstar@opensuse.org
|
||||
+ 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
|
||||
- Drop gnome-games-scripts BuildRequires: no longer required, as
|
||||
we no longer have score files in /var/games.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-nibbles
|
||||
Version: 3.12.2
|
||||
Version: 3.14.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.12/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-nibbles/3.14/%{name}-%{version}.tar.xz
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.50
|
||||
BuildRequires: update-desktop-files
|
||||
@ -31,11 +31,10 @@ 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.10.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||
Recommends: %{name}-lang
|
||||
Requires(pre): pwdutils
|
||||
# gnome-nibbles was part of gnome-games until 3.7.x and was called gnibbles
|
||||
Obsoletes: gnibbles < %{version}
|
||||
Obsoletes: gnibbles-lang < %{version}
|
||||
@ -60,20 +59,12 @@ make %{?_smp_mflags}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%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
|
||||
%set_permissions %{_bindir}/%{name}
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%icon_theme_cache_post HighContrast
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e %{_bindir}/%{name}
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_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)
|
||||
%doc COPYING NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_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/HighContrast/
|
||||
%{_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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user