diff --git a/dvgrab.spec b/dvgrab.spec index 07f47a2..ace9f71 100644 --- a/dvgrab.spec +++ b/dvgrab.spec @@ -1,15 +1,14 @@ Summary: Utility to capture video from a DV camera Name: dvgrab -Version: 3.0 -Release: 2%{?dist} +Version: 3.1 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.kinodv.org/ Source: http://dl.sf.net/kino/dvgrab-%{version}.tar.gz -Patch: dvgrab-3.0-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libraw1394-devel libavc1394-devel libdv-devel libiec61883-devel -BuildRequires: libjpeg-devel libpng-devel libogg-devel libvorbis-devel +BuildRequires: libraw1394-devel libavc1394-devel libdv-devel +BuildRequires: libiec61883-devel libjpeg-devel ExcludeArch: s390 s390x %description @@ -18,7 +17,6 @@ The dvgrab utility will capture digital video from a DV source on the firewire %prep %setup -q -%patch -p1 %build %configure @@ -38,6 +36,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/dvgrab.1* %changelog +* Wed Dec 12 2007 Jarod Wilson - 3.1-1 +- New upstream release +- Drop libpng, libogg and libvorbis BRs, since dvgrab has + long since dropped support for them (circa v2.1) + * Mon Oct 22 2007 Jarod Wilson - 3.0-2 - Fix segfault on cleanup (#331271) - fix pipe output in conjunction with file capture