Accepting request 228803 from GNOME:Next

Push GNOME:Next -- Update to Gnome 3.12

Resub (minor .changes fix)

OBS-URL: https://build.opensuse.org/request/show/228803
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2014-04-03 20:51:11 +00:00 committed by Git OBS Bridge
parent 25be3a92bc
commit aa77f87c13
4 changed files with 61 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b1afaf881687f522990a4083c7b5410fbe815b3471b61eec0bb626ad24e093a
size 2980344

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89d7f3ed3d31ad831d223f1a9adc273ba0624b462ffa96c7ec6514a2e458d618
size 2954816

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
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 Mon Nov 11 21:34:12 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnome-sudoku # 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 # 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,21 +17,22 @@
Name: gnome-sudoku Name: gnome-sudoku
Version: 3.10.2 Version: 3.12.0
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.10/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-sudoku/3.12/%{name}-%{version}.tar.xz
# Needed for typelib() requires generator. # Needed for typelib() requires generator.
BuildRequires: fdupes
BuildRequires: gobject-introspection BuildRequires: gobject-introspection
BuildRequires: hicolor-icon-theme 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) >= 2.28.3 BuildRequires: pkgconfig(pygobject-3.0) >= 3.11
Requires: python-gobject-cairo Requires: python3-gobject-cairo
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires %glib2_gsettings_schema_requires
@ -52,6 +53,8 @@ make %{?_smp_mflags}
%make_install %make_install
%find_lang %{name} %{?no_lang_C} %find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name} %suse_update_desktop_file %{name}
%fdupes -s %{buildroot}/%{_datadir}
%fdupes -s %{buildroot}/%{_libexecdir}
%post %post
%glib2_gsettings_schema_post %glib2_gsettings_schema_post
@ -78,7 +81,7 @@ make %{?_smp_mflags}
%{_datadir}/icons/HighContrast/ %{_datadir}/icons/HighContrast/
%{_mandir}/man6/%{name}.6%{?ext_man} %{_mandir}/man6/%{name}.6%{?ext_man}
%{_bindir}/%{name} %{_bindir}/%{name}
%{python_sitelib}/gnome_sudoku/ %{python3_sitelib}/gnome_sudoku/
%files lang -f %{name}.lang %files lang -f %{name}.lang