Accepting request 245897 from GNOME:Next
Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245897 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=28
This commit is contained in:
parent
2610fbd32a
commit
8ebcd67d17
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e38b63aa293e7007a4726e16dfa2490188a019f7e63e30e97a691f603f794d36
|
|
||||||
size 2951984
|
|
3
gnome-sudoku-3.13.90.tar.xz
Normal file
3
gnome-sudoku-3.13.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da6cdc27e7c9a1d69fabf1c3dfe6a7c0f21ed00b3b2ea8f470bfec5fe2afa327
|
||||||
|
size 3124280
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 18 22:06:12 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.90:
|
||||||
|
+ Started using QQwing as the puzzle generator.
|
||||||
|
+ Improved the board aesthetics.
|
||||||
|
+ Printing multiple puzzles is now multi-threaded.
|
||||||
|
+ Miscellaneous fixes and improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add gcc-c++ and pkgconfig(qqwing) BuildRequires: new dependency.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 21 17:28:58 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.4:
|
||||||
|
+ Simplified the new game screen.
|
||||||
|
+ Improved the number picker design.
|
||||||
|
+ Lightly shade the current row, column and block.
|
||||||
|
+ Miscellaneous fixes and improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 12 18:37:01 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.3:
|
||||||
|
+ Redesigned and rewritten.
|
||||||
|
- Update BuildRequires and Requires according the full rewrite in
|
||||||
|
Vala instead of python.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 30 20:18:43 UTC 2014 - zaitor@opensuse.org
|
Mon Jun 30 20:18:43 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,24 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-sudoku
|
Name: gnome-sudoku
|
||||||
Version: 3.12.3
|
Version: 3.13.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sudoku Game for GNOME
|
Summary: Sudoku Game for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/Logic
|
Group: Amusements/Games/Logic
|
||||||
Url: https://live.gnome.org/GnomeSudoku
|
Url: https://live.gnome.org/GnomeSudoku
|
||||||
Source: http://download.gnome.org/sources/gnome-sudoku/3.12/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-sudoku/3.13/%{name}-%{version}.tar.xz
|
||||||
# Needed for typelib() requires generator.
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
# Needed for typelib() requires generator.
|
||||||
BuildRequires: gobject-introspection
|
BuildRequires: gobject-introspection
|
||||||
BuildRequires: hicolor-icon-theme
|
|
||||||
BuildRequires: intltool >= 0.35.0
|
BuildRequires: intltool >= 0.35.0
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(pygobject-3.0) >= 3.11
|
|
||||||
Requires: python3-gobject-cairo
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: pkgconfig(gee-0.8)
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.40.0
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.0
|
||||||
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
|
BuildRequires: pkgconfig(qqwing) >= 1.1.3
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -76,12 +80,11 @@ make %{?_smp_mflags}
|
|||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
%{_datadir}/appdata/gnome-sudoku.appdata.xml
|
%{_datadir}/appdata/gnome-sudoku.appdata.xml
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sudoku.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.sudoku.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
%{_datadir}/icons/HighContrast/
|
%{_datadir}/icons/HighContrast/
|
||||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{python3_sitelib}/gnome_sudoku/
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user