Accepting request 519449 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519449 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=65
This commit is contained in:
parent
e7f6f8c658
commit
6e5260da20
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:04a29447889448ee5d5840cb5b2fd05ce6031c38a24809ce4919647ee6f485d7
|
|
||||||
size 2890256
|
|
3
gnome-sudoku-3.25.4.tar.xz
Normal file
3
gnome-sudoku-3.25.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:958b353790cae626b617fb28e4142edd149491d071346ddbdb3f2905566039e5
|
||||||
|
size 2861916
|
@ -1,7 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 16 12:29:35 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.4:
|
||||||
|
+ Remove unnecessary css.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop obsolete post(un) handling, following macros removed:
|
||||||
|
glib2_gsettings_schema_post(un), desktop_database_post(un) and
|
||||||
|
icon_theme_cache_post(un).
|
||||||
|
- Run spec-cleaner, modernize spec.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 20 23:53:01 UTC 2017 - dimstar@opensuse.org
|
Mon Mar 20 23:53:01 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Update to 3.24.0:
|
- Update to version 3.24.0:
|
||||||
+ Add flatpak manifest.
|
+ Add flatpak manifest.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -17,28 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-sudoku
|
Name: gnome-sudoku
|
||||||
Version: 3.24.0
|
Version: 3.25.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sudoku Game for GNOME
|
Summary: Sudoku Game for GNOME
|
||||||
License: GPL-3.0+
|
License: GPL-3.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.24/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-sudoku/3.25/%{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: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala >= 0.35.7.24
|
BuildRequires: vala >= 0.35.7.24
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
Recommends: %{name}-lang
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: pkgconfig(gee-0.8)
|
BuildRequires: pkgconfig(gee-0.8)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.40.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.40.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
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
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,6 +46,7 @@ Sudoku is a logic puzzle game, in which one must fill a 9 by 9 square
|
|||||||
with the correct digits.
|
with the correct digits.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -60,18 +61,7 @@ make %{?_smp_mflags}
|
|||||||
%fdupes -s %{buildroot}/%{_datadir}
|
%fdupes -s %{buildroot}/%{_datadir}
|
||||||
%fdupes -s %{buildroot}/%{_libexecdir}
|
%fdupes -s %{buildroot}/%{_libexecdir}
|
||||||
|
|
||||||
%post
|
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYING NEWS
|
%doc COPYING NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user