diff --git a/gbrainy-1.12.tar.bz2 b/gbrainy-1.12.tar.bz2 deleted file mode 100644 index 5e211ef..0000000 --- a/gbrainy-1.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2ca8cf64acea7e1bc79caab64aacc6c96ebf823f5adab851126e33330f1f8ff -size 483642 diff --git a/gbrainy-1.20.tar.bz2 b/gbrainy-1.20.tar.bz2 new file mode 100644 index 0000000..627d125 --- /dev/null +++ b/gbrainy-1.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa3c3db75ac562c40ffb4300efd8240b1de04ec67bd76fca11a740296c85661 +size 524742 diff --git a/gbrainy.changes b/gbrainy.changes index d0a0335..b26b7e0 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Dec 2 01:02:11 CET 2009 - vuntz@opensuse.org + +- Update to version 1.20: + + 6 new games + + Verbal analogies + + New translations + + Bug fixes + +------------------------------------------------------------------- +Tue Dec 1 12:51:14 UTC 2009 - crrodriguez@opensuse.org + +- fix libdir.patch to apply with fuzz=0 +- pass --disable-static to configure + ------------------------------------------------------------------- Sat Aug 22 23:47:55 CEST 2009 - dimstar@opensuse.org diff --git a/gbrainy.spec b/gbrainy.spec index bd431a1..90e8fa0 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -1,5 +1,5 @@ # -# spec file for package gbrainy (Version 1.12) +# spec file for package gbrainy (Version 1.20) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,9 +19,9 @@ Name: gbrainy -Version: 1.12 +Version: 1.20 Release: 1 -License: GPL v2 or later +License: GPLv2+ Source: %{name}-%{version}.tar.bz2 Patch: libdir.patch PreReq: filesystem @@ -57,12 +57,6 @@ It provides the following types of games: * Logic puzzles. Games * Memory trainers. Games designed to challenge your short term memory. - - -Authors: --------- - Jordi Mas i Hernandez - %prep %setup -q %patch @@ -70,7 +64,7 @@ Authors: %build export MONO_SHARED_DIR=/var/tmp autoreconf -%configure +%configure --disable-static make %install diff --git a/libdir.patch b/libdir.patch index 7ad0694..62ff8da 100644 --- a/libdir.patch +++ b/libdir.patch @@ -1,5 +1,7 @@ ---- src/gbrainy.in 2008-09-01 03:47:45.000000000 -0600 -+++ src/gbrainy.in 2008-09-02 12:56:08.000000000 -0600 +Index: src/gbrainy.in +=================================================================== +--- src/gbrainy.in.orig 2009-08-20 22:34:52.000000000 +0200 ++++ src/gbrainy.in 2009-12-01 13:49:08.862712000 +0100 @@ -2,7 +2,7 @@ prefix=@prefix@ @@ -9,11 +11,13 @@ MONO_EXE="$libdir/gbrainy/gbrainy.exe" ---- src/Makefile.am 2008-09-01 03:47:45.000000000 -0600 -+++ src/Makefile.am 2008-09-02 12:55:15.000000000 -0600 -@@ -88,7 +88,7 @@ - -resource:$(top_srcdir)/data/memory-games-32.png \ - -resource:$(top_srcdir)/data/gbrainy.svg +Index: src/Makefile.am +=================================================================== +--- src/Makefile.am.orig 2009-08-20 22:37:18.000000000 +0200 ++++ src/Makefile.am 2009-12-01 13:49:08.869712000 +0100 +@@ -98,7 +98,7 @@ RESOURCES = \ + -resource:$(top_srcdir)/data/game-graphics/handshake.svg \ + -resource:$(srcdir)/gbrainy.addin.xml -gbrainydir = $(libdir)/gbrainy +gbrainydir = $(prefix)/lib/gbrainy