commit postgresql92 for openSUSE:12.3
Hello community, here is the log from the commit of package postgresql92 for openSUSE:12.3 checked in at 2013-02-26 15:11:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/postgresql92 (Old) and /work/SRC/openSUSE:12.3/.postgresql92.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "postgresql92", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.3/postgresql92/postgresql92-libs.changes 2013-01-31 01:33:53.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.postgresql92.new/postgresql92-libs.changes 2013-02-26 15:11:18.000000000 +0100 @@ -1,0 +2,27 @@ +Wed Feb 13 16:57:51 UTC 2013 - max@suse.com + +- Version 9.2.3 also fixes bnc#802679, CVE-2013-0255. +- Remove postgresql92-full.spec.in and use postgresql92.spec as the + master for generating postgresql92-libs.spec. + +------------------------------------------------------------------- +Fri Feb 8 14:06:20 UTC 2013 - darin@darins.net + +- Updated to version 9.2.3 + * Prevent execution of enum_recv from SQL (Tom Lane) + * Fix multiple problems in detection of when a consistent database + state has been reached during WAL replay + * Fix detection of end-of-backup point when no actual redo + work is required + * Update minimum recovery point when truncating a relation file + * Fix recycling of WAL segments after changing recovery target + timeline + * Properly restore timeline history files from archive on + cascading standby servers + * Fix lock conflict detection on hot-standby servers + * Fix missing cancellations in hot standby mode + * See the release notes for the rest of the changes: + http://www.postgresql.org/docs/9.2/static/release-9-2-3.html + /usr/share/doc/packages/postgresql/HISTORY + +------------------------------------------------------------------- postgresql92.changes: same change Old: ---- postgresql-9.2.2.tar.bz2 postgresql92-full.spec.in New: ---- postgresql-9.2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql92-libs.spec ++++++ --- /var/tmp/diff_new_pack.rMBi3s/_old 2013-02-26 15:11:19.000000000 +0100 +++ /var/tmp/diff_new_pack.rMBi3s/_new 2013-02-26 15:11:19.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package postgresql91 +# spec file for package postgresql92-libs # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,12 +40,12 @@ BuildRequires: gettext-devel BuildRequires: ncurses-devel BuildRequires: pam-devel +BuildRequires: pwdutils BuildRequires: python-devel BuildRequires: readline-devel BuildRequires: tcl-devel BuildRequires: uuid-devel BuildRequires: zlib-devel -BuildRequires: pwdutils %endif %if 0%{?suse_version} >= 1110 @@ -58,14 +58,15 @@ BuildRequires: krb5-devel BuildRequires: libxslt-devel %endif +BuildRequires: -postgresql +BuildRequires: -postgresql-libs BuildRequires: openldap2-devel BuildRequires: openssl-devel BuildRequires: update-alternatives -BuildRequires: -postgresql-libs Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools -Version: 9.2.2 +Version: 9.2.3 Release: 0 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') Source0: postgresql-%version.tar.bz2 @@ -141,7 +142,6 @@ preprocessor for PostgreSQL. %package -n %pgname-devel -License: PostgreSQL Summary: PostgreSQL development header files and libraries Group: Productivity/Databases/Tools Provides: postgresql-devel = %version @@ -170,7 +170,6 @@ %if %buildmain %package server -License: PostgreSQL Summary: The Programs Needed to Create and Run a PostgreSQL Server Group: Productivity/Databases/Servers PreReq: pwdutils @@ -195,7 +194,6 @@ PostgreSQL databases. %package docs -License: PostgreSQL Summary: HTML Documentation for PostgreSQL Group: Productivity/Databases/Tools Provides: postgresql-docs = %version @@ -215,7 +213,6 @@ postgresql package. %package contrib -License: PostgreSQL Summary: Contributed Extensions and Additions to PostgreSQL Group: Productivity/Databases/Tools #FIXME @@ -237,7 +234,6 @@ /usr/share/doc/packages/postgresql/contrib. %package plperl -License: PostgreSQL Summary: The PL/Tcl, PL/Perl, and PL/Python procedural languages for PostgreSQL Group: Productivity/Databases/Servers Requires: perl = %perl_version @@ -253,7 +249,6 @@ PostgreSQL also offers the builtin procedural language PL/SQL. %package plpython -License: PostgreSQL Summary: The PL/Python Procedural Languages for PostgreSQL Group: Productivity/Databases/Servers Provides: postgresql-plpython = %version @@ -275,7 +270,6 @@ included in the postgresql-server package. %package pltcl -License: PostgreSQL Summary: PL/Tcl Procedural Language for PostgreSQL Group: Productivity/Databases/Tools Provides: postgresql-pltcl = %version postgresql92.spec: same change ++++++ postgresql-9.2.2.tar.bz2 -> postgresql-9.2.3.tar.bz2 ++++++ /work/SRC/openSUSE:12.3/postgresql92/postgresql-9.2.2.tar.bz2 /work/SRC/openSUSE:12.3/.postgresql92.new/postgresql-9.2.3.tar.bz2 differ: char 11, line 1 ++++++ pre_checkin.sh ++++++ --- /var/tmp/diff_new_pack.rMBi3s/_old 2013-02-26 15:11:19.000000000 +0100 +++ /var/tmp/diff_new_pack.rMBi3s/_new 2013-02-26 15:11:19.000000000 +0100 @@ -1,20 +1,17 @@ #!/bin/bash -SPEC=postgresql*-full.spec.in -VERSION=$(awk '/define packageversion/{print $3}' $SPEC) - -cp -a postgresql$VERSION.changes postgresql$VERSION-libs.changes - -for f in postgresql$VERSION postgresql$VERSION-libs; do - sed "s/^\(Name: *\).*/\\1 $f/" $SPEC > $f.spec -done +cp -a postgresql??.changes postgresql??-libs.changes +cp -a postgresql??.spec postgresql??-libs.spec sed -i \ -e 's/%define buildmain .*/%define buildmain 1/' \ -e 's/%define buildlibs .*/%define buildlibs 0/' \ - postgresql$VERSION.spec + postgresql??.spec sed -i \ + -e 's/postgresql[[:digit:]]\{2\}/&-libs/g' \ -e 's/%define buildmain .*/%define buildmain 0/' \ -e 's/%define buildlibs .*/%define buildlibs 1/' \ - postgresql$VERSION-libs.spec + postgresql??-libs.spec + +diff -u postgresql??.spec postgresql??-libs.spec \ No newline at end of file -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de