diff --git a/.gitignore b/.gitignore index 950337c..c343ce7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/psycopg2-2.5.tar.gz +/psycopg2-2.5.2.tar.gz diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 4c99ab8..e8c67e5 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.5 +Version: 2.5.2 Release: 1%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions @@ -193,6 +193,10 @@ rm -rf %{buildroot} %endif %changelog +* Tue Jan 7 2014 Devrim Gündüz 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 + * Thu May 16 2013 Devrim Gündüz 2.5-1 - Update to 2.5, per changes described at: http://www.psycopg.org/psycopg/articles/2013/04/07/psycopg-25-released/ @@ -364,18 +368,18 @@ Related: #711095 - Replaced dos2unix with sed, per guidelines and bugzilla review (#199784) - Fix changelog dates -* Sat Jul 21 2006 - Devrim GUNDUZ 2.0.2-2 +* Sat Jul 22 2006 - Devrim GUNDUZ 2.0.2-2 - Added dos2unix to buildrequires - removed python related part from package name -* Fri Jul 20 2006 - Devrim GUNDUZ 2.0.2-1 +* Fri Jul 21 2006 - Devrim GUNDUZ 2.0.2-1 - Fix rpmlint errors, including dos2unix solution - Re-engineered spec file -* Fri Jan 23 2006 - Devrim GUNDUZ +* Mon Jan 23 2006 - Devrim GUNDUZ - First 2.0.X build -* Fri Jan 23 2006 - Devrim GUNDUZ +* Mon Jan 23 2006 - Devrim GUNDUZ - Update to 1.2.21 * Tue Dec 06 2005 - Devrim GUNDUZ diff --git a/sources b/sources index 58ae81c..ffdee8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -facd82faa067e99b80146a0ee2f842f6 psycopg2-2.5.tar.gz +53d81793fbab8fee6e732a0425d50047 psycopg2-2.5.2.tar.gz