[hitori] fix ftbfs

Peter Robinson pbrobinson at fedoraproject.org
Sat Mar 3 16:37:01 UTC 2012


commit fa690482b90ba7138c175f9f368cc67f69aa2df1
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Mar 3 16:36:35 2012 +0000

    fix ftbfs

 hitori-fixdso.patch |   11 +++++++++++
 hitori.spec         |    8 +++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/hitori-fixdso.patch b/hitori-fixdso.patch
new file mode 100644
index 0000000..2878722
--- /dev/null
+++ b/hitori-fixdso.patch
@@ -0,0 +1,11 @@
+--- hitori-0.3.1/Makefile.in.orig	2012-03-03 16:24:37.035884294 +0000
++++ hitori-0.3.1/Makefile.in	2012-03-03 16:24:52.237263848 +0000
+@@ -224,7 +224,7 @@
+ INTLTOOL_PERL = @INTLTOOL_PERL@
+ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+ LD = @LD@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -lm
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
diff --git a/hitori.spec b/hitori.spec
index e044e45..870b7b0 100644
--- a/hitori.spec
+++ b/hitori.spec
@@ -1,6 +1,6 @@
 Name:		hitori
 Version:	0.3.1
-Release:	1%{?dist}
+Release:	4%{?dist}
 Summary:	Logic puzzle game for GNOME
 Summary(de):	Logikpuzzle für GNOME
 
@@ -9,6 +9,7 @@ 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
+Patch0:		hitori-fixdso.patch
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
@@ -41,6 +42,7 @@ reichen von 5x5 bis hin zu 10x10 Feldern.
 
 %prep
 %setup -q
+%patch0 -p1 -b .fixdso
 
 
 %build
@@ -80,6 +82,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* 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
 


More information about the scm-commits mailing list