diff --git a/gbrainy-1.41.tar.bz2 b/gbrainy-1.41.tar.bz2 deleted file mode 100644 index a9cd55c..0000000 --- a/gbrainy-1.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15072cfc4f4d78be52b2dd17c0e9f0cfa44bdcce44afbde2a8b0efb6791b25aa -size 1053277 diff --git a/gbrainy-1.50.tar.bz2 b/gbrainy-1.50.tar.bz2 new file mode 100644 index 0000000..e46d5f3 --- /dev/null +++ b/gbrainy-1.50.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8c8644a1772d270f92d69cf0f2d7e518c0c11734cb58fea3a1ebbb7921e801 +size 956571 diff --git a/gbrainy-use-libexecdir.patch b/gbrainy-use-libexecdir.patch index b828b74..60f3cf1 100644 --- a/gbrainy-use-libexecdir.patch +++ b/gbrainy-use-libexecdir.patch @@ -21,7 +21,7 @@ Index: src/Clients/Classical/gbrainy.in -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -+pkglibexecdir=@libexecdir@ ++pkglibexecdir=@libexecdir@/@PACKAGE@ -MONO_EXE="$libdir/gbrainy/gbrainy.exe" +MONO_EXE="$pkglibexecdir/gbrainy.exe" diff --git a/gbrainy.changes b/gbrainy.changes index 7872b73..ef70918 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Aug 3 22:22:13 CEST 2010 - dimstar@opensuse.org + +- Update to version 1.50: + + 11 new logic games, 4 new calculation trainers, 13 verbal + analogies + + Usability enhancements + + Unit testing for the gbrainy.Core + + Ability to define external logic puzzles using an xml file + (games.xml) + + Command line support + + 7 bug fixes + +------------------------------------------------------------------- +Mon Jun 21 14:43:26 CEST 2010 - dimstar@opensuse.org + +- Update to version 1.42: + + 14 bugs fixed + + Updated translations. + +------------------------------------------------------------------- +Sun May 2 21:03:00 UTC 2010 - dimstar@opensuse.org + +- bnc#601771: Fix gbrainy-use-libexecdir-patch: the game is + installed in libexecidir/packagename. The shell wrapper missed + this. + ------------------------------------------------------------------- Fri Apr 2 22:37:21 CEST 2010 - vuntz@opensuse.org diff --git a/gbrainy.spec b/gbrainy.spec index 905f1c4..b021bf7 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -1,5 +1,5 @@ # -# spec file for package gbrainy (Version 1.41) +# spec file for package gbrainy (Version 1.50) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gbrainy -Version: 1.41 +Version: 1.50 Release: 1 License: GPLv2+ Source: %{name}-%{version}.tar.bz2