rpms/rpm/devel rpm.spec,1.269,1.270

Paul Nasrat (pnasrat) fedora-extras-commits at redhat.com
Wed Nov 14 20:06:24 UTC 2007


Author: pnasrat

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1377

Modified Files:
	rpm.spec 
Log Message:
* Wed Nov 14 2007 Paul Nasrat <pauln at truemesh.com> 4.4.2.2-9
- Fix base64 assumption of signed char, from Tomas Mraz (#380911)



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- rpm.spec	12 Nov 2007 07:42:24 -0000	1.269
+++ rpm.spec	14 Nov 2007 20:05:51 -0000	1.270
@@ -6,7 +6,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: 4.4.2.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source: http://rpm.org/releases/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@
 Patch11: rpm-4.4.2.2-pyproblem.patch
 Patch12: rpm-4.4.2.2-problem-nevra.patch
 Patch13: rpm-4.4.2.2-nss.patch
+Patch14: rpm-4.4.2.2-base64-unsigned-char.patch
 
 # XXX Beware, this is one murky license, partially GPL/LGPL dual-licensed
 # and several different components with their own licenses included...
@@ -151,6 +152,7 @@
 %patch11 -p1 -b .pyproblem
 %patch12 -p1 -b .problem-nevra
 %patch13 -p1 -b .nss
+%patch14 -p1 -b .base64
 
 # force external popt
 rm -rf popt/
@@ -413,6 +415,9 @@
 %endif
 
 %changelog
+* Wed Nov 14 2007 Paul Nasrat <pauln at truemesh.com> 4.4.2.2-9
+- Fix base64 assumption of signed char, from Tomas Mraz (#380911)
+
 * Mon Nov 12 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-8
 - Use NSS instead of beecrypt for cryptography, from Tomas Mraz (#348131)
 - Update build + other dependencies accordingly




More information about the fedora-extras-commits mailing list