diff --git a/libiec61883-1.2.0-installtests.patch b/libiec61883-1.2.0-installtests.patch deleted file mode 100644 index 6f62e23..0000000 --- a/libiec61883-1.2.0-installtests.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -Naurp libiec61883-1.2.0.orig/examples/Makefile.am libiec61883-1.2.0/examples/Makefile.am ---- libiec61883-1.2.0.orig/examples/Makefile.am 2006-09-24 15:34:12.000000000 -0400 -+++ libiec61883-1.2.0/examples/Makefile.am 2009-01-15 10:29:02.265594991 -0500 -@@ -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 -Naurp libiec61883-1.2.0.orig/examples/Makefile.in libiec61883-1.2.0/examples/Makefile.in ---- libiec61883-1.2.0.orig/examples/Makefile.in 2009-01-15 01:33:33.000000000 -0500 -+++ libiec61883-1.2.0/examples/Makefile.in 2009-01-15 10:28:57.088402078 -0500 -@@ -32,9 +32,10 @@ PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --noinst_PROGRAMS = test-amdtp$(EXEEXT) test-dv$(EXEEXT) \ -+noinst_PROGRAMS = -+bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) \ -+ test-amdtp$(EXEEXT) test-dv$(EXEEXT) \ - test-mpeg2$(EXEEXT) test-plugs$(EXEEXT) --bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) - subdir = examples - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/libiec61883-1.2.0.tar.gz b/libiec61883-1.2.0.tar.gz index b3e6296..9a7a554 100644 Binary files a/libiec61883-1.2.0.tar.gz and b/libiec61883-1.2.0.tar.gz differ diff --git a/libiec61883.spec b/libiec61883.spec index 441f710..2061d8e 100644 --- a/libiec61883.spec +++ b/libiec61883.spec @@ -1,12 +1,11 @@ Name: libiec61883 Version: 1.2.0 -Release: 21 +Release: 22 Summary: Streaming library for IEEE1394 License: LGPLv2+ URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883 -Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz -Patch0001: libiec61883-1.2.0-installtests.patch -Patch0002: libiec61883-channel-allocation-without-local-node-rw.patch +Source: https://mirrors.edge.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz +Patch0001: libiec61883-channel-allocation-without-local-node-rw.patch BuildRequires: gcc libraw1394-devel Provides: libiec61883-utils Obsoletes: libiec61883-utils @@ -62,5 +61,8 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_mandir}/man1/*.1* %changelog +* Sun Jan 19 2020 yangjian - 1.2.0-22 +- Change the Source to valid address + * Wed Oct 23 2019 yanzhihua - 1.2.0-21 - Package init