Author: xulchris
Update of /cvs/free/rpms/mamory/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22822/EL-5
Modified Files:
mamory.spec
Added Files:
mamory-0.2.25-utf8.patch
Log Message:
convert mamory.c to utf-8
mamory-0.2.25-utf8.patch:
--- NEW FILE mamory-0.2.25-utf8.patch ---
--- src/mamory.c~ 2008-10-15 14:51:01.000000000 -0700
+++ src/mamory.c 2008-10-15 14:52:47.000000000 -0700
@@ -1,5 +1,5 @@
/*
- Copyright(C) 2002-2007 Pierre Mazière
+ Copyright(C) 2002-2007 Pierre MaziÚre
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -249,7 +249,7 @@
Libmamory_DEBUG_On=FALSE;
#endif
- fprintf(stderr,"Mamory v%i.%i.%i (c) 2002-2007 Pierre Mazière\n\n",
+ fprintf(stderr,"Mamory v%i.%i.%i (c) 2002-2007 Pierre MaziÚre\n\n",
LIB_VER_MAJ,LIB_VER_MIN,LIB_VER_MISC);
if(GetOption(Options,"-i",&optionvalue))
Index: mamory.spec
===================================================================
RCS file: /cvs/free/rpms/mamory/EL-5/mamory.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mamory.spec 12 Oct 2008 15:58:13 -0000 1.2
+++ mamory.spec 15 Oct 2008 21:57:04 -0000 1.3
@@ -1,6 +1,6 @@
Name: mamory
Version: 0.2.25
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
Group: Applications/Emulators
@@ -9,6 +9,7 @@
Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: %{name}-opt.patch
Patch1: %{name}-0.2.25-ppc64.patch
+Patch2: %{name}-0.2.25-utf8.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
@@ -35,6 +36,7 @@
%setup -q
%patch0 -p0 -b .opt~
%patch1 -p0 -b .ppc64~
+%patch2 -p0 -b .utf8~
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
@@ -83,6 +85,9 @@
%changelog
+* Wed Oct 15 2008 Christopher Stone <chris.stone(a)gmail.com> 0.2.25-3
+- Convert mamory.c to UTF-8 format
+
* Sun Oct 12 2008 Christopher Stone <chris.stone(a)gmail.com> 0.2.25-2
- Add patch for ppc64 compiles
- Clean up %%changelog