Author: musuruan
Update of /cvs/free/rpms/xroar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3044
Modified Files:
xroar.spec
Log Message:
* Sun Dec 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.31-2
- Removed workaround to link against libm
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/xroar.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xroar.spec 1 Dec 2013 17:32:45 -0000 1.21
+++ xroar.spec 1 Dec 2013 17:38:46 -0000 1.22
@@ -1,6 +1,6 @@
Name: xroar
Version: 0.31
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv2+
URL:
http://www.6809.org.uk/dragon/xroar.shtml
@@ -35,7 +35,6 @@
%build
-export LDLIBS="-lm"
%configure
make %{?_smp_mflags} VERBOSE=1
@@ -135,6 +134,9 @@
%changelog
+* Sun Dec 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.31-2
+- Removed workaround to link against libm
+
* Sun Dec 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.31-1
- Upgrade to 0.31
- Dropped cleaning at the beginning of %%install