Accepting request 195741 from home:dimstar:branches:GNOME:Factory

Update to 3.9.90

OBS-URL: https://build.opensuse.org/request/show/195741
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=11
This commit is contained in:
Bjørn Lie 2013-08-21 21:16:32 +00:00 committed by Git OBS Bridge
parent 1bc5452301
commit be8d8fdc68
5 changed files with 20 additions and 34 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bb60a4f30bee80abdef131aa221df7b60208f99d66c4f19425e21c51e8fdecc
size 3016428

View File

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

View File

@ -1,26 +0,0 @@
From c82fc3131802f4fe1f069facb9aae833cc6cdc5f Mon Sep 17 00:00:00 2001
From: Yanko Kaneti <yaneti@declera.com>
Date: Wed, 13 Feb 2013 21:15:13 +0200
Subject: [PATCH] Fix NumberBox envents configuration with latest pygobject
---
src/lib/number_box.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/number_box.py b/src/lib/number_box.py
index 4087de1..60b255a 100644
--- a/src/lib/number_box.py
+++ b/src/lib/number_box.py
@@ -130,7 +130,7 @@ class NumberBox (Gtk.DrawingArea):
self.bottom_note_list = []
self.tinfo = tracker_info.TrackerInfo()
self.set_property('can-focus', True)
- self.set_property('events', Gdk.EventMask.ALL_EVENTS_MASK)
+ self.add_events(Gdk.EventMask.ALL_EVENTS_MASK)
self.connect('button-press-event', self.button_press_cb)
self.connect('key-release-event', self.key_press_cb)
self.connect('enter-notify-event', self.pointer_enter_cb)
--
1.8.1.2

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Aug 20 19:13:15 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.90:
+ Fix running uninstalled.
+ Fix NumberBox events configuration with latest pygobject.
+ Game no longer disappears when opening "print multiple sudokus"
in fullscreen.
+ Reduce the width of the About dialog.
+ Don't use deprecated GObject.timeout_add_seconds.
+ Use /usr/bin/python instead of /usr/bin/env/python.
+ Fix some broken links in user help.
+ Updated translations.
- Drop gnome-sudoku-numberbox-events.patch: fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 15 17:50:14 UTC 2013 - dimstar@opensuse.org Mon Apr 15 17:50:14 UTC 2013 - dimstar@opensuse.org

View File

@ -17,15 +17,13 @@
Name: gnome-sudoku Name: gnome-sudoku
Version: 3.8.1 Version: 3.9.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.8/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-sudoku/3.9/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM gnome-sudoku-numberbox-events.patch bgo#693736 dimstar@opensuse.org -- Fix NumberBox envents configuration with latest pygobject
Patch0: gnome-sudoku-numberbox-events.patch
# Needed for typelib() requires generator. # Needed for typelib() requires generator.
BuildRequires: gobject-introspection BuildRequires: gobject-introspection
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
@ -45,7 +43,6 @@ with the correct digits.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%configure %configure