rpms/xroar/devel xroar-0.27-lm.patch,NONE,1.1 xroar.spec,1.9,1.10

Andrea Musuruane musuruan at rpmfusion.org
Sun Oct 2 17:55:06 CEST 2011


Author: musuruan

Update of /cvs/free/rpms/xroar/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26552

Modified Files:
	xroar.spec 
Added Files:
	xroar-0.27-lm.patch 
Log Message:
* Sun Oct 01 2011 Andrea Musuruane <musuruan at gmail.com> 0.27-2
- Fix FTBFS for F16+ with a patch by Hans de Goede


xroar-0.27-lm.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xroar-0.27-lm.patch ---
diff -up xroar-0.27/Makefile~ xroar-0.27/Makefile
--- xroar-0.27/Makefile~	2011-09-27 09:33:38.000000000 +0200
+++ xroar-0.27/Makefile	2011-10-02 11:13:26.507106375 +0200
@@ -308,7 +308,7 @@ xroar_unix_OBJCFLAGS = $(OBJCFLAGS) $(CP
 	-I$(CURDIR) -I$(SRCROOT) $(WARN) \
         -DVERSION=\"$(VERSION)\" \
         -DROMPATH=$(ROMPATH) -DCONFPATH=$(CONFPATH)
-xroar_unix_LDFLAGS = $(LDFLAGS) $(LDLIBS) $(xroar_opt_LDFLAGS)
+xroar_unix_LDFLAGS = $(LDFLAGS) $(LDLIBS) $(xroar_opt_LDFLAGS) -lm
 
 xroar_unix_ALL_OBJS = $(xroar_common_OBJS) $(xroar_common_INT_OBJS) \
 	$(xroar_unix_OBJS) $(xroar_unix_INT_OBJS) \


Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/xroar.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xroar.spec	1 Oct 2011 13:27:50 -0000	1.9
+++ xroar.spec	2 Oct 2011 15:55:05 -0000	1.10
@@ -1,12 +1,14 @@
 Name:           xroar
 Version:        0.27
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Dragon 32, Dragon 64 and Tandy CoCo emulator
 Group:          Applications/Emulators
 License:        GPLv2+
 URL:            http://www.6809.org.uk/dragon/xroar.shtml
 Source0:        http://www.6809.org.uk/dragon/%{name}-%{version}.tar.gz
 Source1:        http://www.6809.org.uk/dragon/dragon.rom
+# Hans de Goede
+Patch0:         %{name}-0.27-lm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtk2-devel
 BuildRequires:  gtkglext-devel
@@ -34,6 +36,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -136,6 +139,9 @@
 
 
 %changelog
+* Sun Oct 01 2011 Andrea Musuruane <musuruan at gmail.com> 0.27-2
+- Fix FTBFS for F16+ with a patch by Hans de Goede
+
 * Sat Oct 01 2011 Andrea Musuruane <musuruan at gmail.com> 0.27-1
 - Upgrade to 0.27
 



More information about the rpmfusion-commits mailing list