From afd3c83e2556ed83b66129bedf40448edff4facb Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Dec 03 2010 17:38:42 +0000 Subject: Fix incorrect (and invalid) License: tag. --- diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 552b4aa..c53b797 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -10,10 +10,10 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz # The exceptions allow linking to OpenSSL and PostgreSQL's libpq -License: LGPL3 +License: LGPLv3+ with exceptions Group: Applications/Databases BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Url: http://www.initd.org/software/initd/psycopg @@ -101,6 +101,9 @@ rm -rf %{buildroot} #%{ZPsycopgDAdir}/icons/* %changelog +* Fri Dec 03 2010 Jason L Tibbitts III - 2.2.2-3 +- Fix incorrect (and invalid) License: tag. + * Thu Jul 22 2010 David Malcolm - 2.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild