Rebuild for Python 2.6

This commit is contained in:
Ignacio Vazquez-Abrams 2008-11-29 17:56:28 +00:00
parent ef0957ba0a
commit 31b180c969

View File

@ -83,7 +83,7 @@
Summary: PostgreSQL client programs and libraries Summary: PostgreSQL client programs and libraries
Name: postgresql Name: postgresql
Version: 8.3.5 Version: 8.3.5
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Group: Applications/Databases Group: Applications/Databases
Url: http://www.postgresql.org/ Url: http://www.postgresql.org/
@ -859,6 +859,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 8.3.5-2
- Rebuild for Python 2.6
* Sun Nov 2 2008 Tom Lane <tgl@redhat.com> 8.3.5-1 * Sun Nov 2 2008 Tom Lane <tgl@redhat.com> 8.3.5-1
- Update to PostgreSQL 8.3.5. - Update to PostgreSQL 8.3.5.
- Improve display from init script's initdb action, per Michael Schwendt - Improve display from init script's initdb action, per Michael Schwendt