Update to PostgreSQL 9.0.4
This commit is contained in:
parent
9877679a0c
commit
7632f67fca
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/postgresql-9.0.3.tar.bz2
|
/postgresql-9.0.4.tar.bz2
|
||||||
/postgresql-9.0.3-US.pdf
|
/postgresql-9.0.4-US.pdf
|
||||||
/postgresql-8.4.6.tar.bz2
|
/postgresql-8.4.6.tar.bz2
|
||||||
|
@ -53,8 +53,8 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 9.0
|
%global majorversion 9.0
|
||||||
Version: 9.0.3
|
Version: 9.0.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
@ -820,6 +820,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
928df8c40bb012ad10756e58b70516fb postgresql-9.0.3.tar.bz2
|
80390514d568a7af5ab61db1cda27e29 postgresql-9.0.4.tar.bz2
|
||||||
d3168a6304a4e1b44af1619ba2a2dc82 postgresql-9.0.3-US.pdf
|
7d27ebea9aa8654f73e47caa933e3fca postgresql-9.0.4-US.pdf
|
||||||
fcc3daaf2292fa6bf1185ec45e512db6 postgresql-8.4.6.tar.bz2
|
fcc3daaf2292fa6bf1185ec45e512db6 postgresql-8.4.6.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user