[hitori/f16] New upstream version

Mario Blättermann mariobl at fedoraproject.org
Mon May 28 16:52:00 UTC 2012


commit 23a2ceffcd655ecc7e5bc1099022599147705d6c
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Mon May 28 18:52:30 2012 +0200

    New upstream version

 .gitignore  |    1 +
 hitori.spec |   44 ++++++++++++++++++++++++++------------------
 sources     |    2 +-
 3 files changed, 28 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29d5f12..7a7e573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /hitori-0.2.6.tar.bz2
 /hitori-0.3.0.tar.xz
 /hitori-0.3.1.tar.xz
+/hitori-0.3.2.tar.xz
diff --git a/hitori.spec b/hitori.spec
index c0c563a..b6671a4 100644
--- a/hitori.spec
+++ b/hitori.spec
@@ -1,5 +1,5 @@
 Name:		hitori
-Version:	0.3.1
+Version:	0.3.2
 Release:	1%{?dist}
 Summary:	Logic puzzle game for GNOME
 Summary(de):	Logikpuzzle für GNOME
@@ -9,7 +9,6 @@ Group:		Amusements/Games
 License:	GPLv3+ and CC-BY-SA
 URL:		http://live.gnome.org/Hitori
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.xz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
@@ -23,43 +22,37 @@ Requires:	hicolor-icon-theme
 A small application written to allow one to play the Hitori puzzle game,
 which is similar in theme to more popular puzzles such as Sudoku.
 
-It depends on GTK+ 2.13 and Cairo 1.4, and has full support for playing the
-game (i.e. it checks all three rules are satisfied). It has undo/redo support,
-can give hints, and allows for cells to be tagged with one of two different
-tags, to aid in solving the puzzle. It has support for anything from
-5×5 to 10×10 grids.
+It has full support for playing the game (i.e. it checks all three rules are
+satisfied). It has undo/redo support, can give hints, and allows for cells
+to be tagged with one of two different tags, to aid in solving the puzzle.
+It has support for anything from 5×5 to 10×10 grids.
 
 %description -l de
 Ein kleines Programm zum Spielen des Hitori-Puzzles, das thematisch
 populäreren Puzzlespielen wie beispielsweise Sudoku ähnelt.
 
-Das Programm basiert auf GTK+ 2.13 und Cairo 1.4 und unterstützt die
-Spielregeln vollständig. Es wird in jedem Fall überprüft, ob die drei
-Ausschlussregeln angewendet sind. Das Zurücknehmen und Wiederholen von Zügen
-ist ebenso möglich wie das Kennzeichnen von Feldern mit einer oder mehreren
-Markierungen, um den Weg zur Lösung zu erleichtern. Mögliche Spielfeldgrößen
-reichen von 5x5 bis hin zu 10x10 Feldern. 
+Das Programm unterstützt die Spielregeln vollständig. Es wird in
+jedem Fall überprüft, ob die drei Ausschlussregeln angewendet sind.
+Das Zurücknehmen und Wiederholen von Zügen ist ebenso möglich wie das
+Kennzeichnen von Feldern mit einer oder mehreren Markierungen, um den Weg zur
+Lösung zu erleichtern. Mögliche Spielfeldgrößen reichen von 5x5 bis hin zu
+10x10 Feldern. 
 
 %prep
 %setup -q
 
-
 %build
 %configure
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -86,6 +79,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
 
+* Mon May 28 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.3.2-1
+- New upstream version
+- Removed the patch because it doesn't depend on libm anymore
+- Tweaked the description
+
+* Sat Mar  3 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.3.1-4
+- Merge F-16 to master as it's a newer version
+- Fix FTBFS
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 0.3.1-2
+- Rebuild for new libpng
+
 * Sun Jun 19 2011 Mario Blättermann <mariobl at fedoraproject.org> 0.3.1-1
 - New upstream version
 - Fixes GNOME bug #652399 (l10n doesn't work)
diff --git a/sources b/sources
index 0ded5f7..93ca12e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-812742db8d7816e12cdd2f45788b9d43  hitori-0.3.1.tar.xz
+b5b46ed4468aa29956d5c986634277bc  hitori-0.3.2.tar.xz


More information about the scm-commits mailing list