Accepting request 231741 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1 OBS-URL: https://build.opensuse.org/request/show/231741 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-sudoku?expand=0&rev=12
This commit is contained in:
commit
429ffa88c2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b1afaf881687f522990a4083c7b5410fbe815b3471b61eec0bb626ad24e093a
|
||||
size 2980344
|
3
gnome-sudoku-3.12.1.tar.xz
Normal file
3
gnome-sudoku-3.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1592aab91c929a08e7b73c38cfddf07d654eed45f4e43a3d87f19bb0be17a543
|
||||
size 2955156
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 19:14:30 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.1:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 18:42:25 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Fix some bugs with the user help.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 08:22:54 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 09:58:50 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ The colored grid no longer "dances" at the end of the game to
|
||||
reduce risk of epileptic seizures.
|
||||
+ Fix deprecation warnings.
|
||||
+ Updated translations.
|
||||
- Add fdupes BuildRequires and run corresponding macro to remove
|
||||
duplicated files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 18:05:18 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.3:
|
||||
+ Fix VERSION and PREFIX.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 20:38:00 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.2:
|
||||
+ Port to Python 3.
|
||||
+ Thicken 3x3 grids.
|
||||
+ Exit on SIGINT.
|
||||
+ Updated translations.
|
||||
- Change python-gobject-cairo Requires to python3-gobject-cairo,
|
||||
following upstreams port to Python 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 17 09:15:37 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.1:
|
||||
+ Appdata is now translatable.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 21:34:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-sudoku
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,21 +17,22 @@
|
||||
|
||||
|
||||
Name: gnome-sudoku
|
||||
Version: 3.10.2
|
||||
Version: 3.12.1
|
||||
Release: 0
|
||||
Summary: Sudoku Game for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Logic
|
||||
Url: https://live.gnome.org/GnomeSudoku
|
||||
Source: http://download.gnome.org/sources/gnome-sudoku/3.10/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-sudoku/3.12/%{name}-%{version}.tar.xz
|
||||
# Needed for typelib() requires generator.
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.35.0
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 2.28.3
|
||||
Requires: python-gobject-cairo
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 3.11
|
||||
Requires: python3-gobject-cairo
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -52,6 +53,8 @@ make %{?_smp_mflags}
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file %{name}
|
||||
%fdupes -s %{buildroot}/%{_datadir}
|
||||
%fdupes -s %{buildroot}/%{_libexecdir}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
@ -78,7 +81,7 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/icons/HighContrast/
|
||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||
%{_bindir}/%{name}
|
||||
%{python_sitelib}/gnome_sudoku/
|
||||
%{python3_sitelib}/gnome_sudoku/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user