rebase: minor release update
Per release notes: http://www.postgresql.org/docs/9.4/static/release-9-4-5.html Version: 9.4.5-1
This commit is contained in:
parent
b66f190455
commit
5cf6330f38
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/postgresql-setup-3.4.tar.gz
|
||||
/postgresql-9.3.9.tar.bz2
|
||||
/postgresql-9.3.9.tar.bz2.sha256
|
||||
/postgresql-9.4.4.tar.bz2
|
||||
/postgresql-9.4.4.tar.bz2.sha256
|
||||
/postgresql-9.4.4-US.pdf
|
||||
/postgresql-9.3.10.tar.bz2
|
||||
/postgresql-9.3.10.tar.bz2.sha256
|
||||
/postgresql-9.4.5.tar.bz2
|
||||
/postgresql-9.4.5.tar.bz2.sha256
|
||||
/postgresql-9.4.5-US.pdf
|
||||
|
@ -66,8 +66,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 9.4
|
||||
Version: 9.4.4
|
||||
Release: 6%{?dist}
|
||||
Version: 9.4.5
|
||||
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.3.9
|
||||
%global prevversion 9.3.10
|
||||
%global prevmajorversion 9.3
|
||||
|
||||
%global setup_version 3.4
|
||||
@ -1194,6 +1194,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 06 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.5-1
|
||||
- update to 9.4.5 per release notes
|
||||
http://www.postgresql.org/docs/9.4/static/release-9-4-5.html
|
||||
|
||||
* Fri Sep 25 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-6
|
||||
- postgresql-setup rebase to 3.4 (rhbz#1265319, rhbz#1247477)
|
||||
|
||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
||||
1b04cb359940bcc21ca4512c67e83290 postgresql-setup-3.4.tar.gz
|
||||
41cd45d8f9d32c900ff5dafb5946d31f postgresql-9.3.9.tar.bz2
|
||||
ed0fab6010385125b11758ace4d4c08f postgresql-9.3.9.tar.bz2.sha256
|
||||
1fe952c44ed26d7e6a335cf991a9c1c6 postgresql-9.4.4.tar.bz2
|
||||
e722b142f3520609443fe77665481076 postgresql-9.4.4.tar.bz2.sha256
|
||||
665f27795673fb0d73184e44d7604b23 postgresql-9.4.4-US.pdf
|
||||
ec2365548d08f69c8023eddd4f2d1a28 postgresql-9.3.10.tar.bz2
|
||||
4097024cab41374aac237bb11293ca36 postgresql-9.3.10.tar.bz2.sha256
|
||||
8b2e3472a8dc786649b4d02d02e039a0 postgresql-9.4.5.tar.bz2
|
||||
8d83dbba546035e37e84c8c9fa31e426 postgresql-9.4.5.tar.bz2.sha256
|
||||
59316c39552a081955cc50cfadad24e0 postgresql-9.4.5-US.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user