rebase: minor release update
Per release notes: http://www.postgresql.org/docs/9.4/static/release-9-4-3.html Version: 9.4.3-1
This commit is contained in:
parent
e66ec66d19
commit
68a237cd75
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
/postgresql-setup-3.3.tar.gz
|
/postgresql-setup-3.3.tar.gz
|
||||||
/postgresql-9.3.7.tar.bz2
|
/postgresql-9.3.8.tar.bz2
|
||||||
/postgresql-9.3.7.tar.bz2.sha256
|
/postgresql-9.3.8.tar.bz2.sha256
|
||||||
/postgresql-9.4.2.tar.bz2
|
/postgresql-9.4.3.tar.bz2
|
||||||
/postgresql-9.4.2.tar.bz2.sha256
|
/postgresql-9.4.3.tar.bz2.sha256
|
||||||
/postgresql-9.4.2-US.pdf
|
/postgresql-9.4.3-US.pdf
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 9.4
|
%global majorversion 9.4
|
||||||
Version: 9.4.2
|
Version: 9.4.3
|
||||||
Release: 1%{?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
|
||||||
@ -86,7 +86,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.3.7
|
%global prevversion 9.3.8
|
||||||
%global prevmajorversion 9.3
|
%global prevmajorversion 9.3
|
||||||
|
|
||||||
%global setup_version 3.3
|
%global setup_version 3.3
|
||||||
@ -1196,6 +1196,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 03 2015 Jozef Mlich <jmlich@redhat.com> - 9.4.3-1
|
||||||
|
- update to 9.4.3 per release notes
|
||||||
|
http://www.postgresql.org/docs/9.4/static/release-9-4-3.html
|
||||||
|
|
||||||
* Thu May 21 2015 Jozef Mlich <jmlich@redhat.com> - 9.4.2-1
|
* Thu May 21 2015 Jozef Mlich <jmlich@redhat.com> - 9.4.2-1
|
||||||
- update to 9.4.2 per release notes
|
- update to 9.4.2 per release notes
|
||||||
http://www.postgresql.org/docs/9.4/static/release-9-4-2.html
|
http://www.postgresql.org/docs/9.4/static/release-9-4-2.html
|
||||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
|||||||
4333e467db490f5721452640d2bf9cd2 postgresql-setup-3.3.tar.gz
|
4333e467db490f5721452640d2bf9cd2 postgresql-setup-3.3.tar.gz
|
||||||
662c0d7f0ec5ffcb1a9af5c83f41d0a2 postgresql-9.3.7.tar.bz2
|
a12d0aa39a6c238c938ed0158bf0f21a postgresql-9.3.8.tar.bz2
|
||||||
2dd3a08d74ab97b019b8965318ea10d1 postgresql-9.3.7.tar.bz2.sha256
|
0ab49ab68c4feacee9af109a2185e717 postgresql-9.3.8.tar.bz2.sha256
|
||||||
b6369156607a4fd88f21af6fec0f30b9 postgresql-9.4.2.tar.bz2
|
05217e0921b51fb886e9e50875776bf1 postgresql-9.4.3.tar.bz2
|
||||||
30cbd22e3c4bc5cd9218f78915d3c1e4 postgresql-9.4.2.tar.bz2.sha256
|
a39d989a86479f71242e2b82739d37b5 postgresql-9.4.3.tar.bz2.sha256
|
||||||
f44d105db0bf6a658c14ba83a3dbee43 postgresql-9.4.2-US.pdf
|
8b8198dbbe975990dd50892ddbc25bb1 postgresql-9.4.3-US.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user