- rebuild against python 2.5

This commit is contained in:
Jeremy Katz 2006-12-07 16:35:34 +00:00
parent cb768b4900
commit a2af4a6647

View File

@ -4,7 +4,7 @@
Name: pycairo
Version: 1.2.6
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL
Group: Development/Languages
Summary: Python bindings for the cairo library
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/pycairo/pycairo.h
%changelog
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.6-2
- rebuild against python 2.5
* Tue Nov 28 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-1.fc7
- Update to 1.2.6
- Clean up the spec file.