rhpl with amd64 support

git-svn-id: http://svn.sabayonlinux.org/overlay@548 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
lxnay
2006-12-25 10:43:15 +00:00
parent 458cd953d6
commit a844cf092e
4 changed files with 93 additions and 0 deletions
@@ -0,0 +1,28 @@
diff -ur -x '*.po' rhpl-0.188.orig/src/gzread.py rhpl-0.188/src/gzread.py
--- rhpl-0.188.orig/src/gzread.py 2002-05-22 15:07:45.000000000 -0700
+++ rhpl-0.188/src/gzread.py 2006-09-01 16:20:01.000000000 -0700
@@ -57,7 +57,7 @@
def _read_gzip_header(self):
magic = self.fileobj.read(2)
- if magic != '\037\213':
+ if magic != r'\037\213':
self._unread(magic)
self.compressed = 0
return
Only in rhpl-0.188/src/iconvmodule: build
Only in rhpl-0.188/src/iconvmodule: iconv.so
Only in rhpl-0.188/src: _translate.o
diff -ur -x '*.po' rhpl-0.188.orig/src/translate.py rhpl-0.188/src/translate.py
--- rhpl-0.188.orig/src/translate.py 2005-07-06 11:40:10.000000000 -0700
+++ rhpl-0.188/src/translate.py 2006-09-01 16:20:24.000000000 -0700
@@ -125,7 +125,7 @@
buf = f.read(2)
f.close()
- if buf == "\037\213":
+ if buf == r"\037\213":
mofile = gzip.open(file_path)
else:
mofile = open(file_path)
Only in rhpl-0.188/src: _translate.so
+3
View File
@@ -0,0 +1,3 @@
MD5 5a74ee9e43760ea63669a27d171b7ec7 rhpl-0.188-2.src.rpm 299535
RMD160 a5ab8e57f10c25547877d528599ca4d3b2a3fdc8 rhpl-0.188-2.src.rpm 299535
SHA256 87db85b3dd8ded08fe8fde548cedc28cd59a51c7dd5ec4b84d6881a332c014fd rhpl-0.188-2.src.rpm 299535