Author: xulchris
Update of /cvs/free/rpms/mamory/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30238
Modified Files:
mamory.spec
Added Files:
mamory-0.2.25-ppc64.patch
Log Message:
attempt to compile on ppc64
mamory-0.2.25-ppc64.patch:
--- NEW FILE mamory-0.2.25-ppc64.patch ---
--- common/memalloc.c~ 2008-10-12 07:57:12.000000000 -0700
+++ common/memalloc.c 2008-10-12 07:57:20.000000000 -0700
@@ -21,6 +21,7 @@
#include "common.h"
#include <stdio.h>
+#include <stdlib.h>
#include "memalloc.h"
#ifndef NDEBUG
Index: mamory.spec
===================================================================
RCS file: /cvs/free/rpms/mamory/devel/mamory.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mamory.spec 12 Oct 2008 14:33:52 -0000 1.1
+++ mamory.spec 12 Oct 2008 15:11:18 -0000 1.2
@@ -7,7 +7,8 @@
License: GPLv2 and LGPLv2
URL:
http://mamory.sourceforge.net
Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0: mamory-opt.patch
+Patch0: %{name}-opt.patch
+Patch1: %{name}-0.2.25-ppc64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
@@ -33,6 +34,7 @@
%prep
%setup -q
%patch0 -p0 -b .opt~
+%patch1 -p0 -b .ppc64~
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
@@ -81,14 +83,14 @@
%changelog
-* Sun Nov 25 2007 XulChris <tkmame(a)retrogames.com> 0.2.25-1%{?dist}
+* Sun Nov 25 2007 Christopher Stone <chris.stone(a)gmail.com> 0.2.25-1
- Upstream sync
- Fix up some rpmlint warnings
-* Mon Jul 30 2007 XulChris <tkmame(a)retrogames.com> 0.2.24-1%{?dist}
+* Mon Jul 30 2007 Christopher Stone <chris.stone(a)gmail.com> 0.2.24-1
- Upstream sync
-* Wed Jan 17 2007 XulChris <tkmame(a)retrogames.com> 0.2.23-1%{?dist}
+* Wed Jan 17 2007 Christopher Stone <chris.stone(a)gmail.com> 0.2.23-1
- Upstream sync
- Rename patch file
- Add LGPL to license tag
@@ -98,11 +100,11 @@
- Add expat-devel to BuildRequires
- Add dist tags to %%changelog
-* Sat Dec 16 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-2%{?dist}
+* Sat Dec 16 2006 Christopher Stone <chris.stone(a)gmail.com> 0.2.22-2
- Apply optimization patch from Belegdol
-* Tue Dec 12 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-1%{?dist}
+* Tue Dec 12 2006 Christopher Stone <chris.stone(a)gmail.com> 0.2.22-1
- Upstream sync
-* Tue Dec 05 2006 XulChris <tkmame(a)retrogames.com> 0.2.21-1%{?dist}
+* Tue Dec 05 2006 Christopher Stone <chris.stone(a)gmail.com> 0.2.21-1
- Initial Release