Browse Source

updated fuse_b25-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3786 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
67c8d87a6c
1 changed files with 11 additions and 2 deletions
  1. 11 2
      f/fuse_b25/fuse_b25-vl.spec

+ 11 - 2
f/fuse_b25/fuse_b25-vl.spec

@@ -1,7 +1,7 @@
 %define devtool b25dir
 
 Name:           fuse_b25
-Version:        0.4.5
+Version:        0.4.6
 Summary:	FUSE filesystem to descramble streams from ISDB-T/S DVB devices
 Release: 	1%{?_dist_release}
 ## 0.4.1
@@ -14,6 +14,9 @@ Source2:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0606.zip
 Source3:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0607.zip
 ## 0.4.4 -> 0.4.5
 Source4:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0623.zip
+## 0.4.5 -> 0.4.6
+Source5:	http://2sen.dip.jp/cgi-bin/dtvup/source/up0631.zip
+
 Patch0:		fuse_b25-0.4.0-stream-iconv_open-utf16be.patch
 
 ## Vine
@@ -46,6 +49,7 @@ This package includes a helper script to backup/restore the real dvr0 device.
 %__unzip -o %{SOURCE2}
 %__unzip -o %{SOURCE3}
 %__unzip -o %{SOURCE4}
+%__unzip -o %{SOURCE5}
 
 #%__tar zxf %{name}-%{version}/%{name}-%{version}.tar.gz
 %__tar zxf %{name}-0.4.1/%{name}-0.4.1.tar.gz
@@ -62,7 +66,9 @@ patch -p1 < ../0005-nonblock-read.patch || exit 1
 patch -p1 < ../0006-mutex-demuxer.patch || exit 1
 ## 0.4.4 -> 0.4.5
 patch -p1 < ../fuse_b25-0.4.5/0007-fix-memory-corruption.patch || exit 1
-%__cp -a ../fuse_b25-0.4.5/README . || exit 1
+## 0.4.5 -> 0.4.6
+patch -p1 < ../fuse_b25-0.4.6/0008-fix-memory-corrupution2.patch || exit 1
+%__cp -a ../fuse_b25-%{version}/README . || exit 1
 
 %patch0 -p0 -b .utf16be
 
@@ -98,6 +104,9 @@ patch -p1 < ../fuse_b25-0.4.5/0007-fix-memory-corruption.patch || exit 1
 
 
 %changelog
+* Wed May 04 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.6-1
+- new upstream release
+
 * Fri Apr 15 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-1
 - new upstream release