From b0af1d22820c454ccb14242a34af280751082af6 Mon Sep 17 00:00:00 2001 From: Marcelin Benoît Date: Sep 27 2008 11:30:26 +0000 Subject: Update to 1.00 and fix 460353 issue --- diff --git a/.cvsignore b/.cvsignore index 10cc33a..6765f01 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gbrainy-0.70.tar.gz +gbrainy-1.00.tar.gz diff --git a/gbrainy.spec b/gbrainy.spec index eb62d09..0a4e960 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -1,6 +1,6 @@ Name: gbrainy -Version: 0.70 -Release: 4%{?dist} +Version: 1.00 +Release: 1%{?dist} Summary: Gbrainy is a brain teaser game and trainer to keep your brain trained Group: Amusements/Games @@ -9,8 +9,8 @@ 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 intltool -BuildRequires: gnome-sharp-devel libglade2-devel gtk-sharp2-devel +BuildRequires: mono-devel intltool librsvg2-devel +BuildRequires: gtk-sharp2-devel gnome-sharp-devel BuildRequires: /usr/bin/desktop-file-install # Mono only availible on these: @@ -30,6 +30,9 @@ It provides the following types of games: %prep %setup -q +# To fix 460353 : +sed 's#share/games#share#' src/Defines.cs.in -i +sed 's#^images = $(datadir)/games/gbrainy$#images = $(datadir)/gbrainy#' data/Makefile.in -i %build %configure @@ -44,6 +47,9 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +# To fix a rpmlint issue +chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{name}/%{name}.exe.config + %find_lang %{name} %clean @@ -67,17 +73,21 @@ fi %{_bindir}/%{name} %{_libdir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/games/%{name} +%{_datadir}/%{name} %{_datadir}/icons/hicolor/*/apps/%{name}* %{_mandir}/man6/%{name}.6.gz %{_datadir}/pixmaps/%{name}* %changelog -* Fri Jul 25 2008 Benoît Marcelin 0.70-4 -- Increase release to fix a bug - -* Thu Jul 24 2008 Benoît Marcelin 0.70-2 -- Rebuild for dependencies +* Thu Sep 25 2008 Benoît Marcelin 1.00-1 +- Clean Build Requires +- Fix bug 460353 +- Upate to 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 * Tue Jun 03 2008 Benoît Marcelin 0.70-1 - Update to 0.70 diff --git a/sources b/sources index 1209ec2..ac7f4ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5eee76e379fc7db9ec05d2e577ecc10d gbrainy-0.70.tar.gz +adff790db643e846cb15c6142f2411ae gbrainy-1.00.tar.gz