forked from pool/gbrainy
Accepting request 63410 from GNOME:Apps
Accepted submit request 63410 from user vuntz OBS-URL: https://build.opensuse.org/request/show/63410 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gbrainy?expand=0&rev=30
This commit is contained in:
commit
b1c4df691a
@ -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
3
gbrainy-1.62.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f88c6c82062820b13a2822b2e8455f2e9d26c36bd8871fd1e2056d6fa766ab7
|
||||
size 1282331
|
@ -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
|
@ -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 translations.
|
||||
- Drop gbrainy-fix-build.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 17:45:23 CET 2011 - sbrabec@suse.cz
|
||||
|
||||
|
@ -19,13 +19,11 @@
|
||||
|
||||
|
||||
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
|
||||
PreReq: filesystem
|
||||
Url: http://live.gnome.org/gbrainy
|
||||
BuildArch: noarch
|
||||
@ -73,7 +71,6 @@ It provides the following types of games:
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch
|
||||
%patch1 -p1
|
||||
|
||||
%lang_package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user