Mailinglist Archive: opensuse-commit (1826 mails)
| < Previous | Next > |
commit postgresql
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 08 Sep 2008 16:29:57 +0200
- Message-id: <20080908142958.10FB2678162@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package postgresql
checked in at Mon Sep 8 16:29:57 CEST 2008.
--------
--- postgresql/postgresql.changes 2008-09-04 14:12:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/postgresql/postgresql.changes 2008-09-05
10:25:32.000000000 +0200
@@ -2 +2 @@
-Thu Sep 4 14:11:53 CEST 2008 - yxu@xxxxxxx
+Fri Sep 5 10:15:20 CEST 2008 - max@xxxxxxx
@@ -4 +4,5 @@
-- added pgbench subpackage for testing purpose
+- New version: 8.3.3 with countless bug fixes over 8.3.1.
+- For details, see
+ http://www.postgresql.org/docs/8.3/static/release-8-3-2.html ,
+ http://www.postgresql.org/docs/8.3/static/release-8-3-3.html ,
+ or /usr/share/doc/packages/postgresql/HISTORY .
Old:
----
postgresql-8.3.1.tar.bz2
postgresql-xslt.patch
New:
----
postgresql-8.3.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ postgresql-pl.spec ++++++
--- /var/tmp/diff_new_pack.p13850/_old 2008-09-08 16:28:53.000000000 +0200
+++ /var/tmp/diff_new_pack.p13850/_new 2008-09-08 16:28:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package postgresql-pl (Version 8.3.1)
+# spec file for package postgresql-pl (Version 8.3.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -23,14 +23,13 @@
BuildRequires: ncurses-devel
BuildRequires: python-devel tcl-devel
Summary: The PL/Tcl, PL/Perl, and PL/Python Procedural Languages for
PostgreSQL
-Version: 8.3.1
-Release: 7
+Version: 8.3.3
+Release: 1
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
License: BSD 3-Clause
Group: Productivity/Databases/Servers
Source0: postgresql-%version.tar.bz2
NoSource: 0
-Patch: postgresql-xslt.patch
Url: http://www.postgresql.org/
Requires: postgresql-server = %pg_minor_version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -155,7 +154,6 @@
# The sources for the postgresql-pl package can be found
# in the postgresql source RPM.
%setup -q -n postgresql-%{version}
-%patch
%build
export CFLAGS="%optflags $SP"
++++++ postgresql.spec ++++++
--- /var/tmp/diff_new_pack.p13850/_old 2008-09-08 16:28:53.000000000 +0200
+++ /var/tmp/diff_new_pack.p13850/_new 2008-09-08 16:28:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package postgresql (Version 8.3.1)
+# spec file for package postgresql (Version 8.3.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,8 +22,8 @@
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel
zlib-devel
BuildRequires: ncurses-devel
Summary: Basic Clients and Utilities for PostgreSQL
-Version: 8.3.1
-Release: 37
+Version: 8.3.3
+Release: 1
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
License: BSD 3-Clause
Group: Productivity/Databases/Tools
@@ -36,7 +36,6 @@
Source16: postgresql-firewall
Source17: postgresql-rpmlintrc
Source99: postgresql-pl.spec
-Patch: postgresql-xslt.patch
Patch1: postgresql-8.3-conf.patch
PreReq: postgresql-libs = %pg_minor_version
Url: http://www.postgresql.org/
@@ -207,30 +206,8 @@
Bruce Momjian <pgman@xxxxxxxxxxxxxxxx>
Jan Wieck <JanWieck@xxxxxxxxx>
-%package pgbench
-License: BSD 3-Clause
-Summary: A simple TPC-B like benchmark program for PostgreSQL
-Group: Productivity/Databases/Tools
-Requires: postgresql-libs = %pg_minor_version
-
-%description pgbench
-pgbench is a simple program for running benchmark tests on PostgreSQL.
-It runs the same sequence of SQL commands over and over, possibly in
-multiple concurrent database sessions, and then calculates the average
-transaction rate (transactions per second). By default, pgbench tests a
-scenario that is loosely based on TPC-B, involving five SELECT, UPDATE,
-and INSERT commands per transaction. However, it is easy to test other
-cases by writing your own transaction script files.
-
-
-
-Authors:
---------
- Tatsuo Ishii
-
%prep
%setup -q
-%patch
%patch1
%build
@@ -297,7 +274,6 @@
do
install -d %buildroot/$f
done
-install -m 755 contrib/pgbench/pgbench %buildroot%_bindir
install -m 755 %{SOURCE9} %buildroot/etc/init.d/postgresql
install -m 644 %{SOURCE8}
%buildroot/var/adm/fillup-templates/sysconfig.postgresql
%if 0%suse_version > 1020
@@ -474,13 +450,13 @@
%doc %_mandir/man1/ecpg.1*
%doc %_mandir/man1/pg_config.1*
-%files pgbench
-%defattr(-,root,root)
-%_bindir/pgbench
-
%changelog
-* Thu Sep 04 2008 yxu@xxxxxxx
-- added pgbench subpackage for testing purpose
+* Fri Sep 05 2008 max@xxxxxxx
+- New version: 8.3.3 with countless bug fixes over 8.3.1.
+- For details, see
+ http://www.postgresql.org/docs/8.3/static/release-8-3-2.html ,
+ http://www.postgresql.org/docs/8.3/static/release-8-3-3.html ,
+ or /usr/share/doc/packages/postgresql/HISTORY .
* Fri Aug 29 2008 cthiel@xxxxxxx
- fix init script
* Mon May 19 2008 schwab@xxxxxxx
++++++ postgresql-8.3.1.tar.bz2 -> postgresql-8.3.3.tar.bz2 ++++++
postgresql/postgresql-8.3.1.tar.bz2
/mounts/work_src_done/STABLE/postgresql/postgresql-8.3.3.tar.bz2 differ: byte
11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |