From 20f2b40e9ee2955d31a43283d7f28b08355db9cfe6b05b70db46bd67c6983227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 24 Jun 2013 16:10:51 +0000 Subject: [PATCH] Accepting request 180672 from home:Zaitor:branches:GNOME:Apps Update to ver 2.2.1, and drop an upstream fixed patch OBS-URL: https://build.opensuse.org/request/show/180672 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gbrainy?expand=0&rev=55 --- gbrainy-2.1.5-CSharpCompiler.patch | 16 ---------------- gbrainy-2.2.0.tar.gz | 3 --- gbrainy-2.2.1.tar.gz | 3 +++ gbrainy.changes | 9 +++++++++ gbrainy.spec | 7 +------ 5 files changed, 13 insertions(+), 25 deletions(-) delete mode 100644 gbrainy-2.1.5-CSharpCompiler.patch delete mode 100644 gbrainy-2.2.0.tar.gz create mode 100644 gbrainy-2.2.1.tar.gz diff --git a/gbrainy-2.1.5-CSharpCompiler.patch b/gbrainy-2.1.5-CSharpCompiler.patch deleted file mode 100644 index c51afb3..0000000 --- a/gbrainy-2.1.5-CSharpCompiler.patch +++ /dev/null @@ -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) diff --git a/gbrainy-2.2.0.tar.gz b/gbrainy-2.2.0.tar.gz deleted file mode 100644 index 838f818..0000000 --- a/gbrainy-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17633a6ba728d60806daf3e6041a2ed96f111c0347b00250dfea383208f3b096 -size 2818865 diff --git a/gbrainy-2.2.1.tar.gz b/gbrainy-2.2.1.tar.gz new file mode 100644 index 0000000..769fa52 --- /dev/null +++ b/gbrainy-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d673d2c99f800f739d7bbc28afeca9427c9591545287db1da52c36517c34775a +size 2825403 diff --git a/gbrainy.changes b/gbrainy.changes index 7a3f480..399a882 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -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 diff --git a/gbrainy.spec b/gbrainy.spec index d72cdb6..59bbe40 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -17,7 +17,7 @@ Name: gbrainy -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: A brain teaser game and trainer 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 # PATCH-FIX-OPENSUSE -- 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: gnome-doc-utils-devel BuildRequires: gtk-sharp2 @@ -72,9 +70,6 @@ It provides the following types of games: %setup -q translation-update-upstream %patch0 -%if 0%{?suse_version} > 1220 -%patch1 -%endif %lang_package