From 293143491614903e54b2338df964f719e57febad Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Mon, 15 Jun 2015 16:51:40 +0200 Subject: [PATCH] Update to 2.6.1 --- .gitignore | 1 + python-psycopg2.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dfb29f8..60768d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /psycopg2-2.6.tar.gz +/psycopg2-2.6.1.tar.gz diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 1de8e7a..3ebe21a 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -27,7 +27,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 -Version: 2.6 +Version: 2.6.1 Release: 1%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions @@ -43,6 +43,7 @@ BuildRequires: python-debug BuildRequires: python3-devel BuildRequires: python3-debug %endif # with_python3 +BuildRequires: python-sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Conflicts: python-psycopg2-zope < %{version} @@ -195,6 +196,9 @@ rm -rf %{buildroot} %endif %changelog +* Mon Jul 15 2015 Jozef Mlich 2.6.1-1 +- Update to 2.6.1 + * Mon Feb 9 2015 Devrim Gündüz 2.6-1 - Update to 2.6, per changes described at: http://www.psycopg.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/ diff --git a/sources b/sources index b1a8e38..d0e4059 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbbb039a8765d561a1c04969bbae7c74 psycopg2-2.6.tar.gz +842b44f8c95517ed5b792081a2370da1 psycopg2-2.6.1.tar.gz