rebase: minor version update
Per upstream release notes: http://www.postgresql.org/docs/9.5/static/release-9-5-3.html Version: 9.5.3-1
This commit is contained in:
parent
269d2b7daf
commit
f164285e53
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
/postgresql-setup-4.0.tar.gz
|
/postgresql-setup-4.0.tar.gz
|
||||||
/postgresql-9.5.2-US.pdf
|
/postgresql-9.5.3-US.pdf
|
||||||
/postgresql-9.5.2.tar.bz2
|
/postgresql-9.5.3.tar.bz2
|
||||||
/postgresql-9.5.2.tar.bz2.sha256
|
/postgresql-9.5.3.tar.bz2.sha256
|
||||||
/postgresql-9.4.7.tar.bz2
|
/postgresql-9.4.8.tar.bz2
|
||||||
/postgresql-9.4.7.tar.bz2.sha256
|
/postgresql-9.4.8.tar.bz2.sha256
|
||||||
|
@ -66,8 +66,8 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 9.5
|
%global majorversion 9.5
|
||||||
Version: 9.5.2
|
Version: 9.5.3
|
||||||
Release: 2%{?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.
|
||||||
@ -82,7 +82,7 @@ Url: http://www.postgresql.org/
|
|||||||
# in-place upgrade of an old database. In most cases it will not be critical
|
# 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;
|
# that this be kept up with the latest minor release of the previous series;
|
||||||
# but update when bugs affecting pg_dump output are fixed.
|
# but update when bugs affecting pg_dump output are fixed.
|
||||||
%global prevversion 9.4.7
|
%global prevversion 9.4.8
|
||||||
%global prevmajorversion 9.4
|
%global prevmajorversion 9.4
|
||||||
|
|
||||||
%global setup_version 4.0
|
%global setup_version 4.0
|
||||||
@ -1213,6 +1213,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 12 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.3-1
|
||||||
|
- update to 9.5.3 per release notes:
|
||||||
|
http://www.postgresql.org/docs/9.5/static/release-9-5-3.html
|
||||||
|
|
||||||
* Mon May 09 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.2-2
|
* Mon May 09 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.2-2
|
||||||
- fix the test subpackage, pg_regress now uses --bindir
|
- fix the test subpackage, pg_regress now uses --bindir
|
||||||
|
|
||||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
|||||||
3cd80dbdb03dba0131d7b6a11ae1a24c postgresql-setup-4.0.tar.gz
|
3cd80dbdb03dba0131d7b6a11ae1a24c postgresql-setup-4.0.tar.gz
|
||||||
727c3c89d558cd9c10ef473efafcdc0f postgresql-9.5.2-US.pdf
|
912e5647ec81e2c09f0fced3fa9d4393 postgresql-9.5.3-US.pdf
|
||||||
c3f829b50f0351208debc79af3c946f9 postgresql-9.5.2.tar.bz2
|
3f0c388566c688c82b01a0edf1e6b7a0 postgresql-9.5.3.tar.bz2
|
||||||
c11baa0f3f059eeb4bb46435461bb93d postgresql-9.5.2.tar.bz2.sha256
|
2d884ba5e218a3904651755f5e6a5fcc postgresql-9.5.3.tar.bz2.sha256
|
||||||
8bf119bbac1bbb566397d606861695a9 postgresql-9.4.7.tar.bz2
|
a1a2e8014b2b4c49fc58fe2e2fe83681 postgresql-9.4.8.tar.bz2
|
||||||
12256026fbda590af5a22e58b14283d1 postgresql-9.4.7.tar.bz2.sha256
|
4497d4530be084b651df00f21d067b3b postgresql-9.4.8.tar.bz2.sha256
|
||||||
|
Loading…
Reference in New Issue
Block a user