update to 9.3.3 minor version per release notes:
http://www.postgresql.org/docs/9.3/static/release-9-3-3.html
This commit is contained in:
parent
6d2de0b6b6
commit
a2f501b795
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,3 +7,6 @@
|
||||
/postgresql-9.3.2.tar.bz2
|
||||
/postgresql-9.3.2-US.pdf
|
||||
/postgresql-9.2.6.tar.bz2
|
||||
/postgresql-9.3.3.tar.bz2
|
||||
/postgresql-9.3.3-US.pdf
|
||||
/postgresql-9.2.7.tar.bz2
|
||||
|
@ -63,8 +63,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 9.3
|
||||
Version: 9.3.2
|
||||
Release: 7%{?dist}
|
||||
Version: 9.3.3
|
||||
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.
|
||||
@ -79,7 +79,7 @@ Url: http://www.postgresql.org/
|
||||
# in-place upgrade of an old database. In most cases it will not be critical
|
||||
# that this be kept up with the latest minor release of the previous series;
|
||||
# but update when bugs affecting pg_dump output are fixed.
|
||||
%global prevversion 9.2.6
|
||||
%global prevversion 9.2.7
|
||||
%global prevmajorversion 9.2
|
||||
|
||||
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
||||
@ -1131,6 +1131,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 20 2014 Jozef Mlich <jmlich@redhat.com> - 9.3.3-1
|
||||
- update to 9.3.3 minor version per release notes:
|
||||
http://www.postgresql.org/docs/9.3/static/release-9-3-3.html
|
||||
|
||||
* Thu Jan 23 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-7
|
||||
- postgresql-setup: typos
|
||||
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
8c905155e3e9f9367b4299a9acb41d2a postgresql-9.3.2.tar.bz2
|
||||
8f7d6baa6abedfef6d926da4fa3e4a2c postgresql-9.3.2-US.pdf
|
||||
3e68c0c7468c56f73060a88a377dbde8 postgresql-9.2.6.tar.bz2
|
||||
0247b0a24e76a3f20cc50c06d0aa2412 postgresql-9.3.3.tar.bz2
|
||||
517e6f0f71ead14673093212089680d9 postgresql-9.3.3-US.pdf
|
||||
610354e939d3b6d8d1a620504bc25fb2 postgresql-9.2.7.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user