[python-psycopg2] rebase to most recent minor version

Pavel Raiskup praiskup at fedoraproject.org
Fri Jul 4 12:38:40 UTC 2014


commit e97c3d9be4c49224681acbb1bf5cc3d200b34b0d
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Fri Jul 4 14:38:08 2014 +0200

    rebase to most recent minor version
    
    per release notes:
    http://www.psycopg.org/psycopg/articles/2014/05/13/psycopg-253-released/
    
    Version: 2.5.3-1

 .gitignore           |    2 +-
 python-psycopg2.spec |    8 ++++++--
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c343ce7..68a1375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/psycopg2-2.5.2.tar.gz
+/psycopg2-2.5.3.tar.gz
diff --git a/python-psycopg2.spec b/python-psycopg2.spec
index fabebaa..ee089af 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.2
-Release:	3%{?dist}
+Version:	2.5.3
+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
+* Fri Jul 04 2014 Pavel Raiskup <praiskup at redhat.com> - 2.5.3-1
+- rebase to most recent upstream version, per release notes:
+  http://www.psycopg.org/psycopg/articles/2014/05/13/psycopg-253-released/
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ffdee8a..3f3032b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53d81793fbab8fee6e732a0425d50047  psycopg2-2.5.2.tar.gz
+09dcec70f623a9ef774f1aef75690995  psycopg2-2.5.3.tar.gz


More information about the scm-commits mailing list