diff --git a/.cvsignore b/.cvsignore index 19168c1..10cc33a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gbrainy-0.61.tar.gz +gbrainy-0.70.tar.gz diff --git a/gbrainy.spec b/gbrainy.spec index da677e5..87db006 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -3,8 +3,8 @@ # http://fedoraproject.org/wiki/Packaging/Debuginfo#head-29573c4f61c3a4698b2d07c7e73cfa194785f257 Name: gbrainy -Version: 0.61 -Release: 5%{?dist} +Version: 0.70 +Release: 1%{?dist} Summary: Gbrainy is a brain teaser game and trainer to keep your brain trained Group: Amusements/Games @@ -13,7 +13,7 @@ URL: http://live.gnome.org/gbrainy Source0: http://www.softcatala.org/~jmas/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-devel perl(XML::Parser) intltool gettext +BuildRequires: mono-devel intltool gettext BuildRequires: gnome-sharp-devel libglade2-devel gtk-sharp2-devel BuildRequires: /usr/bin/desktop-file-install @@ -48,7 +48,6 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - %find_lang %{name} %clean @@ -59,6 +58,7 @@ touch --no-create %{_datadir}/icons/hicolor 2> /dev/null ||: if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: fi + %postun touch --no-create %{_datadir}/icons/hicolor 2> /dev/null ||: if [ -x %{_bindir}/gtk-update-icon-cache ] ; then @@ -77,6 +77,17 @@ fi %{_datadir}/pixmaps/%{name}* %changelog +* Tue Jun 03 2008 Benoît Marcelin 0.70-1 +- Update to 0.70 +- 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 24 2008 Benoît Marcelin 0.61-5 - Do if on more than one line (in %%post and %%postun) - Change ExcludeArch to AxclusiveArch diff --git a/sources b/sources index 9a12bfa..1209ec2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e85c503475f04955e48e1b2728700f4 gbrainy-0.61.tar.gz +5eee76e379fc7db9ec05d2e577ecc10d gbrainy-0.70.tar.gz