Update to 2.4.4
This commit is contained in:
parent
8c257d7234
commit
fa335f91aa
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/psycopg2-2.4.2.tar.gz
|
/psycopg2-2.4.4.tar.gz
|
||||||
|
@ -18,20 +18,21 @@
|
|||||||
|
|
||||||
Summary: A PostgreSQL database adapter for Python
|
Summary: A PostgreSQL database adapter for Python
|
||||||
Name: python-psycopg2
|
Name: python-psycopg2
|
||||||
Version: 2.4.2
|
Version: 2.4.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-%{version}.tar.gz
|
|
||||||
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq
|
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq
|
||||||
License: LGPLv3+ with exceptions
|
License: LGPLv3+ with exceptions
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
Url: http://www.initd.org/psycopg/
|
Url: http://www.initd.org/psycopg/
|
||||||
|
|
||||||
|
Source0: http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-debug
|
BuildRequires: python-debug
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-debug
|
BuildRequires: python3-debug
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Conflicts: python-psycopg2-zope < %{version}
|
Conflicts: python-psycopg2-zope < %{version}
|
||||||
|
|
||||||
@ -131,7 +132,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog INSTALL LICENSE NEWS README
|
%doc AUTHORS ChangeLog LICENSE NEWS README
|
||||||
%dir %{python_sitearch}/psycopg2
|
%dir %{python_sitearch}/psycopg2
|
||||||
%{python_sitearch}/psycopg2/*.py
|
%{python_sitearch}/psycopg2/*.py
|
||||||
%{python_sitearch}/psycopg2/*.pyc
|
%{python_sitearch}/psycopg2/*.pyc
|
||||||
@ -146,7 +147,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files -n python3-psycopg2
|
%files -n python3-psycopg2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog INSTALL LICENSE NEWS README
|
%doc AUTHORS ChangeLog LICENSE NEWS README
|
||||||
%dir %{python3_sitearch}/psycopg2
|
%dir %{python3_sitearch}/psycopg2
|
||||||
%{python3_sitearch}/psycopg2/*.py
|
%{python3_sitearch}/psycopg2/*.py
|
||||||
%{python3_sitearch}/psycopg2/_psycopg.cpython-3?mu.so
|
%{python3_sitearch}/psycopg2/_psycopg.cpython-3?mu.so
|
||||||
@ -177,6 +178,10 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 2 2012 Tom Lane <tgl@redhat.com> 2.4.4-1
|
||||||
|
- Update to 2.4.4
|
||||||
|
- More specfile neatnik-ism
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-3
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user