- Fix channel modify code, should make iso reception work reliably now
This commit is contained in:
parent
b5eeebf795
commit
59efcebafb
@ -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 @@ Development libraries needed to build applications against libraw1394.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -69,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 05 2008 Jarod Wilson <jarod@redhat.com> - 2.0.0-4
|
||||
- Fix channel modify code, should make iso reception work reliably now
|
||||
|
||||
* Thu Nov 20 2008 Jarod Wilson <jarod@redhat.com> - 2.0.0-3
|
||||
- Address some compiler warnings
|
||||
- Reduce nesting depth in new_handle dispatches
|
||||
|
||||
Loading…
Reference in New Issue
Block a user