From 0fc6b2d8baeab9ba08ecb3455d4cb83e96ffcc50 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sat, 4 Aug 2012 10:20:19 -0400 Subject: [PATCH] rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 --- python-psycopg2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index cb642d8..9c73787 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -28,7 +28,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.4.5 -Release: 5%{?dist} +Release: 6%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions Group: Applications/Databases @@ -193,6 +193,9 @@ rm -rf %{buildroot} %endif %changelog +* Sat Aug 04 2012 David Malcolm - 2.4.5-6 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + * Fri Aug 3 2012 David Malcolm - 2.4.5-5 - generalize python 3 fileglobbing to work with both Python 3.2 and 3.3