Accepting request 583622 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583622 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=68
This commit is contained in:
parent
5e2cbdc0f7
commit
ab1dba5b71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8774c7093a97131b94d39142f1e044c8619cfdb6ad2546176271589fbb12d3a0
|
|
||||||
size 2821288
|
|
3
gnome-sudoku-3.27.3.tar.xz
Normal file
3
gnome-sudoku-3.27.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5290053009e5c6471ac6212afc1c880a18cacf6a6b10eeac5b089dfde4e8dcb8
|
||||||
|
size 2249052
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:29:46 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 22 02:59:04 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.27.3:
|
||||||
|
+ Remove the OMF file.
|
||||||
|
+ Updated user docs.
|
||||||
|
+ Updated help.
|
||||||
|
+ Updated translations.
|
||||||
|
- Update Url to https://wiki.gnome.org/Apps/Sudoku: current
|
||||||
|
Sudoku's web page.
|
||||||
|
- Adopt the use of %make_build macro rather than raw make command,
|
||||||
|
following the best practices.
|
||||||
|
- Drop %glib2_gsettings_schema_requires macro: it's no longer
|
||||||
|
required since RPM file triggers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 9 15:57:42 UTC 2017 - dimstar@opensuse.org
|
Sat Sep 9 15:57:42 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-sudoku
|
# spec file for package gnome-sudoku
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-sudoku
|
Name: gnome-sudoku
|
||||||
Version: 3.26.0
|
Version: 3.27.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sudoku Game for GNOME
|
Summary: Sudoku Game for GNOME
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Games/Logic
|
Group: Amusements/Games/Logic
|
||||||
Url: https://live.gnome.org/GnomeSudoku
|
URL: https://wiki.gnome.org/Apps/Sudoku
|
||||||
Source: http://download.gnome.org/sources/gnome-sudoku/3.26/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-sudoku/3.27/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# Needed for typelib() requires generator.
|
# Needed for typelib() requires generator.
|
||||||
@ -39,7 +39,6 @@ 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
|
Recommends: %{name}-lang
|
||||||
%glib2_gsettings_schema_requires
|
|
||||||
|
|
||||||
%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
|
||||||
@ -52,7 +51,7 @@ with the correct digits.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -62,7 +61,8 @@ make %{?_smp_mflags}
|
|||||||
%fdupes -s %{buildroot}/%{_libexecdir}
|
%fdupes -s %{buildroot}/%{_libexecdir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING NEWS
|
%license COPYING
|
||||||
|
%doc ABOUT-NLS NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user