diff --git a/gbrainy-1.01.tar.bz2 b/gbrainy-1.01.tar.bz2 deleted file mode 100644 index feaef40..0000000 --- a/gbrainy-1.01.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:686419dbf601d48f9c88693643770adc74ba39aba1e0b0fd88bf4f0e8f449912 -size 404793 diff --git a/gbrainy-1.11.tar.bz2 b/gbrainy-1.11.tar.bz2 new file mode 100644 index 0000000..84a18a6 --- /dev/null +++ b/gbrainy-1.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8a188e13a55c8108adf33d02bcd8c4b5d7c63d68e6f02579bf869800a4e981 +size 474958 diff --git a/gbrainy.changes b/gbrainy.changes index 25602ce..59a8515 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jun 15 01:51:19 CEST 2009 - vuntz@novell.com + +- Update to version 1.11: + + 4 new games + + Use Mono.Addins for extending gbrainy + + Full screen mode support + + New translations + + Bug fixes +- Remove perl-XML-Parser BuildRequires: it's not needed. +- Add mono-addins BuildRequires. +- Remove AutoReqProv: it's default now. +- Do not set CFLAGS to the default value. +- Use makeinstall macro. + ------------------------------------------------------------------- Mon Dec 29 12:52:44 EST 2008 - mboman@suse.de diff --git a/gbrainy.spec b/gbrainy.spec index e7ab86c..cc5eedb 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -1,5 +1,5 @@ # -# spec file for package gbrainy (Version 1.01) +# spec file for package gbrainy (Version 1.11) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,17 +19,20 @@ Name: gbrainy -Version: 1.01 +Version: 1.11 Release: 1 License: GPL v2 or later Source: %{name}-%{version}.tar.bz2 Patch: libdir.patch -AutoReqProv: on PreReq: filesystem Url: http://live.gnome.org/gbrainy BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gtk-sharp2 intltool librsvg-devel mono-devel perl-XML-Parser +BuildRequires: gtk-sharp2 +BuildRequires: intltool +BuildRequires: librsvg-devel +BuildRequires: mono-devel +BuildRequires: mono-addins Group: Amusements/Games/Logic Summary: A brain teaser game and trainer to have fun and to keep your brain trained %if 0%{?suse_version} @@ -66,16 +69,16 @@ Authors: %build export MONO_SHARED_DIR=/var/tmp -export CFLAGS="$RPM_OPT_FLAGS" autoreconf %configure make %install -make install DESTDIR=$RPM_BUILD_ROOT +%makeinstall %suse_update_desktop_file %name Game %find_lang %{name} 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 %clean @@ -95,36 +98,3 @@ rm -rf "$RPM_BUILD_ROOT" %{_datadir}/man/man6/gbrainy.6.gz %changelog -* Mon Dec 29 2008 mboman@suse.de -- Update to version 1.01: - + Minor fix to configure -* Tue Sep 02 2008 ajorgensen@novell.com -- Update to version 1.00 - * 1 new logic puzzle, 1 new memory puzzle - * Better look and feel (new background) - * Switch font drawing to Pango - * Better I18N support - * Bug fixes -* Thu Aug 07 2008 mauro@suse.de -- Update to version 0.7 - * 8 new puzzles - * License included in the about box - * The drawing area is now square and the application resizes better - * Better score feedback - * Player's history - * Preferences persistence - * Better game selection - * Bug fixes -* Mon Mar 31 2008 vuntz@suse.de -- Update to version 0.61: - + Implemented difficulty levels: easy, medium and master - + Complete revision of the texts - + 1 new math game and 3 new logic games - + Bug fixes -- Changes from version 0.5x: - + Basic user preferences (memory games) - + 4 new logic games and 2 new memory trainers - + Count down for memory games (to get your memory ready) - + Some bug fixes -* Wed Feb 13 2008 ajorgensen@novell.com -- Initial import