From 1af095e56db788fae72ca616a2c061a95418abe240507128bb7a13629bbfcbb8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 6 Sep 2008 03:20:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zvbi?expand=0&rev=6 --- zvbi-0.2.31.tar.bz2 | 3 --- zvbi-0.2.32-atsc-cc-include.patch | 15 +++++++++++++++ zvbi-0.2.32.tar.bz2 | 3 +++ zvbi.changes | 10 +++++++++- zvbi.spec | 24 +++++++++++++++++++----- 5 files changed, 46 insertions(+), 9 deletions(-) delete mode 100644 zvbi-0.2.31.tar.bz2 create mode 100644 zvbi-0.2.32-atsc-cc-include.patch create mode 100644 zvbi-0.2.32.tar.bz2 diff --git a/zvbi-0.2.31.tar.bz2 b/zvbi-0.2.31.tar.bz2 deleted file mode 100644 index 89de535..0000000 --- a/zvbi-0.2.31.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17e974dc6bc13eebddbf47c44703133c1acfa531a16b556c11b61174c92c368f -size 891174 diff --git a/zvbi-0.2.32-atsc-cc-include.patch b/zvbi-0.2.32-atsc-cc-include.patch new file mode 100644 index 0000000..ea36081 --- /dev/null +++ b/zvbi-0.2.32-atsc-cc-include.patch @@ -0,0 +1,15 @@ +--- + contrib/atsc-cc.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- contrib/atsc-cc.c.orig ++++ contrib/atsc-cc.c +@@ -60,7 +60,7 @@ + # include + #endif + +-#include ++#include "src/libzvbi.h" + + /* Linux DVB driver interface. */ + #include "src/dvb/dmx.h" diff --git a/zvbi-0.2.32.tar.bz2 b/zvbi-0.2.32.tar.bz2 new file mode 100644 index 0000000..dd0cc99 --- /dev/null +++ b/zvbi-0.2.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025458fef7b2d957b879a74c88a6efaabc34119507ffbccc9b966b3d82503c9b +size 934947 diff --git a/zvbi.changes b/zvbi.changes index 5508be0..f5ba9fc 100644 --- a/zvbi.changes +++ b/zvbi.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 3 18:30:54 CEST 2008 - mmarek@suse.cz + +- updated to 0.2.32 + * This version adds a new tool named zvbi-atsc-cc to record + Closed Caption from ATSC digital TV. It supports legacy NTSC + caption (EIA 608-B) and DTVCC (CEA 708-C). + ------------------------------------------------------------------- Mon Jul 28 13:42:18 CEST 2008 - mmarek@suse.cz -- updated to 0.2.30 +- updated to 0.2.31 * The vbi_caption_unicode() function did not correctly translate the small letter i with diaresis. * The files daemon/chains.c, daemon/proxyd.c, diff --git a/zvbi.spec b/zvbi.spec index f9c3b35..697528e 100644 --- a/zvbi.spec +++ b/zvbi.spec @@ -1,10 +1,17 @@ # -# spec file for package zvbi (Version 0.2.31) +# spec file for package zvbi (Version 0.2.32) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -17,10 +24,11 @@ Url: http://zapping.sf.net/ License: GPL v2 or later Group: Development/Libraries/Other AutoReqProv: on -Version: 0.2.31 +Version: 0.2.32 Release: 1 Summary: Linux "VBI proxy" Source: %{name}-%{version}.tar.bz2 +Patch1: zvbi-0.2.32-atsc-cc-include.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -82,6 +90,7 @@ Authors: %prep %setup -q +%patch1 %build ACLOCAL="aclocal -I m4" autoreconf -fi @@ -124,8 +133,13 @@ rm -rf %buildroot %doc doc/html %changelog +* Wed Sep 03 2008 mmarek@suse.cz +- updated to 0.2.32 + * This version adds a new tool named zvbi-atsc-cc to record + Closed Caption from ATSC digital TV. It supports legacy NTSC + caption (EIA 608-B) and DTVCC (CEA 708-C). * Mon Jul 28 2008 mmarek@suse.cz -- updated to 0.2.30 +- updated to 0.2.31 * The vbi_caption_unicode() function did not correctly translate the small letter i with diaresis. * The files daemon/chains.c, daemon/proxyd.c,