rebase: minor version update
Per upstream release notes: http://www.postgresql.org/docs/9.5/static/release-9-5-4.html Version: 9.5.4-1
This commit is contained in:
parent
34e9d01899
commit
5239ac0d0f
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,6 +1,11 @@
|
||||
/postgresql-setup-4.0.tar.gz
|
||||
/postgresql-9.5.3-US.pdf
|
||||
/postgresql-9.5.4-US.pdf
|
||||
/postgresql-9.5.3.tar.bz2
|
||||
/postgresql-9.5.3.tar.bz2.sha256
|
||||
/postgresql-9.4.8.tar.bz2
|
||||
/postgresql-9.4.8.tar.bz2.sha256
|
||||
/postgresql-9.4.9.tar.bz2
|
||||
/postgresql-9.4.9.tar.bz2.sha256
|
||||
/postgresql-9.5.4.tar.bz2
|
||||
/postgresql-9.5.4.tar.bz2.sha256
|
||||
|
@ -15,5 +15,5 @@ diff -Naur postgresql-9.2rc1.orig/src/backend/utils/misc/postgresql.conf.sample
|
||||
+# Note: In RHEL/Fedora installations, you can't set the port number here;
|
||||
+# adjust it in the service file instead.
|
||||
#max_connections = 100 # (change requires restart)
|
||||
# Note: Increasing max_connections costs ~400 bytes of shared memory per
|
||||
# connection slot, plus lock space (see max_locks_per_transaction).
|
||||
#superuser_reserved_connections = 3 # (change requires restart)
|
||||
#unix_socket_directories = '/tmp' # comma-separated list of directories
|
||||
|
@ -66,8 +66,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 9.5
|
||||
Version: 9.5.3
|
||||
Release: 3%{?dist}
|
||||
Version: 9.5.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.
|
||||
@ -82,7 +82,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.4.8
|
||||
%global prevversion 9.4.9
|
||||
%global prevmajorversion 9.4
|
||||
|
||||
%global setup_version 4.0
|
||||
@ -1216,6 +1216,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 12 2016 Petr Kubat <pkubat@redhat.com> - 9.5.4-1
|
||||
- update to 9.5.4 per release notes:
|
||||
http://www.postgresql.org/docs/9.5/static/release-9-5-4.html
|
||||
|
||||
* Mon Jun 20 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.3-3
|
||||
- use multilib-rpm-config package for multilib hacks
|
||||
|
||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
||||
3cd80dbdb03dba0131d7b6a11ae1a24c postgresql-setup-4.0.tar.gz
|
||||
912e5647ec81e2c09f0fced3fa9d4393 postgresql-9.5.3-US.pdf
|
||||
3f0c388566c688c82b01a0edf1e6b7a0 postgresql-9.5.3.tar.bz2
|
||||
2d884ba5e218a3904651755f5e6a5fcc postgresql-9.5.3.tar.bz2.sha256
|
||||
a1a2e8014b2b4c49fc58fe2e2fe83681 postgresql-9.4.8.tar.bz2
|
||||
4497d4530be084b651df00f21d067b3b postgresql-9.4.8.tar.bz2.sha256
|
||||
ad36fcf624748b8ed67783ad04529f43 postgresql-9.5.4.tar.bz2
|
||||
cb2960fb4022d57f9d7cf421a592a7c0 postgresql-9.4.9.tar.bz2
|
||||
c0cc4410822bf69f6939361fc33cfb15 postgresql-9.4.9.tar.bz2.sha256
|
||||
791291e31348bf4619048a8b06e2231d postgresql-9.5.4.tar.bz2.sha256
|
||||
6bf9dc43855903b6bef6c515643b5c8b postgresql-9.5.4-US.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user