import postgresql-13.2-1.module+el8.4.0+10017+06fd4df3

This commit is contained in:
CentOS Sources 2021-02-19 08:31:14 +00:00 committed by Andrew Lukoshko
parent 50a0b8496e
commit 7b7cc366bf
7 changed files with 14 additions and 10 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-12.5.tar.bz2
SOURCES/postgresql-13.1-US.pdf
SOURCES/postgresql-13.1.tar.bz2
SOURCES/postgresql-12.6.tar.bz2
SOURCES/postgresql-13.2-US.pdf
SOURCES/postgresql-13.2.tar.bz2
SOURCES/postgresql-setup-8.5.tar.gz

View File

@ -1,4 +1,4 @@
031c42b26df6aa91351c02c336b9aa6111bf6c7e SOURCES/postgresql-12.5.tar.bz2
12a33d5e3edbfbef0a16d0f1083e532bf35c77dd SOURCES/postgresql-13.1-US.pdf
3760c704f4d195100a28a983c0bc5331076259ee SOURCES/postgresql-13.1.tar.bz2
988d60b27a2dfefd37574cd2da2ce0b45a9ca207 SOURCES/postgresql-12.6.tar.bz2
571a555fc01a4388f8745ffafaf1b13035920b7d SOURCES/postgresql-13.2-US.pdf
fc40c06ee7f2fd5f4ee5af88c8502f06a44c8698 SOURCES/postgresql-13.2.tar.bz2
3f6ff4a7c424f15034b35380a8669b52d7fb3940 SOURCES/postgresql-setup-8.5.tar.gz

View File

@ -1 +0,0 @@
bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95 postgresql-12.5.tar.bz2

View File

@ -0,0 +1 @@
df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09 postgresql-12.6.tar.bz2

View File

@ -1 +0,0 @@
12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f postgresql-13.1.tar.bz2

View File

@ -0,0 +1 @@
5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc postgresql-13.2.tar.bz2

View File

@ -59,7 +59,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.1
Version: %{majorversion}.2
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -71,7 +71,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 12.5
%global prevversion 12.6
%global prevmajorversion 12
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
@ -1222,6 +1222,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Tue Feb 16 2021 Honza Horak <hhorak@redhat.com> - 13.2-1
- Update to 13.2
Related: #1855776
* Wed Nov 18 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
- Rebase to upstream release 13.1
Resolves: #1855776