SPECS: rpm.spec - rpm-iconv-translit.patch: when converting string...
qrczak
qrczak at pld-linux.org
Mon Feb 12 19:32:50 CET 2007
Author: qrczak Date: Mon Feb 12 18:32:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rpm-iconv-translit.patch: when converting strings to the locale
encoding, unconvertible characters are approximated. If the source
is not valid UTF-8, the string is passed without conversion instead
of assuming ISO-8859-1.
- Release 13
---- Files affected:
SPECS:
rpm.spec (1.794 -> 1.795)
---- Diffs:
================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.794 SPECS/rpm.spec:1.795
--- SPECS/rpm.spec:1.794 Mon Feb 12 01:48:34 2007
+++ SPECS/rpm.spec Mon Feb 12 19:32:45 2007
@@ -35,7 +35,7 @@
Summary(uk.UTF-8): Менеджер пакетів від RPM
Name: rpm
Version: 4.4.7
-Release: 12
+Release: 13
License: GPL
Group: Base
Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -123,6 +123,7 @@
Patch61: %{name}-build-failure-error.patch
Patch62: %{name}-mcontext.patch
Patch63: %{name}-FileDigestParameterized.patch
+Patch64: %{name}-iconv-translit.patch
URL: http://wraptastic.org/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
@@ -708,6 +709,7 @@
%patch61 -p0
%patch62 -p1
%patch63 -p0
+%patch64 -p1
cd scripts
mv -f perl.req perl.req.in
@@ -1185,6 +1187,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.795 2007/02/12 18:32:45 qrczak
+- rpm-iconv-translit.patch: when converting strings to the locale
+ encoding, unconvertible characters are approximated. If the source
+ is not valid UTF-8, the string is passed without conversion instead
+ of assuming ISO-8859-1.
+- Release 13
+
Revision 1.794 2007/02/12 00:48:34 baggins
- converted to UTF-8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.794&r2=1.795&f=u
More information about the pld-cvs-commit
mailing list