OBS User unknown 2009-07-31 17:12:35 +00:00 committed by Git OBS Bridge
parent fd444e457c
commit b68ab3a87a
4 changed files with 27 additions and 42 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:686419dbf601d48f9c88693643770adc74ba39aba1e0b0fd88bf4f0e8f449912
size 404793

3
gbrainy-1.11.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa8a188e13a55c8108adf33d02bcd8c4b5d7c63d68e6f02579bf869800a4e981
size 474958

View File

@ -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

View File

@ -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