diff --git a/.cvsignore b/.cvsignore index 0744658..9760e44 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libiec61883-1.0.0.tar.gz +libiec61883-1.1.0.tar.gz diff --git a/libiec61883-1.1.0-installtests.patch b/libiec61883-1.1.0-installtests.patch new file mode 100644 index 0000000..6fb5338 --- /dev/null +++ b/libiec61883-1.1.0-installtests.patch @@ -0,0 +1,12 @@ +diff -ur libiec61883-1.1.0.orig/examples/Makefile.am libiec61883-1.1.0/examples/Makefile.am +--- libiec61883-1.1.0.orig/examples/Makefile.am 2006-09-24 15:34:12.000000000 -0400 ++++ libiec61883-1.1.0/examples/Makefile.am 2006-10-25 13:12:38.000000000 -0400 +@@ -1,6 +1,6 @@ + +-noinst_PROGRAMS = test-amdtp test-dv test-mpeg2 test-plugs +-bin_PROGRAMS = plugreport plugctl ++noinst_PROGRAMS = ++bin_PROGRAMS = plugreport plugctl test-amdtp test-dv test-mpeg2 test-plugs + man_MANS = plugreport.1 plugctl.1 + EXTRA_DIST = plugreport.1 plugctl.1 + diff --git a/libiec61883.spec b/libiec61883.spec index 18852df..8fad17f 100644 --- a/libiec61883.spec +++ b/libiec61883.spec @@ -1,19 +1,19 @@ Summary: Streaming library for IEEE1394 Name: libiec61883 -Version: 1.0.0 -Release: 11%{?dist} +Version: 1.1.0 +Release: 1%{?dist} License: LGPL Group: Libraries Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz -Patch: libiec61883-1.0.0-installtests.patch +Patch: libiec61883-1.1.0-installtests.patch URL: http://linux1394.org BuildRoot: %{_tmppath}/%{name}-%{version}-root ExcludeArch: s390 s390x # Works only with newer libraw1394 versions -BuildRequires: libraw1394-devel >= 1.2.0 +BuildRequires: libraw1394-devel >= 1.2.1 BuildRequires: autoconf, automake, libtool -Requires: libraw1394 >= 1.2.0 +Requires: libraw1394 >= 1.2.1 %description @@ -27,7 +27,7 @@ down to isochronous packets, which are transmitted using libraw1394. Summary: Development files for libiec61883 Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} -Requires: pkgconfig, libraw1394-devel >= 1.2.0 +Requires: pkgconfig, libraw1394-devel >= 1.2.1 %description devel Development files needed to build applications against libiec61883 @@ -77,8 +77,12 @@ rm -rf %{buildroot} %files utils %defattr(-,root,root,-) %{_bindir}/* +%{_mandir}/man1/*.1* %changelog +* Wed Oct 25 2006 Jarod Wilson - 1.1.0-1 +- Update to 1.1.0 release + * Wed Oct 11 2006 Jarod Wilson - 1.0.0-11 - Use %dist tag diff --git a/sources b/sources index bfc9de7..2d6ce48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f531c1599bfe8f385a2cb4e56e9d93b libiec61883-1.0.0.tar.gz +08f46840912ae2032499186228842a32 libiec61883-1.1.0.tar.gz