From 338745f1845f3906149c037d797a0b76e7e9d11c0eeed93594492c420d3b335e Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 13 Jan 2014 17:23:55 +0000
Subject: [PATCH] Accepting request 213708 from Cloud:OpenStack:Master
- update to 2.5.2:
- Fixed segfault pickling the exception raised on connection error
- Meaningful connection errors report a meaningful message
- Manually creating `lobject` with the wrong parameter doesn't segfault
OBS-URL: https://build.opensuse.org/request/show/213708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=39
---
psycopg2-2.5.1.tar.gz | 3 ---
psycopg2-2.5.2.tar.gz | 3 +++
python-psycopg2.changes | 8 ++++++++
python-psycopg2.spec | 8 ++++----
4 files changed, 15 insertions(+), 7 deletions(-)
delete mode 100644 psycopg2-2.5.1.tar.gz
create mode 100644 psycopg2-2.5.2.tar.gz
diff --git a/psycopg2-2.5.1.tar.gz b/psycopg2-2.5.1.tar.gz
deleted file mode 100644
index 09d3e2f..0000000
--- a/psycopg2-2.5.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec
-size 684504
diff --git a/psycopg2-2.5.2.tar.gz b/psycopg2-2.5.2.tar.gz
new file mode 100644
index 0000000..5653519
--- /dev/null
+++ b/psycopg2-2.5.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:50382d8703a16c3c615f328c2676f002787095925c99f0afb125a59962a5bd2e
+size 685762
diff --git a/python-psycopg2.changes b/python-psycopg2.changes
index 43dd708..752a938 100644
--- a/python-psycopg2.changes
+++ b/python-psycopg2.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Mon Jan 13 13:29:56 UTC 2014 - dmueller@suse.com
+
+- update to 2.5.2:
+ - Fixed segfault pickling the exception raised on connection error
+ - Meaningful connection errors report a meaningful message
+ - Manually creating `lobject` with the wrong parameter doesn't segfault
+
-------------------------------------------------------------------
Tue Jun 25 11:41:28 UTC 2013 - dmueller@suse.com
diff --git a/python-psycopg2.spec b/python-psycopg2.spec
index 6ff2b59..705faf5 100644
--- a/python-psycopg2.spec
+++ b/python-psycopg2.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-psycopg2
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,12 +17,12 @@
Name: python-psycopg2
-Version: 2.5.1
+Version: 2.5.2
Release: 0
-License: LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and SUSE-GPL-2.0-with-openssl-exception
Summary: Python-PostgreSQL Database Adapter
-Url: http://initd.org/psycopg/
+License: LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and SUSE-GPL-2.0-with-openssl-exception
Group: Development/Languages/Python
+Url: http://initd.org/psycopg/
Source: http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: postgresql-devel