diff --git a/python-cpio.spec b/python-cpio.spec index badb2bd..59c5ecf 100644 --- a/python-cpio.spec +++ b/python-cpio.spec @@ -3,11 +3,11 @@ Name: python-cpio Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python module for accessing cpio archives Group: Development/Languages -License: LGPL +License: LGPLv2.1+ URL: http://developer.berlios.de/projects/python-cpio/ Source0: http://download.berlios.de/python-cpio/python-cpio-0.1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/cpioarchive.py[co] %changelog +* Tue Aug 28 2007 José Matos - 0.1-4 +- License fix, rebuild for devel (F8). + * Tue Dec 12 2006 José Matos - 0.1-3 - Rebuild for python 2.5.