Accepting request 637337 from GNOME:Factory

(forwarded request 634621 from luc14n0)

OBS-URL: https://build.opensuse.org/request/show/637337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-sudoku?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2018-10-01 06:15:35 +00:00 committed by Git OBS Bridge
commit 919f3e23aa
4 changed files with 35 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b758187200ea42fec9e5ec66c09e355a3b0a9a6817ea3b5966f3815eda7641d
size 793364

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e283cfa7c44122cbee8fd1d9db23fe998d7e4221e0aab3866d9ca50b441c9f7
size 430480

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Sep 7 18:34:01 UTC 2018 - antoine.belvire@opensuse.org
- Update to version 3.30.0:
+ Miscellaneous fixes to meson build system.
+ Miscellaneous fixes to user help.
+ Updated translations.
- Drop sudoku-fix-appdata-location.patch (fixed upstream).
- Remove lang package from recommended packages as it already
supplements main package.
-------------------------------------------------------------------
Wed May 23 03:41:35 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.29.2:
+ No visible changes for the user.
- Add:
+ meson BuildRequires and replace configure/make_build/make_\
install macros with meson/meson_build/meson_install
respectively, to follow upstream port to Meson build system.
+ sudoku-fix-appdata-location.patch.
- Drop update-desktop-files BuildRequires and suse_update_desktop_\
file macro: they are no longer needed.
-------------------------------------------------------------------
Sun Mar 11 09:26:16 UTC 2018 - dimstar@opensuse.org

View File

@ -17,19 +17,19 @@
Name: gnome-sudoku
Version: 3.28.0
Version: 3.30.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
Source: http://download.gnome.org/sources/gnome-sudoku/3.28/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-sudoku/3.30/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gcc-c++
# Needed for typelib() requires generator.
BuildRequires: gobject-introspection
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: vala >= 0.35.7.24
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gee-0.8)
@ -38,7 +38,6 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(qqwing) >= 1.3.4
Recommends: %{name}-lang
%description
Sudoku is a logic puzzle game, in which one must fill a 9 by 9 square
@ -47,24 +46,22 @@ with the correct digits.
%lang_package
%prep
%setup -q
%autosetup -p1
%build
%configure
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name}
%fdupes -s %{buildroot}/%{_datadir}
%fdupes -s %{buildroot}/%{_libexecdir}
%files
%license COPYING
%doc ABOUT-NLS NEWS
%doc NEWS
%doc %{_datadir}/help/C/%{name}/
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.sudoku.gschema.xml
%{_datadir}/icons/hicolor/*/apps/*