Update to PostgreSQL 9.0.4

This commit is contained in:
Tom Lane 2011-04-18 11:04:47 -04:00
parent 9877679a0c
commit 7632f67fca
3 changed files with 11 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
/postgresql-9.0.3.tar.bz2
/postgresql-9.0.3-US.pdf
/postgresql-9.0.4.tar.bz2
/postgresql-9.0.4-US.pdf
/postgresql-8.4.6.tar.bz2

View File

@ -53,8 +53,8 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 9.0
Version: 9.0.3
Release: 3%{?dist}
Version: 9.0.4
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well.
License: PostgreSQL
@ -820,6 +820,11 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Apr 18 2011 Tom Lane <tgl@redhat.com> 9.0.4-1
- Update to PostgreSQL 9.0.4, for various fixes described at
http://www.postgresql.org/docs/9.0/static/release-9-0-4.html
- Add %%{?_isa} to cross-subpackage Requires, per latest packaging guidelines
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1,3 +1,3 @@
928df8c40bb012ad10756e58b70516fb postgresql-9.0.3.tar.bz2
d3168a6304a4e1b44af1619ba2a2dc82 postgresql-9.0.3-US.pdf
80390514d568a7af5ab61db1cda27e29 postgresql-9.0.4.tar.bz2
7d27ebea9aa8654f73e47caa933e3fca postgresql-9.0.4-US.pdf
fcc3daaf2292fa6bf1185ec45e512db6 postgresql-8.4.6.tar.bz2