rpms/libraw1394/devel libraw1394.spec,1.47,1.48

Jarod Wilson jwilson at fedoraproject.org
Fri Dec 5 17:06:25 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/libraw1394/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19194

Modified Files:
	libraw1394.spec 
Log Message:
* Fri Dec 05 2008 Jarod Wilson <jarod at redhat.com> - 2.0.0-4
- Fix channel modify code, should make iso reception work reliably now



Index: libraw1394.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libraw1394/devel/libraw1394.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- libraw1394.spec	20 Nov 2008 17:43:25 -0000	1.47
+++ libraw1394.spec	5 Dec 2008 17:05:54 -0000	1.48
@@ -1,12 +1,13 @@
 Summary:        Library providing low-level IEEE-1394 access
 Name:           libraw1394
 Version:        2.0.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        LGPLv2+
 Group:          System Environment/Libraries
 Source:         http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz
 Patch0:         libraw1394-2.0.0-coverity-prevent-fixes.patch
 Patch1:         libraw1394-2.0.0-git-fixes.patch
+Patch2:         libraw1394-2.0.0-fix-channel_modify.patch
 URL:            http://www.linux1394.org/
 ExcludeArch:    s390 s390x
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,6 +32,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static
@@ -69,6 +71,9 @@
 
 
 %changelog
+* Fri Dec 05 2008 Jarod Wilson <jarod at redhat.com> - 2.0.0-4
+- Fix channel modify code, should make iso reception work reliably now
+
 * Thu Nov 20 2008 Jarod Wilson <jarod at redhat.com> - 2.0.0-3
 - Address some compiler warnings
 - Reduce nesting depth in new_handle dispatches




More information about the fedora-extras-commits mailing list