[python-psycopg2/f16] Update to 2.4.4

Tom Lane tgl at fedoraproject.org
Thu Feb 2 19:52:56 UTC 2012


commit e994ad4939c1a6e4c92ac363d64fafa948fe3f9b
Author: Tom Lane <tgl at redhat.com>
Date:   Thu Feb 2 14:52:38 2012 -0500

    Update to 2.4.4

 .gitignore           |    2 +-
 python-psycopg2.spec |   17 +++++++++++------
 sources              |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a9fee4..ea80fdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/psycopg2-2.4.2.tar.gz
+/psycopg2-2.4.4.tar.gz
diff --git a/python-psycopg2.spec b/python-psycopg2.spec
index bd9070d..dacfed4 100644
--- a/python-psycopg2.spec
+++ b/python-psycopg2.spec
@@ -18,20 +18,21 @@
 
 Summary:	A PostgreSQL database adapter for Python
 Name:		python-psycopg2
-Version:	2.4.2
-Release:	2%{?dist}
-Source0:	http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-%{version}.tar.gz
+Version:	2.4.4
+Release:	1%{?dist}
 # The exceptions allow linking to OpenSSL and PostgreSQL's libpq
 License:	LGPLv3+ with exceptions
 Group:		Applications/Databases
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Url:		http://www.initd.org/psycopg/
 
+Source0:	http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-%{version}.tar.gz
+
 BuildRequires:	postgresql-devel
 BuildRequires:	python-devel
 BuildRequires:	python-debug
 BuildRequires:	python3-devel
 BuildRequires:	python3-debug
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Conflicts:	python-psycopg2-zope < %{version}
 
@@ -131,7 +132,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog INSTALL LICENSE NEWS README
+%doc AUTHORS ChangeLog LICENSE NEWS README
 %dir %{python_sitearch}/psycopg2
 %{python_sitearch}/psycopg2/*.py
 %{python_sitearch}/psycopg2/*.pyc
@@ -146,7 +147,7 @@ rm -rf %{buildroot}
 
 %files -n python3-psycopg2
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog INSTALL LICENSE NEWS README
+%doc AUTHORS ChangeLog LICENSE NEWS README
 %dir %{python3_sitearch}/psycopg2
 %{python3_sitearch}/psycopg2/*.py
 %{python3_sitearch}/psycopg2/_psycopg.cpython-3?mu.so
@@ -177,6 +178,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Feb  2 2012 Tom Lane <tgl at redhat.com> 2.4.4-1
+- Update to 2.4.4
+- More specfile neatnik-ism
+
 * Tue Nov 29 2011 Tom Lane <tgl at redhat.com> 2.4.2-2
 - Fix mistaken %%dir marking on python3 files, per Dan Horak
 
diff --git a/sources b/sources
index 1cbdf05..fec9679 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-920c533806f112787b480806ea125406  psycopg2-2.4.2.tar.gz
+331255d2d44018bcef2ea192aabc1d6a  psycopg2-2.4.4.tar.gz


More information about the scm-commits mailing list