rpms/dvgrab/F-8 dvgrab.spec, 1.22, 1.23 dvgrab-3.0-fixes.patch, 1.1, NONE

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Jun 24 21:22:52 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/dvgrab/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32622

Modified Files:
	dvgrab.spec 
Removed Files:
	dvgrab-3.0-fixes.patch 
Log Message:
* Tue Jun 24 2008 Jarod Wilson <jwilson at redhat.com> - 3.1-3
- Fix segfault when we get bogus timecodes (#370931)



Index: dvgrab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dvgrab/F-8/dvgrab.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dvgrab.spec	16 Jan 2008 15:12:36 -0000	1.22
+++ dvgrab.spec	24 Jun 2008 21:22:07 -0000	1.23
@@ -1,11 +1,13 @@
 Summary:        Utility to capture video from a DV camera
 Name:           dvgrab
 Version:        3.1
-Release:        1%{?dist}
+Release:        3%{?dist}
 License:        GPL
 Group:          Applications/Multimedia
 URL:            http://www.kinodv.org/
 Source:         http://dl.sf.net/kino/dvgrab-%{version}.tar.gz
+Patch1:         dvgrab-3.1-gcc43-fix.patch
+Patch2:         dvgrab-3.1-bad-timecode-handling.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libraw1394-devel libavc1394-devel libdv-devel
 BuildRequires:  libiec61883-devel libjpeg-devel
@@ -17,6 +19,8 @@
 
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -36,6 +40,12 @@
 %{_mandir}/man1/dvgrab.1*
 
 %changelog
+* Tue Jun 24 2008 Jarod Wilson <jwilson at redhat.com> - 3.1-3
+- Fix segfault when we get bogus timecodes (#370931)
+
+* Wed Feb 13 2008 Jarod Wilson <jwilson at redhat.com> - 3.1-2
+- Fix build with gcc 4.3
+
 * Wed Dec 12 2007 Jarod Wilson <jwilson at redhat.com> - 3.1-1
 - New upstream release
 - Drop libpng, libogg and libvorbis BRs, since dvgrab has


--- dvgrab-3.0-fixes.patch DELETED ---




More information about the fedora-extras-commits mailing list