diff --git a/libraw1394.spec b/libraw1394.spec index c12b991..e8f1725 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,7 +1,7 @@ Summary: Library providing low-level IEEE-1394 access Name: libraw1394 Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz @@ -12,6 +12,7 @@ BuildRequires: autoconf automake libtool Source1: firewire-cdev.h Patch0: libraw1394-juju.patch +Patch1: libraw1394-juju-no-double-free-on-shutdown.patch %description The libraw1394 library provides direct access to the IEEE-1394 bus through @@ -29,6 +30,7 @@ Development libraries needed to build applications against libraw1394. %setup -q %patch0 -p1 -b .juju +%patch1 -p1 -b .free %build @@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 19 2007 Jarod Wilson - 1.3.0-2 +- Fix the 'double free' crash on shutdown (#328011) + * Thu Oct 18 2007 Jarod Wilson - 1.3.0-1 - libraw1394 v1.3.0