Hello community,

here is the log from the commit of package postgresql for openSUSE:Factory 
checked in at 2013-01-11 15:58:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes    2011-10-06 
16:45:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes       
2013-01-11 15:58:57.000000000 +0100
@@ -2 +2 @@
-Wed Oct  5 16:41:31 UTC 2011 - m...@suse.com
+Wed Jan  9 09:55:11 UTC 2013 - m...@suse.com
@@ -4,6 +4 @@
-- New version 9.1.1. For detailed release notes, see:
-  http://www.postgresql.org/docs/9.1/static/release-9-1-1.html
-- Stop using deprecated silent_mode in default config.
-- postgresql-perl514.patch is no longer needed.
-- Use %_smp_mflags for parallel make
-- Keep the rpath when linking plperl [bnc#578053].
+- Change license string to PostgreSQL.
@@ -12 +7 @@
-Fri Sep 16 17:17:08 UTC 2011 - jeng...@medozas.de
+Fri Oct  5 17:28:22 UTC 2012 - m...@suse.com
@@ -14 +9 @@
-- Add postgresql-devel to baselibs
+- Make all dummy packages noarch.
@@ -17 +12 @@
-Wed Jun  8 16:40:03 UTC 2011 - m...@novell.com
+Thu Oct  4 14:51:58 UTC 2012 - m...@suse.com
@@ -19,2 +14 @@
-- Revert the postgresql-libs package split for SLE in preparation
-  of submitting the package to SLE11-SP1.
+- Make PostgreSQL 9.2 the default.
@@ -23 +17 @@
-Wed May 25 13:06:16 UTC 2011 - m...@novell.com
+Mon Oct  1 14:13:18 UTC 2012 - m...@suse.com
@@ -25,1879 +19,2 @@
-- Fix file name of last added patch and remove overlong comment.
-
--------------------------------------------------------------------
-Wed May 25 08:06:44 UTC 2011 - idon...@novell.com
-
-- Add postgresql-9.0.4-perl514.patch: For Perl 5.14 GvCV(sv) is no
-  longer an lvalue and needs to be replaced by GvCV_set(sv, value) 
-
--------------------------------------------------------------------
-Thu Apr 21 10:06:45 UTC 2011 - m...@novell.com
-
-- Bugfix release: 9.0.4:
-  * This update contains a critical fix to the pg_upgrade utility
-    which prevents significant downtime issues. Do not use
-    pg_upgrade without installing this update first.
-    http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix
-  * change SQLSTATE for Hot Standby warnings
-  * prevent bgwriter hang during recovery
-  * prevent recursive composite type creation
-  * disallow dropping tables whose triggers are still pending
-  * allow use of "replication" as a user name
-  * prevent a crash during GEQO planning
-  * improve join plans for tables with missing statistics
-  * fix error with SELECT FOR UPDATE in a subselect
-  * close PL/python array slice memory leak
-  * allow SSL connections for users with no home directory
-- http://www.postgresql.org/docs/9.0/static/release-9-0-4.html
-
--------------------------------------------------------------------
-Fri Apr  1 10:23:05 UTC 2011 - nkrin...@novell.com
-
-- enabled --with-ossp-uuid
-
--------------------------------------------------------------------
-Fri Mar  4 15:02:11 UTC 2011 - m...@novell.com
-
-- Fix the fix of the fix for the successors of postgresql-libs. 
-
--------------------------------------------------------------------
-Mon Feb 21 01:09:08 CET 2011 - r...@suse.de
-
-- provide postgresql-libs in the specfile that actually builds
-  the libs package 
-
--------------------------------------------------------------------
-Sat Feb 19 20:11:07 UTC 2011 - co...@novell.com
-
-- fix update of libs
-
--------------------------------------------------------------------
-Thu Feb 17 11:38:42 UTC 2011 - m...@novell.com
-
-- Move all of pgxs into the devel package to fix build of server
-  extensions.
-
--------------------------------------------------------------------
-Wed Feb 16 19:10:54 UTC 2011 - m...@novell.com
-
-- Move pg_config from -server to -devel to fix build of certain
-  client apps and language bindings, but using pg_config on the
-  client side is still considered broken, because it tells what
-  got linked into the server binary not what got linked into libpq.
-
--------------------------------------------------------------------
-Tue Feb  8 18:23:22 UTC 2011 - m...@novell.com
-
-- Remove unneeded PreReq from postgresql on postgresql-libs.
-
--------------------------------------------------------------------
-Fri Feb  4 11:40:12 UTC 2011 - m...@suse.de
-
-- New version: 9.0.3. For the complete release notes, see
-  http://www.postgresql.org/docs/9.0/static/release.html
-- Build libs and devel separate from the main package.
-- Build the PL subpackages as part of the main package.
-- Have separate packages for libpq and libecpg.
-- Generate the main and lib spec files from postgresql.spec.in.
-
--------------------------------------------------------------------
-Wed Dec  8 13:00:12 UTC 2010 - m...@novell.com
-
-- Fix LSB conformance of the init script (bnc#658014). 
-
--------------------------------------------------------------------
-Thu Oct  7 17:34:57 CEST 2010 - m...@suse.de
-
-- Security and bugfix release 8.4.5 (bnc#643771):
-
-  * Use a separate interpreter for each calling SQL userid in
-    PL/Perl and PL/Tcl (CVE-2010-3433).
-
-  * Prevent possible crashes in pg_get_expr() by disallowing it
-    from being called with an argument that is not one of the
-    system catalog columns it's intended to be used with.
-
-  * Fix incorrect placement of placeholder evaluation.
-
-  * Fix possible duplicate scans of UNION ALL member relations.
-
-  * Fix "cannot handle unplanned sub-select" error.
-
-  * Fix mishandling of whole-row Vars that reference a view or
-    sub-select and appear within a nested sub-select.
-
-  * Fix mishandling of cross-type IN comparisons.
-
-  * Fix computation of ANALYZE statistics for tsvector columns.
-
-  * Improve planner's estimate of memory used by array_agg(),
-    string_agg(), and similar aggregate functions.
-
-  * Fix failure to mark cached plans as transient.
-
-  * Reduce PANIC to ERROR in some occasionally-reported btree
-    failure cases, and provide additional detail in the resulting
-    error messages.
-
-  * Fix incorrect search logic for partial-match queries with GIN
-    indexes.
-
-  * Prevent show_session_authorization() from crashing within
-    autovacuum processes.
-
-  * Defend against functions returning setof record where not all
-    the returned rows are actually of the same rowtype.
-
-  * Fix possible corruption of pending trigger event lists during
-    subtransaction rollback.
-
-  * Fix possible failure when hashing a pass-by-reference function
-    result.
-
-  * Improve merge join's handling of NULLs in the join columns.
-
-  * Take care to fsync the contents of lockfiles (both
-    postmaster.pid and the socket lockfile) while writing them.
-
-  * Avoid recursion while assigning XIDs to heavily-nested
-    subtransactions.
-
-  * Avoid holding open old WAL segments in the walwriter process.
-
-  * Fix log_line_prefix's %i escape, which could produce junk
-    early in backend startup.
-
-  * Prevent misinterpretation of partially-specified relation
-    options for TOAST tables.
-
-  * Fix inheritance count tracking in ALTER TABLE ... ADD
-    CONSTRAINT.
-
-  * Fix possible data corruption in ALTER TABLE ... SET TABLESPACE
-    when archiving is enabled.
-
-  * Allow CREATE DATABASE and ALTER DATABASE ... SET TABLESPACE to
-    be interrupted by query-cancel.
-
-  * Improve CREATE INDEX's checking of whether proposed index
-    expressions are immutable.
-
-  * Fix REASSIGN OWNED to handle operator classes and families.
-
-  * Fix possible core dump when comparing two empty tsquery values.
-
-  * Fix LIKE's handling of patterns containing % followed by _
-
-  * Re-allow input of Julian dates prior to 0001-01-01 AD.
-
-  * Fix PL/pgSQL to throw an error, not crash, if a cursor is
-    closed within a FOR loop that is iterating over that cursor.
++++ 1711 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/postgresql/postgresql.changes
++++ and /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes

Old:
----
  baselibs.conf
  postgresql-9.1.1.tar.bz2
  postgresql-README.SuSE.de
  postgresql-README.SuSE.en
  postgresql-bashprofile
  postgresql-conf.patch
  postgresql-firewall
  postgresql-init
  postgresql-libs.changes
  postgresql-libs.spec
  postgresql-mkspecfiles
  postgresql-plperl.patch
  postgresql-regress.patch
  postgresql-rpmlintrc
  postgresql-sle10-timestamptz.patch
  postgresql-sysconfig
  postgresql.spec.in

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgresql.spec ++++++
++++ 603 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/postgresql/postgresql.spec
++++ and /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.spec

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to