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:
commit
919f3e23aa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b758187200ea42fec9e5ec66c09e355a3b0a9a6817ea3b5966f3815eda7641d
|
|
||||||
size 793364
|
|
3
gnome-sudoku-3.30.0.tar.xz
Normal file
3
gnome-sudoku-3.30.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e283cfa7c44122cbee8fd1d9db23fe998d7e4221e0aab3866d9ca50b441c9f7
|
||||||
|
size 430480
|
@ -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
|
Sun Mar 11 09:26:16 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,19 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-sudoku
|
Name: gnome-sudoku
|
||||||
Version: 3.28.0
|
Version: 3.30.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.28/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-sudoku/3.30/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# Needed for typelib() requires generator.
|
# Needed for typelib() requires generator.
|
||||||
BuildRequires: gobject-introspection
|
BuildRequires: gobject-introspection
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: vala >= 0.35.7.24
|
BuildRequires: vala >= 0.35.7.24
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gee-0.8)
|
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(gtk+-3.0) >= 3.19.0
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(qqwing) >= 1.3.4
|
BuildRequires: pkgconfig(qqwing) >= 1.3.4
|
||||||
Recommends: %{name}-lang
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sudoku is a logic puzzle game, in which one must fill a 9 by 9 square
|
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
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%suse_update_desktop_file %{name}
|
|
||||||
%fdupes -s %{buildroot}/%{_datadir}
|
%fdupes -s %{buildroot}/%{_datadir}
|
||||||
%fdupes -s %{buildroot}/%{_libexecdir}
|
%fdupes -s %{buildroot}/%{_libexecdir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ABOUT-NLS NEWS
|
%doc NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/%{name}/
|
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.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/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user