diff --git a/gbrainy-1.65.tar.bz2 b/gbrainy-1.65.tar.bz2 deleted file mode 100644 index ca8080f..0000000 --- a/gbrainy-1.65.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b880be56edad411aa8a4e05a01cb1fb9a608e8ee32fe6617ca886ddb5aaff0e2 -size 1290442 diff --git a/gbrainy-2.00.tar.gz b/gbrainy-2.00.tar.gz new file mode 100644 index 0000000..ca48906 --- /dev/null +++ b/gbrainy-2.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95df612d00e12f5bda4a7df4c77818e20aec163fd1da5bade7e5fbd5acef624a +size 2250228 diff --git a/gbrainy-use-libexecdir.patch b/gbrainy-use-libexecdir.patch index 60f3cf1..6a8a2d6 100644 --- a/gbrainy-use-libexecdir.patch +++ b/gbrainy-use-libexecdir.patch @@ -3,8 +3,8 @@ Index: src/Clients/Classical/Makefile.am --- src/Clients/Classical/Makefile.am.orig +++ src/Clients/Classical/Makefile.am @@ -41,7 +41,7 @@ RESOURCES = \ - -resource:$(top_srcdir)/data/app-graphics/verbal-games-32.png \ - -resource:$(top_srcdir)/data/app-graphics/gbrainy.svg + -resource:$(top_srcdir)/data/app-graphics/gtk-stop.svg \ + -resource:$(top_srcdir)/data/app-graphics/gtk-ok.svg -gbrainydir = $(libdir)/gbrainy +gbrainydir = $(pkglibexecdir) @@ -131,8 +131,8 @@ Index: src/Clients/Classical/Makefile.in --- src/Clients/Classical/Makefile.in.orig +++ src/Clients/Classical/Makefile.in @@ -274,7 +274,7 @@ RESOURCES = \ - -resource:$(top_srcdir)/data/app-graphics/verbal-games-32.png \ - -resource:$(top_srcdir)/data/app-graphics/gbrainy.svg + -resource:$(top_srcdir)/data/app-graphics/gtk-stop.svg \ + -resource:$(top_srcdir)/data/app-graphics/gtk-ok.svg -gbrainydir = $(libdir)/gbrainy +gbrainydir = $(pkglibexecdir) diff --git a/gbrainy.changes b/gbrainy.changes index 8582970..1b66bf3 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Jul 2 09:34:59 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.00: + + UI: + - Integrated question and solution + - Theme support + - New default theme (notebook) + - Vertical / Horizontal toolbar orientation + + Game experience: + - Better answer handling + - Accept words, accept figures names, more flexibility handling + spaces, etc + - Better rationale explanations (%) + - Fixed some verbal analogies + + Localization: + - I18N fixes + - Proof-reading on English by native speakers. 20% of strings + where enhanced for better grammar. + - Ability to run gbrainy in English ignoring the translations + + 11 new games: 4 logic games, 1 calculation game, 6 new verbal + analogies + + Infrastructure Fixes + - Minor memory leaks + - Mono 2.10 support + + Several bug fixes +- Remove unneeded glade-sharp2 BuildRequires. +- Remove filesystem PreReq, which doesn't need to be explicit. +- Rebase gbrainy-use-libexecdir.patch. + ------------------------------------------------------------------- Wed Apr 27 09:36:25 CEST 2011 - dimstar@opensuse.org diff --git a/gbrainy.spec b/gbrainy.spec index 3471b1e..c205ad5 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -19,12 +19,11 @@ Name: gbrainy -Version: 1.65 +Version: 2.00 Release: 1 License: GPLv2+ -Source: %{name}-%{version}.tar.bz2 +Source: http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz Patch: gbrainy-use-libexecdir.patch -PreReq: filesystem Url: http://live.gnome.org/gbrainy BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +37,7 @@ BuildRequires: translation-update-upstream Group: Amusements/Games/Logic Summary: A brain teaser game and trainer %if 0%{?suse_version} -BuildRequires: glade-sharp2 gnome-sharp2 +BuildRequires: gnome-sharp2 BuildRequires: update-desktop-files %else %define suse_update_desktop_file true @@ -84,8 +83,8 @@ make %suse_update_desktop_file %name Game %find_lang %{name} %{?no_lang_C} rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps -# It's not the right size: 32x32 -rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gbrainy.png +## It's not the right size: 32x32 +#rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gbrainy.png # There are no extensions yet, Thus creating a -devel package sounds overkill (file can't reside in noarch package). rm %{buildroot}%{_libdir}/pkgconfig/gbrainy.pc