This commit is contained in:
parent
0df354b7ba
commit
cb1962c157
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e9406b93794dc4fd15b21e10512d2b694236d79b018d29b9ca86311d5cca2437
|
|
||||||
size 14004538
|
|
3
postgresql-8.3.4.tar.bz2
Normal file
3
postgresql-8.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:121956d3f77ccb33e542554f564e298b134f9185721cf8610535f96a4f756dcf
|
||||||
|
size 14037366
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package postgresql-pl (Version 8.3.3)
|
# spec file for package postgresql-pl (Version 8.3.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: python-devel tcl-devel
|
BuildRequires: python-devel tcl-devel
|
||||||
Summary: The PL/Tcl, PL/Perl, and PL/Python Procedural Languages for PostgreSQL
|
Summary: The PL/Tcl, PL/Perl, and PL/Python Procedural Languages for PostgreSQL
|
||||||
Version: 8.3.3
|
Version: 8.3.4
|
||||||
Release: 1
|
Release: 1
|
||||||
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 25 13:19:09 CEST 2008 - max@suse.de
|
||||||
|
|
||||||
|
- Bugfix release: 8.3.4
|
||||||
|
- Issues fixed include autovacuum crashes reported by several
|
||||||
|
users, two Heap Only Tuple bugs, a foreign key failure
|
||||||
|
condition, a too-small lock address space, two Write Ahead Log
|
||||||
|
bugs, several planner mistakes, and numerous "corner condition"
|
||||||
|
bugs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 5 10:15:20 CEST 2008 - max@suse.de
|
Fri Sep 5 10:15:20 CEST 2008 - max@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package postgresql (Version 8.3.3)
|
# spec file for package postgresql (Version 8.3.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ BuildRequires: bison flex gettext-devel krb5-devel libxslt-devel
|
|||||||
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
|
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Summary: Basic Clients and Utilities for PostgreSQL
|
Summary: Basic Clients and Utilities for PostgreSQL
|
||||||
Version: 8.3.3
|
Version: 8.3.4
|
||||||
Release: 1
|
Release: 1
|
||||||
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
@ -451,6 +451,13 @@ rm -f %my_provides
|
|||||||
%doc %_mandir/man1/pg_config.1*
|
%doc %_mandir/man1/pg_config.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 25 2008 max@suse.de
|
||||||
|
- Bugfix release: 8.3.4
|
||||||
|
- Issues fixed include autovacuum crashes reported by several
|
||||||
|
users, two Heap Only Tuple bugs, a foreign key failure
|
||||||
|
condition, a too-small lock address space, two Write Ahead Log
|
||||||
|
bugs, several planner mistakes, and numerous "corner condition"
|
||||||
|
bugs.
|
||||||
* Fri Sep 05 2008 max@suse.de
|
* Fri Sep 05 2008 max@suse.de
|
||||||
- New version: 8.3.3 with countless bug fixes over 8.3.1.
|
- New version: 8.3.3 with countless bug fixes over 8.3.1.
|
||||||
- For details, see
|
- For details, see
|
||||||
|
Loading…
x
Reference in New Issue
Block a user