diff --git a/libraw1394.spec b/libraw1394.spec index d0b1d92..42acbe1 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,14 +1,14 @@ Summary: Library providing low-level IEEE-1394 access Name: libraw1394 Version: 1.3.0 -Release: 4%{?dist} -License: LGPL +Release: 5%{?dist} +License: LGPLv2+ Group: System Environment/Libraries Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz URL: http://www.linux1394.org/ ExcludeArch: s390 s390x BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: autoconf automake libtool kernel-headers +BuildRequires: autoconf automake libtool kernel-headers Patch0: libraw1394-juju.patch Patch1: libraw1394-juju-no-double-free-on-shutdown.patch @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 26 2008 Jarod Wilson - 1.3.0-5 +- Update license and kill an errant tab (#226039) + * Wed Jan 30 2008 Jarod Wilson - 1.3.0-4 - Use firewire-cdev.h provided by kernel-headers