rebase: minor version update
Per upstream release notes: http://www.postgresql.org/docs/9.5/static/release-9-5-2.html Version: 9.5.2-1
This commit is contained in:
parent
f01c700fce
commit
b6b08dffec
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/postgresql-setup-4.0.tar.gz
|
||||
/postgresql-9.4.6.tar.bz2
|
||||
/postgresql-9.4.6.tar.bz2.sha256
|
||||
/postgresql-9.5.1.tar.bz2
|
||||
/postgresql-9.5.1.tar.bz2.sha256
|
||||
/postgresql-9.5.1-US.pdf
|
||||
/postgresql-9.5.2-US.pdf
|
||||
/postgresql-9.5.2.tar.bz2
|
||||
/postgresql-9.5.2.tar.bz2.sha256
|
||||
/postgresql-9.4.7.tar.bz2
|
||||
/postgresql-9.4.7.tar.bz2.sha256
|
||||
|
@ -66,8 +66,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 9.5
|
||||
Version: 9.5.1
|
||||
Release: 2%{?dist}
|
||||
Version: 9.5.2
|
||||
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.6
|
||||
%global prevversion 9.4.7
|
||||
%global prevmajorversion 9.4
|
||||
|
||||
%global setup_version 4.0
|
||||
@ -1210,6 +1210,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Apr 03 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.2-1
|
||||
- update to 9.5.2 per release notes
|
||||
http://www.postgresql.org/docs/9.5/static/release-9-5-2.html
|
||||
|
||||
* Fri Feb 26 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.1-2
|
||||
- package static libraries without dynamic counterparts (rhbz#784281)
|
||||
|
||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
||||
3cd80dbdb03dba0131d7b6a11ae1a24c postgresql-setup-4.0.tar.gz
|
||||
0371b9d4fb995062c040ea5c3c1c971e postgresql-9.4.6.tar.bz2
|
||||
1b25a4cf5028e7b1b46055da582ac9e7 postgresql-9.4.6.tar.bz2.sha256
|
||||
11e037afaa4bd0c90bb3c3d955e2b401 postgresql-9.5.1.tar.bz2
|
||||
a910686f08fce302e39556c8a3042145 postgresql-9.5.1.tar.bz2.sha256
|
||||
1b1779c4b7b3d5d83e5afbf8ff4f487a postgresql-9.5.1-US.pdf
|
||||
727c3c89d558cd9c10ef473efafcdc0f postgresql-9.5.2-US.pdf
|
||||
c3f829b50f0351208debc79af3c946f9 postgresql-9.5.2.tar.bz2
|
||||
c11baa0f3f059eeb4bb46435461bb93d postgresql-9.5.2.tar.bz2.sha256
|
||||
8bf119bbac1bbb566397d606861695a9 postgresql-9.4.7.tar.bz2
|
||||
12256026fbda590af5a22e58b14283d1 postgresql-9.4.7.tar.bz2.sha256
|
||||
|
Loading…
Reference in New Issue
Block a user