Accepting request 880962 from GNOME:Next
GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880962 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-robots?expand=0&rev=76
This commit is contained in:
parent
014b1550be
commit
11f959f025
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fe8694aa7d4f86e77770649fcd8944b00535913cb5975bcd3adc424bdbeffe2
|
|
||||||
size 427480
|
|
3
gnome-robots-40.0.tar.xz
Normal file
3
gnome-robots-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6fbf2f885750f1a5110a724f8f35addd9bc61184ee31cf0c0cb89953e4f4cb11
|
||||||
|
size 420024
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 21 08:03:01 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 40.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 15 11:03:00 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 40.beta:
|
||||||
|
+ Fix a lookup of a game config.
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove 15.patch: contained in upstream.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 15 07:34:12 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 40.alpha:
|
||||||
|
+ Rewrite in Vala.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add vala BuildRequires: new dependency.
|
||||||
|
- Drop "Requires(pre): pwdutils": it's been a while that we did not
|
||||||
|
create a user for gnome-games.
|
||||||
|
- Add 15.patch: Fix crash on startup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 12:43:11 UTC 2020 - dimstar@opensuse.org
|
Mon Sep 14 12:43:11 UTC 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-robots
|
# spec file for package gnome-robots
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,26 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-robots
|
Name: gnome-robots
|
||||||
Version: 3.38.0
|
Version: 40.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Robots Game for GNOME
|
Summary: Robots Game for GNOME
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Games/Action/Arcade
|
Group: Amusements/Games/Action/Arcade
|
||||||
URL: https://live.gnome.org/Robots
|
URL: https://live.gnome.org/Robots
|
||||||
Source0: https://download.gnome.org/sources/gnome-robots/3.38/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-robots/40/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-games-scripts
|
BuildRequires: gnome-games-scripts
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: vala
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.32
|
BuildRequires: pkgconfig(gio-2.0) >= 2.32
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(gsound) >= 1.0.2
|
BuildRequires: pkgconfig(gsound) >= 1.0.2
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
||||||
BuildRequires: pkgconfig(libgnome-games-support-1) >= 1.7.1
|
BuildRequires: pkgconfig(libgnome-games-support-1) >= 1.7.1
|
||||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.2
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.2
|
||||||
Requires(pre): pwdutils
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Robots is a graphical version of the original text based robots game,
|
Robots is a graphical version of the original text based robots game,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user