[python-psycopg2/f17] Update to 2.4.5

Tom Lane tgl at fedoraproject.org
Sat Apr 7 19:29:55 UTC 2012


commit 0791e319a78b7336d2ce77714dd545f484fb68c2
Author: Tom Lane <tgl at redhat.com>
Date:   Sat Apr 7 15:21:26 2012 -0400

    Update to 2.4.5

 .gitignore           |    2 +-
 python-psycopg2.spec |    5 ++++-
 sources              |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea80fdb..9690404 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/psycopg2-2.4.4.tar.gz
+/psycopg2-2.4.5.tar.gz
diff --git a/python-psycopg2.spec b/python-psycopg2.spec
index 14bd3a4..b752f12 100644
--- a/python-psycopg2.spec
+++ b/python-psycopg2.spec
@@ -18,7 +18,7 @@
 
 Summary:	A PostgreSQL database adapter for Python
 Name:		python-psycopg2
-Version:	2.4.4
+Version:	2.4.5
 Release:	1%{?dist}
 # The exceptions allow linking to OpenSSL and PostgreSQL's libpq
 License:	LGPLv3+ with exceptions
@@ -178,6 +178,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Apr  7 2012 Tom Lane <tgl at redhat.com> 2.4.5-1
+- Update to 2.4.5
+
 * Thu Feb  2 2012 Tom Lane <tgl at redhat.com> 2.4.4-1
 - Update to 2.4.4
 - More specfile neatnik-ism
diff --git a/sources b/sources
index fec9679..91d085a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-331255d2d44018bcef2ea192aabc1d6a  psycopg2-2.4.4.tar.gz
+075e4df465e9a863f288d5bdf6e6887e  psycopg2-2.4.5.tar.gz


More information about the scm-commits mailing list