- PyDictIter_Type is no more

This commit is contained in:
Jeremy Katz 2004-11-08 18:53:56 +00:00
parent ef68bec4f3
commit c60787dc8e

View File

@ -20,10 +20,11 @@ Name: rpm
%define version 4.3.2 %define version 4.3.2
Version: %{version} Version: %{version}
%{expand: %%define rpm_version %{version}} %{expand: %%define rpm_version %{version}}
Release: 22 Release: 23
Group: System Environment/Base Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
Patch: rpm-4.3.2-noverbosity.patch Patch: rpm-4.3.2-noverbosity.patch
Patch1: rpm-4.3.2-python24.patch
License: GPL License: GPL
Conflicts: patch < 2.5 Conflicts: patch < 2.5
%ifos linux %ifos linux
@ -126,6 +127,7 @@ shell-like rules.
%prep %prep
%setup -q %setup -q
%patch -p1 %patch -p1
%patch1 -p1
%build %build
# XXX rpm needs functioning nptl for configure tests # XXX rpm needs functioning nptl for configure tests
@ -495,6 +497,9 @@ exit 0
%{__includedir}/popt.h %{__includedir}/popt.h
%changelog %changelog
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 4.3.2-23
- PyDictIter_Type is no more
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 4.3.2-22 * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 4.3.2-22
- rebuild for python 2.4 - rebuild for python 2.4