Accepting request 1003965 from GNOME:Next
New stable release, yet a resub OBS-URL: https://build.opensuse.org/request/show/1003965 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=93
This commit is contained in:
parent
2cf1191aa6
commit
95663934d7
3
gnome-sudoku-43.0.tar.xz
Normal file
3
gnome-sudoku-43.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ed274289cf5ca410b1c92b1537050a5c362f7db3399a32b5343d0de70466e49
|
||||||
|
size 388612
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8726d9d039ad79edb9d2d0f3b44bbe0e6f8ad3cc9c4b2941cc7877b75c028295
|
|
||||||
size 384220
|
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 15 16:13:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 43.0:
|
||||||
|
+ Updated application screenshot.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add desktop-file-utils BuildRequires: New dependency.
|
||||||
|
- Following the above new BuildRequires, add optional
|
||||||
|
appstream-glib BuildRequires and a check section and
|
||||||
|
verify desktop file and metadata during build.
|
||||||
|
- Stop packaging help files as documentation.
|
||||||
|
- Replace gcc-c++ with generic c++_compiler and c_compiler
|
||||||
|
BuildRequires.
|
||||||
|
- Drop gobject-introspection BuildRequires: Package does not do
|
||||||
|
introspection any more.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 10:53:05 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Aug 8 10:53:05 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-sudoku
|
Name: gnome-sudoku
|
||||||
Version: 43.beta
|
Version: 43.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sudoku Game for GNOME
|
Summary: Sudoku Game for GNOME
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -25,11 +25,12 @@ Group: Amusements/Games/Logic
|
|||||||
URL: https://wiki.gnome.org/Apps/Sudoku
|
URL: https://wiki.gnome.org/Apps/Sudoku
|
||||||
Source0: https://download.gnome.org/sources/gnome-sudoku/43/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-sudoku/43/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: appstream-glib
|
||||||
|
BuildRequires: c++_compiler
|
||||||
|
BuildRequires: c_compiler
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: meson >= 0.59
|
||||||
# Needed for typelib() requires generator.
|
|
||||||
BuildRequires: gobject-introspection
|
|
||||||
BuildRequires: meson
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: vala >= 0.35.7.24
|
BuildRequires: vala >= 0.35.7.24
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
@ -56,12 +57,15 @@ with the correct digits.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes -s %{buildroot}/%{_datadir}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/applications/org.gnome.Sudoku.desktop
|
%{_datadir}/applications/org.gnome.Sudoku.desktop
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Sudoku.service
|
%{_datadir}/dbus-1/services/org.gnome.Sudoku.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Sudoku.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Sudoku.gschema.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user