SHA256
1
0
forked from pool/gbrainy

Accepting request 62911 from home:Zaitor:branches:GNOME:Apps

thanks, note that you can completely remove the references to patches you remove ;-)

OBS-URL: https://build.opensuse.org/request/show/62911
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gbrainy?expand=0&rev=30
This commit is contained in:
Vincent Untz 2011-03-04 09:34:16 +00:00 committed by Git OBS Bridge
parent cc877cd7df
commit 9b2cdf5f11
5 changed files with 15 additions and 28 deletions

View File

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

3
gbrainy-1.62.tar.bz2 Normal file
View File

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

View File

@ -1,21 +0,0 @@
From 47b5addb4609607bddebbaa707f7a08576cb6efb Mon Sep 17 00:00:00 2001
From: Jordi Mas <jmas@softcatala.org>
Date: Thu, 13 Jan 2011 21:19:15 +0000
Subject: Fixes CS0188 compiler error in Mono 2.9
---
diff --git a/src/Games/Logic/PuzzleExtraCircle.cs b/src/Games/Logic/PuzzleExtraCircle.cs
index 58797eb..8fce87c 100644
--- a/src/Games/Logic/PuzzleExtraCircle.cs
+++ b/src/Games/Logic/PuzzleExtraCircle.cs
@@ -43,7 +43,7 @@ namespace gbrainy.Games.Logic
{
public Color [] Colors {get; set; }
- public CircleParameters (Color [] colors)
+ public CircleParameters (Color [] colors) : this ()
{
Colors = colors;
}
--
cgit v0.8.3.1

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Feb 27 08:54:08 CET 2011 - bjorn.lie@gmail.com
- Update to version 1.62:
+ 4 bug fixes.
+ Updated and new translations.
+ Removed gbrainy-fix-build.patch - no longer needed.
-------------------------------------------------------------------
Mon Feb 14 17:45:23 CET 2011 - sbrabec@suse.cz

View File

@ -19,13 +19,13 @@
Name: gbrainy
Version: 1.61
Release: 10
Version: 1.62
Release: 1
License: GPLv2+
Source: %{name}-%{version}.tar.bz2
Patch: gbrainy-use-libexecdir.patch
# PATCH-FIX-UPSTREAM gbrainy-fix-build.patch vuntz@opensuse.org -- Taken from git, to fix build with mono 2.8
Patch1: gbrainy-fix-build.patch
#Patch1: gbrainy-fix-build.patch
PreReq: filesystem
Url: http://live.gnome.org/gbrainy
BuildArch: noarch
@ -73,7 +73,7 @@ It provides the following types of games:
%setup -q
translation-update-upstream
%patch
%patch1 -p1
#%patch1 -p1
%lang_package