Accepting request 1004805 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1004805 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-sudoku?expand=0&rev=44
This commit is contained in:
commit
3b4c568513
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d2eb4ddb8026b443645cf3585b8df1244e3828ee1c07518052b2599e1c5c28f
|
||||
size 380836
|
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 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to version 43.beta:
|
||||
+ Warnings now flag when solution to puzzle is violated.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 18:28:37 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.alpha:
|
||||
+ Add setting to initialize earmarks.
|
||||
+ Fix redundant undo stack entries for earmarks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 04:51:19 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
|
@ -17,19 +17,20 @@
|
||||
|
||||
|
||||
Name: gnome-sudoku
|
||||
Version: 42.0
|
||||
Version: 43.0
|
||||
Release: 0
|
||||
Summary: Sudoku Game for GNOME
|
||||
License: GPL-3.0-or-later
|
||||
Group: Amusements/Games/Logic
|
||||
URL: https://wiki.gnome.org/Apps/Sudoku
|
||||
Source0: https://download.gnome.org/sources/gnome-sudoku/42/%{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: gcc-c++
|
||||
# Needed for typelib() requires generator.
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.59
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.35.7.24
|
||||
BuildRequires: yelp-tools
|
||||
@ -56,12 +57,15 @@ with the correct digits.
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes -s %{buildroot}/%{_datadir}
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_datadir}/help/C/%{name}/
|
||||
%{_datadir}/applications/org.gnome.Sudoku.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Sudoku.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Sudoku.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user