rpms/dvgrab/devel dvgrab-3.3-fix-gcc-4.4-build.patch, NONE, 1.1 dvgrab.spec, 1.28, 1.29 dvgrab-3.2-fix-gcc-4.4-build.patch, 1.1, NONE

Jarod Wilson jwilson at fedoraproject.org
Tue Feb 3 19:50:58 UTC 2009


Author: jwilson

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

Modified Files:
	dvgrab.spec 
Added Files:
	dvgrab-3.3-fix-gcc-4.4-build.patch 
Removed Files:
	dvgrab-3.2-fix-gcc-4.4-build.patch 
Log Message:
* Tue Feb 03 2009 Jarod Wilson <jarod at redhat.com> - 3.3-1
- New upstream release, v3.3
- Fix build w/gcc 4.4


dvgrab-3.3-fix-gcc-4.4-build.patch:

--- NEW FILE dvgrab-3.3-fix-gcc-4.4-build.patch ---
diff -Narup dvgrab-3.2.orig/error.cc dvgrab-3.2/error.cc
--- dvgrab-3.2.orig/error.cc	2007-07-06 15:04:24.000000000 -0400
+++ dvgrab-3.2/error.cc	2009-02-03 14:29:29.395277495 -0500
@@ -32,6 +32,7 @@
 #include <iostream>
 #include <sstream>
 #include <iomanip>
+#include <cstdio>
 
 using std::ostringstream;
 using std::string;
diff -Narup dvgrab-3.2.orig/smiltime.cc dvgrab-3.2/smiltime.cc
--- dvgrab-3.2.orig/smiltime.cc	2008-07-21 23:33:35.000000000 -0400
+++ dvgrab-3.2/smiltime.cc	2009-02-03 14:28:55.540346200 -0500
@@ -27,6 +27,7 @@
 #include <iostream>
 #include <iomanip>
 #include <sstream>
+#include <cstdio>
 
 #include <stdlib.h>
 #include <math.h>


Index: dvgrab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dvgrab/devel/dvgrab.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- dvgrab.spec	3 Feb 2009 19:25:38 -0000	1.28
+++ dvgrab.spec	3 Feb 2009 19:50:26 -0000	1.29
@@ -1,12 +1,12 @@
 Summary:        Utility to capture video from a DV camera
 Name:           dvgrab
-Version:        3.2
-Release:        2%{?dist}
+Version:        3.3
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          Applications/Multimedia
 URL:            http://www.kinodv.org/
 Source:         http://dl.sf.net/kino/dvgrab-%{version}.tar.gz
-Patch0:         dvgrab-3.2-fix-gcc-4.4-build.patch
+Patch0:         dvgrab-3.3-fix-gcc-4.4-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libraw1394-devel libavc1394-devel libdv-devel
 BuildRequires:  libiec61883-devel libjpeg-devel
@@ -18,7 +18,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 %configure
@@ -38,7 +38,8 @@
 %{_mandir}/man1/dvgrab.1*
 
 %changelog
-* Tue Feb 03 2009 Jarod Wilson <jarod at redhat.com> - 3.2-2
+* Tue Feb 03 2009 Jarod Wilson <jarod at redhat.com> - 3.3-1
+- New upstream release, v3.3
 - Fix build w/gcc 4.4
 
 * Tue Aug 05 2008 Jarod Wilson <jwilson at redhat.com> - 3.2-1


--- dvgrab-3.2-fix-gcc-4.4-build.patch DELETED ---




More information about the fedora-extras-commits mailing list