rebase: minor release update
Per release notes: http://www.postgresql.org/docs/9.4/static/release-9-4-1.html Version: 9.4.1-1
This commit is contained in:
parent
3ca08a72e8
commit
ab286396f6
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,12 +1,6 @@
|
||||
/postgresql-9.3.5.tar.bz2
|
||||
/postgresql-9.3.5.tar.bz2.sha256
|
||||
/postgresql-9.2.9.tar.bz2
|
||||
/postgresql-9.2.9.tar.bz2.sha256
|
||||
/postgresql-9.3.5-US.pdf
|
||||
/postgresql-setup-1.0.0.tar.gz
|
||||
/postgresql-9.3.5.tar.bz2
|
||||
/postgresql-9.3.5.tar.bz2.sha256
|
||||
/postgresql-9.4.0.tar.bz2
|
||||
/postgresql-9.4.0.tar.bz2.sha256
|
||||
/postgresql-9.4.0-US.pdf
|
||||
/postgresql-setup-2.0.tar.gz
|
||||
/postgresql-9.4.1.tar.bz2
|
||||
/postgresql-9.4.1.tar.bz2.sha256
|
||||
/postgresql-9.4.1-US.pdf
|
||||
/postgresql-9.3.6.tar.bz2
|
||||
/postgresql-9.3.6.tar.bz2.sha256
|
||||
|
@ -66,8 +66,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 9.4
|
||||
Version: 9.4.0
|
||||
Release: 2%{?dist}
|
||||
Version: 9.4.1
|
||||
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.5
|
||||
%global prevversion 9.3.6
|
||||
%global prevmajorversion 9.3
|
||||
|
||||
%global setup_version 2.0
|
||||
@ -1170,6 +1170,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 04 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.1-1
|
||||
- update to 9.4.1 per release notes
|
||||
http://www.postgresql.org/docs/9.4/static/release-9-4-1.html
|
||||
|
||||
* Tue Feb 03 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.0-2
|
||||
- sort file lists alphabetically
|
||||
|
||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
||||
5059857c7d7e6ad83b6d55893a121b59 postgresql-9.3.5.tar.bz2
|
||||
60b858fb6c7e06bf05a9c5f4dc5a8932 postgresql-9.3.5.tar.bz2.sha256
|
||||
8cd6e33e1f8d4d2362c8c08bd0e8802b postgresql-9.4.0.tar.bz2
|
||||
79cca88e8a3932bfacda97253d893502 postgresql-9.4.0.tar.bz2.sha256
|
||||
c0d073b2c9d0ba587ba6f6634210ff5c postgresql-9.4.0-US.pdf
|
||||
8323008e726a84d76c3153ed68357576 postgresql-setup-2.0.tar.gz
|
||||
2cf30f50099ff1109d0aa517408f8eff postgresql-9.4.1.tar.bz2
|
||||
5da9a8b75e0a18841f561049b1e670bd postgresql-9.4.1.tar.bz2.sha256
|
||||
940a0ef3c49e19678e59a9a6b6ee143e postgresql-9.4.1-US.pdf
|
||||
0212b03f2835fdd33126a2e70996be8e postgresql-9.3.6.tar.bz2
|
||||
c1165aaee36fed892b2bcc154999e9a8 postgresql-9.3.6.tar.bz2.sha256
|
||||
|
Loading…
Reference in New Issue
Block a user