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
This commit is contained in:
2011-12-14 14:19:37 +00:00
committed by Git OBS Bridge
parent 72388599a8
commit 3f813fccfa
6 changed files with 33 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c794016bcf3fc1f561bc86796c6c9d050e3d8d2d55356515126e048275ae56f2
size 14884071

3
postgresql-9.1.2.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d54ff514f5b2754e6e36b008c43d7bbf7daf541da608767cc5bdedb1de5db30
size 15424814

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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