From 3f813fccfa73971795711332603aa524f848bfcedc1873bcf1596f952c8af630 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 14 Dec 2011 14:19:37 +0000 Subject: [PATCH] Accepting request 96350 from home:deadpoint:branches:server:database:postgresql version update to 9.1.2 OBS-URL: https://build.opensuse.org/request/show/96350 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=64 --- postgresql-9.1.1.tar.bz2 | 3 --- postgresql-9.1.2.tar.bz2 | 3 +++ postgresql-libs.changes | 6 ++++++ postgresql-libs.spec | 12 ++++++------ postgresql.changes | 6 ++++++ postgresql.spec | 24 ++++++++++++------------ 6 files changed, 33 insertions(+), 21 deletions(-) delete mode 100644 postgresql-9.1.1.tar.bz2 create mode 100644 postgresql-9.1.2.tar.bz2 diff --git a/postgresql-9.1.1.tar.bz2 b/postgresql-9.1.1.tar.bz2 deleted file mode 100644 index fceec2f..0000000 --- a/postgresql-9.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c794016bcf3fc1f561bc86796c6c9d050e3d8d2d55356515126e048275ae56f2 -size 14884071 diff --git a/postgresql-9.1.2.tar.bz2 b/postgresql-9.1.2.tar.bz2 new file mode 100644 index 0000000..b518e8c --- /dev/null +++ b/postgresql-9.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d54ff514f5b2754e6e36b008c43d7bbf7daf541da608767cc5bdedb1de5db30 +size 15424814 diff --git a/postgresql-libs.changes b/postgresql-libs.changes index aa981fa..53ff7a6 100644 --- a/postgresql-libs.changes +++ b/postgresql-libs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 9 17:40:06 UTC 2011 - darin@darins.net + +- New version 9.1.2. For detailed release notes see: + http://www.postgresql.org/docs/9.1/static/release-9-1-2.html + ------------------------------------------------------------------- Wed Oct 5 16:41:31 UTC 2011 - max@suse.com diff --git a/postgresql-libs.spec b/postgresql-libs.spec index 7a35590..11ab9a4 100644 --- a/postgresql-libs.spec +++ b/postgresql-libs.spec @@ -33,10 +33,10 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.1.1 +Version: 9.1.2 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') -License: BSD3c(or similar) +License: BSD-3-Clause Group: Productivity/Databases/Tools Source0: postgresql-%version.tar.bz2 Source1: baselibs.conf @@ -72,7 +72,7 @@ package. %if %libs_package %package libs -License: BSD 3-Clause +License: BSD-3-Clause Summary: Shared Libraries Required for PostgreSQL Clients Group: Productivity/Databases/Clients # bug437293 @@ -96,7 +96,7 @@ that need to connect to a PostgreSQL server. %else %package -n %libpq -License: BSD3c(or similar) +License: BSD-3-Clause Summary: Shared Libraries Required for PostgreSQL Clients Group: Productivity/Databases/Clients Provides: postgresql-libs = %version @@ -116,7 +116,7 @@ This package provides the client library that most PostgreSQL client program or language bindings are using. %package -n %libecpg -License: BSD3c(or similar) +License: BSD-3-Clause Summary: Shared Libraries Required for PostgreSQL Clients Group: Productivity/Databases/Clients Provides: postgresql-libs:%_libdir/libecpg.so.6 @@ -132,7 +132,7 @@ preprocessor for PostgreSQL. %endif %package -n %_name-devel -License: BSD3c(or similar) +License: BSD-3-Clause Summary: PostgreSQL development header files and libraries Group: Productivity/Databases/Tools %if %libs_package diff --git a/postgresql.changes b/postgresql.changes index aa981fa..b34d028 100644 --- a/postgresql.changes +++ b/postgresql.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 9 17:37:40 UTC 2011 - darin@darins.net + +- New version 9.1.2. For detailed release notes see: + http://www.postgresql.org/docs/9.1/static/release-9-1-2.html + ------------------------------------------------------------------- Wed Oct 5 16:41:31 UTC 2011 - max@suse.com diff --git a/postgresql.spec b/postgresql.spec index 22d1660..1f3b262 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -40,10 +40,10 @@ BuildRequires: krb5-devel libxslt-devel %endif BuildRequires: openldap2-devel openssl-devel Summary: Basic Clients and Utilities for PostgreSQL -Version: 9.1.1 +Version: 9.1.2 Release: 2 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') -License: BSD3c(or similar) +License: BSD-3-Clause Group: Productivity/Databases/Tools Source0: postgresql-%version.tar.bz2 Source1: baselibs.conf @@ -79,7 +79,7 @@ package. %if %libs_package %package libs -License: BSD 3-Clause +License: BSD-3-Clause Summary: Shared Libraries Required for PostgreSQL Clients Group: Productivity/Databases/Clients # bug437293 @@ -103,7 +103,7 @@ that need to connect to a PostgreSQL server. %else %package -n %libpq -License: BSD3c(or similar) +License: BSD-3-Clause Summary: Shared Libraries Required for PostgreSQL Clients Group: Productivity/Databases/Clients Provides: postgresql-libs = %version @@ -123,7 +123,7 @@ This package provides the client library that most PostgreSQL client program or language bindings are using. %package -n %libecpg -License: BSD3c(or similar) +License: BSD-3-Clause Summary: Shared Libraries Required for PostgreSQL Clients Group: Productivity/Databases/Clients Provides: postgresql-libs:%_libdir/libecpg.so.6 @@ -139,7 +139,7 @@ preprocessor for PostgreSQL. %endif %package server -License: BSD3c(or similar) +License: BSD-3-Clause Summary: The Programs Needed to Create and Run a PostgreSQL Server Group: Productivity/Databases/Servers PreReq: %insserv_prereq %fillup_prereq @@ -150,7 +150,7 @@ Requires: glibc-locale Provides: postgresql-server = %pg_minor_version %package docs -License: BSD3c(or similar) +License: BSD-3-Clause Summary: HTML Documentation for PostgreSQL Group: Productivity/Databases/Tools %if 0%{?suse_version} >= 1120 @@ -169,7 +169,7 @@ Manual pages for the PostgreSQL SQL statements can be found in the postgresql package. %package contrib -License: BSD3c(or similar) +License: BSD-3-Clause Summary: Contributed Extensions and Additions to PostgreSQL Group: Productivity/Databases/Tools Requires: postgresql-server = %pg_minor_version @@ -198,7 +198,7 @@ PostgreSQL server, which will in turn allow you to create and maintain PostgreSQL databases. %package -n %_name-devel -License: BSD3c(or similar) +License: BSD-3-Clause Summary: PostgreSQL development header files and libraries Group: Productivity/Databases/Tools %if %libs_package @@ -220,7 +220,7 @@ need to install this package if you want to develop applications in C which will interact with a PostgreSQL server. %package plperl -License: BSD3c(or similar) +License: BSD-3-Clause Summary: The PL/Tcl, PL/Perl, and PL/Python procedural languages for PostgreSQL Group: Productivity/Databases/Servers Requires: perl = %perl_version @@ -239,7 +239,7 @@ With this module one can use Perl to write stored procedures, functions, and triggers. %package plpython -License: BSD3c(or similar) +License: BSD-3-Clause Summary: The PL/Python Procedural Languages for PostgreSQL Group: Productivity/Databases/Servers Obsoletes: postgresql-pl @@ -258,7 +258,7 @@ With this module one can use Python to write stored procedures, functions, and triggers. %package pltcl -License: BSD3c(or similar) +License: BSD-3-Clause Summary: PL/Tcl Procedural Language for PostgreSQL Group: Productivity/Databases/Tools Obsoletes: postgresql-pl