Accepting request 688486 from GNOME:Next
- Update to version 3.32.0: + Updated translations. - Update to version 3.31.92: + Fix crash on print multiple sudokus dialog. + Updates to user help. - Update to version 3.31.90: + Updated app ID to org.gnome.Sudoku. - Update to version 3.31.1: + Removed the app menu. OBS-URL: https://build.opensuse.org/request/show/688486 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=73
This commit is contained in:
parent
5f80fb1928
commit
c0e5ca9dba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2e283cfa7c44122cbee8fd1d9db23fe998d7e4221e0aab3866d9ca50b441c9f7
|
|
||||||
size 430480
|
|
3
gnome-sudoku-3.32.0.tar.xz
Normal file
3
gnome-sudoku-3.32.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14388541ca7bbc01a45cb29a46cfc0794a2bcb7d0cef67361b7dd1c0a9938df3
|
||||||
|
size 352416
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 15:56:27 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.32.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 22:03:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.31.92:
|
||||||
|
+ Fix crash on print multiple sudokus dialog.
|
||||||
|
+ Updates to user help.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 17 19:30:15 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.90:
|
||||||
|
+ Updated app ID to org.gnome.Sudoku.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 5 18:05:36 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.1:
|
||||||
|
+ Removed the app menu.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 7 18:34:01 UTC 2018 - antoine.belvire@opensuse.org
|
Fri Sep 7 18:34:01 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-sudoku
|
# spec file for package gnome-sudoku
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,18 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gnome-sudoku
|
Name: gnome-sudoku
|
||||||
Version: 3.30.0
|
Version: 3.32.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
|
||||||
Group: Amusements/Games/Logic
|
Group: Amusements/Games/Logic
|
||||||
URL: https://wiki.gnome.org/Apps/Sudoku
|
URL: https://wiki.gnome.org/Apps/Sudoku
|
||||||
Source: http://download.gnome.org/sources/gnome-sudoku/3.30/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-sudoku/3.32/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# Needed for typelib() requires generator.
|
# Needed for typelib() requires generator.
|
||||||
@ -62,10 +63,10 @@ with the correct digits.
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/org.gnome.Sudoku.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.sudoku.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Sudoku.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
%{_datadir}/metainfo/gnome-sudoku.appdata.xml
|
%{_datadir}/metainfo/org.gnome.Sudoku.appdata.xml
|
||||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user