Browse Source

w3m-0.5.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3605 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
8935bfbc5a
1 changed files with 10 additions and 12 deletions
  1. 10 12
      w/w3m/w3m-vl.spec

+ 10 - 12
w/w3m/w3m-vl.spec

@@ -2,13 +2,13 @@
 
 %define _docdir %{_defaultdocdir}
 
-%define cvsdate 20060815
+#%define cvsdate 20060815
 
 Summary: A Pager with WWW capability
 Summary(ja): World Wide Web に対応したページャ
 Name: w3m
-Version: 0.5.2
-Release: 7%{?_dist_release}
+Version: 0.5.3
+Release: 1%{?_dist_release}
 Group: Applications/Internet
 License: BSD
 URL: http://w3m.sourceforge.net/
@@ -18,12 +18,6 @@ Source2: w3m.csh
 Source10: w3m-term
 Source11: filter-requires-w3m.sh
 
-Patch10: w3m-0.5.2-ambwidth.patch
-Patch11: w3m-0.5.2-bugfix.patch
-
-# patch for Vine Linux
-Patch100: w3m-0.5.2-x86_64-vine.patch
-
 Requires: perl, openssl >= 0.9, gc >= 6.2
 Requires(post,preun): alternatives
 Provides: webclient, pager
@@ -83,9 +77,6 @@ w3m-img は X 環境のターミナルエミュレータ上の w3m でインラ
 
 %prep
 %setup -q
-%patch10 -p1
-%patch11 -p1
-%patch100 -p1
 find Bonus -type f | \
     xargs sed -i -e "s|/usr/local/bin/ruby|/usr/bin/ruby|g;"
 
@@ -172,6 +163,13 @@ fi
 %{_libexecdir}/w3m/w3mimgdisplay
 
 %changelog
+* Thu Apr 21 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.3-1
+- new upstream release
+- drop unnecessary patches: upstream fixed
+ - ambwidth patch (Patch10)
+ - sudden crash patch (Patch11)
+ - x86_64 patch (Patch100)
+
 * Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.2-7
 - rebuild with openssl-1.0.0c
 - add Patch100 (w3m-0.5.2-x86_64-vine.patch)