rebase: minor release update
Per release notes: http://www.postgresql.org/docs/9.4/static/release-9-4-4.html Version: 9.4.4-1
This commit is contained in:
parent
0729cbe435
commit
295849a9b5
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/postgresql-setup-3.3.tar.gz
|
||||
/postgresql-9.3.8.tar.bz2
|
||||
/postgresql-9.3.8.tar.bz2.sha256
|
||||
/postgresql-9.4.3.tar.bz2
|
||||
/postgresql-9.4.3.tar.bz2.sha256
|
||||
/postgresql-9.4.3-US.pdf
|
||||
/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
|
||||
|
@ -70,8 +70,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 9.4
|
||||
Version: 9.4.3
|
||||
Release: 2%{?dist}
|
||||
Version: 9.4.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.
|
||||
@ -86,7 +86,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.8
|
||||
%global prevversion 9.3.9
|
||||
%global prevmajorversion 9.3
|
||||
|
||||
%global setup_version 3.3
|
||||
@ -1196,6 +1196,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 11 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-1
|
||||
- update to 9.4.4 per release notes
|
||||
http://www.postgresql.org/docs/9.4/static/release-9-4-4.html
|
||||
|
||||
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 9.4.3-2
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
||||
4333e467db490f5721452640d2bf9cd2 postgresql-setup-3.3.tar.gz
|
||||
a12d0aa39a6c238c938ed0158bf0f21a postgresql-9.3.8.tar.bz2
|
||||
0ab49ab68c4feacee9af109a2185e717 postgresql-9.3.8.tar.bz2.sha256
|
||||
05217e0921b51fb886e9e50875776bf1 postgresql-9.4.3.tar.bz2
|
||||
a39d989a86479f71242e2b82739d37b5 postgresql-9.4.3.tar.bz2.sha256
|
||||
8b8198dbbe975990dd50892ddbc25bb1 postgresql-9.4.3-US.pdf
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user