rpms/libraw1394/devel libraw1394.spec,1.36,1.37

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri Oct 19 21:36:12 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/libraw1394/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30070

Modified Files:
	libraw1394.spec 
Log Message:
Fix the 'double free' crash on shutdown (#328011). Note that avc stuff still doesn't work, but at least this crash is gone, and I've got a better idea of where things are actually going awry...


Index: libraw1394.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libraw1394/devel/libraw1394.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- libraw1394.spec	19 Oct 2007 13:36:16 -0000	1.36
+++ libraw1394.spec	19 Oct 2007 21:35:40 -0000	1.37
@@ -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 @@
 
 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 @@
 %setup -q
 
 %patch0 -p1 -b .juju
+%patch1 -p1 -b .free
 
 %build
 
@@ -77,6 +79,9 @@
 
 
 %changelog
+* Fri Oct 19 2007 Jarod Wilson <jwilson at redhat.com> - 1.3.0-2
+- Fix the 'double free' crash on shutdown (#328011)
+
 * Thu Oct 18 2007 Jarod Wilson <jwilson at redhat.com> - 1.3.0-1
 - libraw1394 v1.3.0
 




More information about the fedora-extras-commits mailing list