[python-psycopg2/f20] - Update to 2.5.2, per changes described at: http://www.psycopg.org/psycopg/articles/2014/01/07/ps

Devrim GÜNDÜZ devrim at fedoraproject.org
Tue Jan 7 16:17:43 UTC 2014


commit 1485d0bc64deea7e5ad9360cc9d7d4f4b716080e
Author: Devrim Gunduz <devrim at gunduz.org>
Date:   Tue Jan 7 18:17:32 2014 +0200

    - Update to 2.5.2, per changes described at:
      http://www.psycopg.org/psycopg/articles/2014/01/07/psycopg-252-released

 .gitignore           |    3 +--
 python-psycopg2.spec |    8 ++++++--
 sources              |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2ea0d1..c343ce7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/psycopg2-2.5.tar.gz
-/psycopg2-2.5.1.tar.gz
+/psycopg2-2.5.2.tar.gz
diff --git a/python-psycopg2.spec b/python-psycopg2.spec
index ccd6262..3bca07b 100644
--- a/python-psycopg2.spec
+++ b/python-psycopg2.spec
@@ -27,8 +27,8 @@
 
 Summary:	A PostgreSQL database adapter for Python
 Name:		python-psycopg2
-Version:	2.5.1
-Release:	2%{?dist}
+Version:	2.5.2
+Release:	1%{?dist}
 # The exceptions allow linking to OpenSSL and PostgreSQL's libpq
 License:	LGPLv3+ with exceptions
 Group:		Applications/Databases
@@ -193,6 +193,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Jan 7 2014 Devrim Gündüz <devrim at gunduz.org> 2.5.2-1
+- Update to 2.5.2, per changes described at:
+  http://www.psycopg.org/psycopg/articles/2014/01/07/psycopg-252-released
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 0da6a43..ffdee8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b433f83d50d1bc61e09026e906d84c7  psycopg2-2.5.1.tar.gz
+53d81793fbab8fee6e732a0425d50047  psycopg2-2.5.2.tar.gz


More information about the scm-commits mailing list