SHA256
1
0
forked from pool/gbrainy

Accepting request 180767 from GNOME:Apps

Update to ver 2.2.1, and drop an upstream fixed patch (forwarded request 180672 from RBrownCCB)

OBS-URL: https://build.opensuse.org/request/show/180767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gbrainy?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2013-06-25 07:25:14 +00:00 committed by Git OBS Bridge
commit 619b8af12f
5 changed files with 13 additions and 25 deletions

View File

@ -1,16 +0,0 @@
Index: src/Core/Libraries/CSharpCompiler.cs
===================================================================
--- src/Core/Libraries/CSharpCompiler.cs.orig
+++ src/Core/Libraries/CSharpCompiler.cs
@@ -44,10 +44,7 @@ namespace gbrainy.Core.Libraries
public CSharpCompiler ()
{
- CompilerSettings settings = new CompilerSettings ();
- Report report = new Report (new NullReportPrinter ());
-
- evaluator = new Evaluator (settings, report);
+ evaluator = new Evaluator (new CompilerContext (new CompilerSettings (), new NullReportPrinter ()));
}
public void EvaluateCode (string code)

View File

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

3
gbrainy-2.2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 23 16:43:35 UTC 2013 - zaitor@opensuse.org
- Update to version 2.2.1:
+ Mono 3.0 compatibility.
+ 2 bug fixes.
+ Updated translations.
- Drop gbrainy-2.1.5-CSharpCompiler.patch, fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 17 11:26:03 UTC 2013 - dimstar@opensuse.org Wed Apr 17 11:26:03 UTC 2013 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: gbrainy Name: gbrainy
Version: 2.2.0 Version: 2.2.1
Release: 0 Release: 0
Summary: A brain teaser game and trainer Summary: A brain teaser game and trainer
License: GPL-2.0+ License: GPL-2.0+
@ -26,8 +26,6 @@ Url: http://live.gnome.org/gbrainy
Source: http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz Source: http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch # PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch
Patch0: gbrainy-use-libexecdir.patch Patch0: gbrainy-use-libexecdir.patch
# PATCH-FIX-UPSTREAM gbrainy-2.1.5-CSharpCompiler.patch - gankov@opensuse.org -- simple fix build for mono-3.0 because Evaluator API is changed.
Patch1: gbrainy-2.1.5-CSharpCompiler.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-doc-utils-devel
BuildRequires: gtk-sharp2 BuildRequires: gtk-sharp2
@ -72,9 +70,6 @@ It provides the following types of games:
%setup -q %setup -q
translation-update-upstream translation-update-upstream
%patch0 %patch0
%if 0%{?suse_version} > 1220
%patch1
%endif
%lang_package %lang_package