cvsdist c4713a9
%define _use_internal_dependency_generator 0
2a975e0
%define  build_options  --enable-m17n --enable-unicode --enable-nls --with-editor=/bin/vi --with-mailer="gnome-open mailto:%s" --with-browser=gnome-open --with-charset=UTF-8 --with-gc --with-termlib=ncurses
69348d3
80281b9
%define   with_utf8 1
80281b9
69348d3
Name:     w3m
b715d28
Version:  0.5.3
ac0c18b
Release:  2%{?dist}
80281b9
License:  MIT
69348d3
URL:      http://w3m.sourceforge.net/
69348d3
BuildRequires:  bzip2 findutils sed ncurses-devel
69348d3
BuildRequires:  openssl-devel
69348d3
BuildRequires:  pkgconfig
69348d3
BuildRequires:  gettext-devel
69348d3
BuildRequires:  automake
d521cff
BuildRequires:  gtk2-devel
cvsdist 7231f95
%ifnarch s390 s390x
69348d3
BuildRequires:  gpm-devel
cvsdist 7231f95
%endif
e3117cc
BuildRequires:  gc-devel
e3117cc
BuildRequires:  nkf
979500d
BuildRequires:  lynx
cvsdist b22144c
cvsdist b22144c
## re-compressed bzip2 instead of gzip
b1f4639
Source0: http://downloads.sourceforge.net/w3m/%{name}-%{version}.tar.gz
cvsdist b22144c
69348d3
Source10:  w3mconfig
cvsdist b22144c
69348d3
Source14:  filter-requires-w3m.sh
cvsdist 3615efa
%define __find_requires %{SOURCE14}
cvsdist 3615efa
cvsdist b22144c
## fix patch
2008f8d
Patch0:  w3m-0.4.1-helpcharset.patch
2008f8d
Patch1:  w3m-0.5.1-gcc4.patch
b715d28
Patch2:  bug_555467_FTBFS.patch
b715d28
Patch3:  bug_566101_Fix-DSO-X11.patch
b715d28
Patch4:  w3m-0.5.2-ssl_verify_server_on.patch
b715d28
Patch5:  w3m-0.5.2-fix_gcc_error.patch
ac0c18b
Patch6:  rh707994-fix-https-segfault.patch
ec61ef2
69348d3
Summary:  A pager with Web browsing abilities
69348d3
Group:    Applications/Internet
b1f4639
Provides:  webclient
860c157
Provides: text-www-browser
cvsdist 972096f
cvsdist 972096f
%description
cvsdist 7231f95
The w3m program is a pager (or text file viewer) that can also be used
cvsdist 7231f95
as a text-mode Web browser. W3m features include the following: when
cvsdist 7231f95
reading an HTML document, you can follow links and view images using
cvsdist 7231f95
an external image viewer; its internet message mode determines the
cvsdist 7231f95
type of document from the header; if the Content-Type field of the
cvsdist 7231f95
document is text/html, the document is displayed as an HTML document;
cvsdist 7231f95
you can change a URL description like 'http://hogege.net' in plain
cvsdist 7231f95
text into a link to that URL.
cvsdist 5aba6ec
If you want to display the inline images on w3m, you need to install
cvsdist 5aba6ec
w3m-img package as well.
cvsdist 5aba6ec
cvsdist 5aba6ec
%package img
cvsdist 5aba6ec
Summary: A helper program to display the inline images for w3m
cvsdist 5aba6ec
Group: Applications/Internet
cvsdist 5aba6ec
Requires: ImageMagick
cvsdist 5aba6ec
Requires: w3m = %{version}-%{release}
cvsdist 5aba6ec
cvsdist 5aba6ec
%description img
cvsdist 5aba6ec
w3m-img package provides a helper program for w3m to display the inline
cvsdist 5aba6ec
images on the terminal emulator in X Window System environments and the
cvsdist 5aba6ec
linux framebuffer.
cvsdist 972096f
cvsdist 972096f
%prep
e3117cc
%setup -q
b1f4639
chmod 755 doc
b1f4639
chmod 755 doc-jp
cvsdist c4713a9
2008f8d
%patch0 -p1
2008f8d
%patch1 -p1
b715d28
%patch2 -p0
2008f8d
%patch3 -p0
b715d28
%patch4 -p1
ec61ef2
%patch5 -p1
ac0c18b
%patch6 -p0
84f8088
80281b9
%if %{with_utf8}
84f8088
pushd doc-jp
84f8088
for f in * ; do
84f8088
   case $f in
84f8088
      README.pre_form | README.tab )
84f8088
         CHARSET=ISO-2022-JP
84f8088
         ;;
84f8088
      keymap.* )
84f8088
         CHARSET=UTF-8
84f8088
         ;;
84f8088
      * )
84f8088
         CHARSET=EUC-JP
84f8088
         ;;
84f8088
    esac
84f8088
    iconv -f $CHARSET -t UTF-8 $f > $f.tmp && \
84f8088
      ( touch -r $f $f.tmp ; mv $f.tmp $f ) || rm -f $f.tmp
84f8088
done
84f8088
popd
80281b9
%endif
84f8088
b715d28
pushd doc
b715d28
# Convert to utf-8
b715d28
for file in README.m17n README.cookie; do
b715d28
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
b715d28
    touch -r $file $file.new && \
b715d28
    mv $file.new $file
b715d28
done
b715d28
popd
b715d28
cvsdist b22144c
%build
69348d3
%configure  %{build_options} \
69348d3
    %{?_without_nntp:--disable-nntp} \
69348d3
    %{!?_without_nntp:--enable-nntp} \
69348d3
    %{?_without_gopher:--disable-gopher} \
69348d3
    %{!?_without_gopher:--enable-gopher} \
69348d3
    %{?_without_image:--disable-image} \
b1f4639
    %{!?_without_image:--enable-image=x11,fb --with-imagelib=gtk2} \
69348d3
    %{?_with_lynx_keymap:--enable-keymap=lynx} \
69348d3
    %{!?_with_lynx_keymap:--enable-keymap=w3m}
cvsdist 5aba6ec
7cda8d8
make # %{?_smp_mflags}
cvsdist 972096f
cvsdist 972096f
%install
7cda8d8
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
cvsdist 972096f
7cda8d8
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/w3m
b1f4639
install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/w3m/config
84f8088
80281b9
rm -f doc*/w3m.1
b715d28
rm -rf doc/CVS doc-jp/CVS
cvsdist 7231f95
cvsdist 5aba6ec
%find_lang w3m
cvsdist 7231f95
cvsdist 972096f
cvsdist 5aba6ec
%files -f w3m.lang
80281b9
%doc NEWS
b1f4639
%doc doc
b1f4639
%lang(ja) %doc doc-jp
b1f4639
%{_datadir}/w3m/
b1f4639
%config(noreplace) %{_sysconfdir}/w3m/
cvsdist 7231f95
%{_bindir}/w3m*
b1f4639
%lang(ja) %{_mandir}/ja/man1/w3m.1*
cvsdist 7231f95
%{_mandir}/man1/w3m.1*
cvsdist 5aba6ec
%{_mandir}/man1/w3mman.1*
b1f4639
%{_libexecdir}/w3m/
7f3853d
%exclude %{_libexecdir}/w3m/w3mimgdisplay
cvsdist 7231f95
cvsdist 5aba6ec
%files img
cvsdist 5aba6ec
%{_libexecdir}/w3m/w3mimgdisplay
cvsdist 972096f
cvsdist 972096f
%changelog
ac0c18b
* Mon Sep 05 2011 Parag <pnemade AT redhat DOT com> - 0.5.3-2
ac0c18b
- Resolves: rh#707994-[abrt] openSocket: Process /usr/bin/w3m was killed by signal 11 (SIGSEGV) 
ac0c18b
b715d28
* Mon Aug 08 2011 Parag <pnemade AT redhat DOT com> - 0.5.3-1
b715d28
- update to 0.5.3 upstream release 
b715d28
bdd3926
* Mon Jun 27 2011 Parag <pnemade AT redhat DOT com> - 0.5.2-21
bdd3926
- Resolves:rh#716155-FTBFS w3m-0.5.2-20.fc15
bdd3926
d668992
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-20
d668992
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d668992
7cda8d8
* Tue Sep 28 2010 Parag <pnemade AT redhat.com> - 0.5.1-19
7cda8d8
- Resolves:rh#638026 - Man w3m is stating incorrect program version
7cda8d8
ec61ef2
* Thu Jun 17 2010 Parag <pnemade AT redhat.com> - 0.5.2-18
ec61ef2
- Resolves:rh#604864-CVE-2010-2074 w3m: doesn't handle NULL in Common Name properly 
ec61ef2
00f6007
* Wed Feb 17 2010 Parag <pnemade AT redhat.com> - 0.5.2-17
00f6007
- Resolves:rh#566101-FTBFS w3m-0.5.2-16.fc13: ImplicitDSOLinking 
00f6007
2008f8d
* Tue Feb 16 2010 Parag <pnemade AT redhat.com> - 0.5.2-16
2008f8d
- Resolves:rh#555467-FTBFS
2008f8d
26d546f
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.5.2-15
26d546f
- rebuilt with new openssl
26d546f
67ac6f1
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-14
67ac6f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
67ac6f1
25ddf06
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-13
25ddf06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
25ddf06
fa46ca9
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 0.5.2-12
fa46ca9
- rebuild with new openssl
fa46ca9
979500d
* Fri Jul 18 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.2-11
979500d
- Add BR: lynx which provides "text-www-browser" virtual Provides
979500d
  to avoid BR dependency loop between gtk2-devel and w3m (shorter name wins
979500d
  the game with yum)
979500d
  Proposed by drago01 <drago01@gmail.com> rh#455734
979500d
260c75f
* Wed Apr 23 2008 Parag <pnemade@redhat.com> - 0.5.2-10
260c75f
- Rebuilt for new rpm package
260c75f
- Resolves:rh#443115: needs rebuild
260c75f
d521cff
* Fri Apr 18 2008 Parag <pnemade@redhat.com> - 0.5.2-9
d521cff
- Re-enable BR:gtk2-devel 
d521cff
- Resolves:rh#442950: Images aren't displayed in any type of terminal
d521cff
23681b9
* Mon Feb 11 2008 Parag <pnemade@redhat.com> - 0.5.2-8
23681b9
- Rebuild for gcc 4.3
23681b9
6950c8e
* Tue Dec 04 2007 Jesse Keating <jkeating@redhat.com> - 0.5.2-7
6950c8e
- Temporarily disable gtk to bootstrap build for openssl
6950c8e
90dc4cf
* Tue Dec 04 2007 Parag Nemade <pnemade@redhat.com> - 0.5.2-6
90dc4cf
- build against new openssl
90dc4cf
860c157
* Fri Oct 12 2007 Parag Nemade <pnemade@redhat.com> - 0.5.2-5
860c157
- Added Provides: text-www-browser as part of rh#174566
860c157
e761f39
* Wed Aug 22 2007 Parag Nemade <pnemade@redhat.com> - 0.5.2-4
e761f39
- rebuild against new rpm package
e761f39
985406b
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.5.2-3
985406b
- rebuild for toolchain bug
985406b
5a80cad
* Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com> - 0.5.2-2
5a80cad
- Build against new gc-7.0 release.
5a80cad
e3117cc
* Tue Jun 26 2007 Parag Nemade <pnemade@redhat.com> - 0.5.2-1
e3117cc
- Update to 0.5.2 and remove merged patches.
e3117cc
- Build against system gc library.
e3117cc
- Add BR: nkf for multipart.cgi.
e3117cc
- Don't call unneeded autotool
e3117cc
80281b9
* Tue Mar 27 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-19
80281b9
- and more cleanup.
80281b9
84f8088
* Tue Mar 27 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-18.2
84f8088
- more cleanup.
84f8088
b1f4639
* Mon Mar 26 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-18
b1f4639
- spec file cleanup.
b1f4639
a84f2e5
* Mon Feb 26 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-17
a84f2e5
- Resolves #229799
a84f2e5
a09d5df
* Wed Feb 21 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-16
a09d5df
- Modified SPEC file to add new patchfile to resolve rh#222914.
a09d5df
69348d3
* Fri Feb 02 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-15.1
69348d3
- Resolves: rh#226535 Review Merge 
69348d3
- Modified SPEC file.
69348d3
69348d3
* Mon Jan 15 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-15
69348d3
- Resolves: rh#221484
69348d3
4f22bb3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-14.1
4f22bb3
- rebuild
4f22bb3
7ddeeaa
* Sat Jun 24 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-14
7ddeeaa
- Fix missing br gettext-devel, automake
7ddeeaa
b28b364
* Mon Mar  6 2006 Akira TAGOH <tagoh@redhat.com> - 0.5.1-13
b28b364
- w3m-multilib.patch: fixed to link 64bit version of libnsl.so. (#182408)
b28b364
b121813
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-12.2.1
b121813
- bump again for double-long bug on ppc(64)
b121813
49b78cb
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-12.2
49b78cb
- rebuilt for new gcc4.1 snapshot and glibc changes
49b78cb
d878064
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d878064
- rebuilt
d878064
9f34bb0
* Wed Nov  9 2005 Akira TAGOH <tagoh@redhat.com> 0.5.1-12
9f34bb0
- rebuilt against the latest openssl.
9f34bb0
- gc6.2-fix-prelink.patch: removed.
9f34bb0
- w3m-fix-vi-prec-num.patch: applied to get the vi-like prefix working.
9f34bb0
1636479
* Tue May 10 2005 Joe Orton <jorton@redhat.com> 0.5.1-11
3e4369a
- point at certs directory in /etc/pki
1636479
bca5e52
* Mon Apr 18 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-10
bca5e52
- fixed the unnecessary owned directory. (#154600)
bca5e52
c1298a4
* Thu Apr  7 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-9
c1298a4
- removed imlib-devel build-dependency. (#153773)
c1298a4
daedf4b
* Mon Mar 28 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-8
daedf4b
- w3m-cvs-20050328.patch: updated to CVS snapshot to support gtk2.
daedf4b
546a13c
* Thu Mar 17 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-7
546a13c
- rebuilt
a92aede
- w3m-0.5.1-gcc4.patch: applied to fix the build fails with gcc4.
a92aede
  (#151136: Robert Scheck)
546a13c
7f3853d
* Thu Jan 13 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-6
7f3853d
- fixed a duplicated w3mimgdisplay.
7f3853d
1593b1c
* Mon Dec 20 2004 Akira TAGOH <tagoh@redhat.com> - 0.5.1-5
1593b1c
- updates to gc6.3. (#143361)
1593b1c
  - w3m-0.3.1-fixptr_t.patch: removed. it's no longer needed.
1593b1c
- fixed the permission to get working of the helper scripts.
1593b1c
cvsdist 77f0b81
* Thu Aug 05 2004 Akira TAGOH <tagoh@redhat.com> 0.5.1-4
cvsdist 77f0b81
- rebuilt
cvsdist 77f0b81
cvsdist 77f0b81
* Wed Aug 04 2004 Akira TAGOH <tagoh@redhat.com> 0.5.1-3
cvsdist 77f0b81
- converted Japanese man page to UTF-8. (#129028)
cvsdist 77f0b81
cvsdist 73059c0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 73059c0
- rebuilt
cvsdist 73059c0
cvsdist 65f8c79
* Thu May 06 2004 Akira TAGOH <tagoh@redhat.com> 0.5.1-1
cvsdist 65f8c79
- New upstream release.
cvsdist 65f8c79
cvsdist 5aba6ec
* Tue Apr 20 2004 Akira TAGOH <tagoh@redhat.com> 0.5-3
cvsdist 5aba6ec
- build with --with-termlib=ncurses to fix segfault. (#120240)
cvsdist 5aba6ec
cvsdist 5aba6ec
* Mon Apr 12 2004 Akira TAGOH <tagoh@redhat.com> 0.5-2
cvsdist 5aba6ec
- separated w3mimgdisplay to w3m-img package. (#120600)
cvsdist 5aba6ec
- removed indexhtml, which is no longer refered.
cvsdist 5aba6ec
cvsdist 5aba6ec
* Tue Mar 23 2004 Akira TAGOH <tagoh@redhat.com> 0.5-1
cvsdist 5aba6ec
- New upstream release.
cvsdist 5aba6ec
- w3m-0.2.3.1-ipv6.patch: removed.
cvsdist 5aba6ec
- w3m-0.4.1-stable-m17n-20030308.patch.gz: removed, because it has been marged to the upstream.
cvsdist 5aba6ec
- w3mconfig: updated.
cvsdist 5aba6ec
- w3mbookmark: removed, use one, which the upstream disbributed.
cvsdist 5aba6ec
- w3mhelperpanel: likewise.
cvsdist 5aba6ec
- libwc-latest.tar.gz: likewise.
cvsdist 5aba6ec
- w3m-wrapper: removed.
cvsdist 5aba6ec
- w3m-0.5-guess_display_locale.patch: updated.
cvsdist 5aba6ec
- w3m-0.5-staic-libgc.patch: applied to build static library of libgc.
cvsdist 5aba6ec
- w3m-0.3.2-lib64path.patch: removed.
cvsdist 5aba6ec
cvsdist b3f0784
* Tue Mar 09 2004 Akira TAGOH <tagoh@redhat.com> 0.4.1-12
cvsdist b3f0784
- rebuilt
cvsdist b3f0784
cvsdist b3f0784
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b3f0784
- rebuilt
cvsdist b3f0784
cvsdist b3f0784
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b3f0784
- rebuilt
cvsdist b3f0784
cvsdist b3f0784
* Tue Feb 10 2004 Akira TAGOH <tagoh@redhat.com> 0.4.1-10
cvsdist b3f0784
- gc6.2alpha5-ppc64.patch: removed because no need to apply.
cvsdist b3f0784
- gc6.2.tar.gz: update to the stable version.
cvsdist b3f0784
- gc6.2-fix-prelink.patch: applied to fix prelink issue. (#115201: Jakub Jelinek)
cvsdist b3f0784
cvsdist 0e48216
* Mon Dec 15 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-9
cvsdist 0e48216
- w3m-0.4.1-guess_display_locale.patch: applied to guess the display encoding
cvsdist 0e48216
  from the current locale. (#111217)
cvsdist 0e48216
cvsdist 0cdf724
* Wed Oct 01 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-8
cvsdist 0cdf724
- converted Japanese manpage to UTF-8.
cvsdist 0cdf724
cvsdist 0cdf724
* Tue Jun 17 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-7
cvsdist 0cdf724
- rebuild.
cvsdist 0cdf724
cvsdist 0cdf724
* Thu Jun 12 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-6
cvsdist 0cdf724
- applied m17n patch to allow UTF-8 encoding.
cvsdist 0cdf724
- specify the charset for w3m-help.cgi.
cvsdist 0cdf724
cvsdist 0cdf724
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 0cdf724
- rebuilt
cvsdist 0cdf724
cvsdist 0cdf724
* Wed May 21 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-4
cvsdist 0cdf724
- rebuild
cvsdist 0cdf724
- use gc6.2alpha5.
cvsdist 0cdf724
- gc6.2alpha5-ppc64.patch: applied to fix the build issue on ppc64.
cvsdist 0cdf724
cvsdist 0cdf724
* Wed May 21 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-3
cvsdist 0cdf724
- rebuild.
cvsdist 0cdf724
cvsdist 0cdf724
* Thu May 1 2003 Elliot Lee <sopwith@redhat.com> 0.4.1-2
cvsdist 0cdf724
- Genericize multilib
cvsdist 0cdf724
- _smp_mflags
cvsdist 0cdf724
cvsdist 0cdf724
* Mon Mar 17 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-1
cvsdist 0cdf724
- New upstream release.
cvsdist 0cdf724
- w3m-0.3.2.2-fixhttpssegv.patch: removed.
cvsdist 0cdf724
- w3m-0.3.2-fix64arch.patch: removed.
cvsdist 0cdf724
cvsdist c4713a9
* Mon Feb  3 2003 Akira TAGOH <tagoh@redhat.com> 0.3.2.2-5
cvsdist c4713a9
- w3m-0.3.2.2-fixhttpssegv.patch: applied to fix a segfault with https. (#83263)
cvsdist c4713a9
- gc6.2alpha3.tar.gz: use it to be built on s390x.
cvsdist c4713a9
cvsdist c4713a9
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist c4713a9
- rebuilt
cvsdist a56588a
cvsdist c4713a9
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.3.2.2-3
cvsdist c4713a9
- rebuild
cvsdist c4713a9
cvsdist c4713a9
* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist c4713a9
- buildreq openssl-devel instead of openssl
cvsdist c4713a9
- use openssl's pkg-config configuration if it exists
cvsdist c4713a9
- pass cflags and ldflags in to configure instead of letting them get pulled
cvsdist c4713a9
  in from the environment
cvsdist c4713a9
cvsdist c4713a9
* Tue Dec 24 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2.2-2
cvsdist c4713a9
- add indexhtml to BuildRequires.
cvsdist c4713a9
- fix the wrong path to the local CGI.
cvsdist c4713a9
- don't use rpms internal dep generator.
cvsdist c4713a9
- w3m-wrapper: go through the options.
cvsdist c4713a9
cvsdist c4713a9
* Fri Dec  6 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2.2-1
cvsdist c4713a9
- New upstream release.
cvsdist c4713a9
- this release contains yet another security fix.
cvsdist c4713a9
cvsdist c4713a9
* Wed Nov 27 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2.1-1
cvsdist c4713a9
- New upstream release.
cvsdist c4713a9
cvsdist c4713a9
* Mon Nov 11 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2-1
cvsdist c4713a9
- New upstream release.
cvsdist c4713a9
- removed some packages, because this release contains it.
cvsdist c4713a9
  - w3m-0.3.1-fixanchor.patch
cvsdist c4713a9
  - w3m-0.3.1-multipartimg.patch
cvsdist c4713a9
  - w3m-0.3.1-fixwarning-03276.patch
cvsdist c4713a9
- w3mimgsize is obsolete.
cvsdist c4713a9
- gc6.1.tar.gz: update to the latest gc library.
cvsdist c4713a9
- w3m-0.3.2-fix64arch.patch: applied to fix the build issue for ia64 and x86_64.
cvsdist c4713a9
- w3m-0.3.2-lib64path.patch: applied to add lib64 path for x86_64.
cvsdist a56588a
cvsdist 4d9615b
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4d9615b
- rebuild for new imlib soname
cvsdist 4d9615b
cvsdist 3615efa
* Mon Jul 22 2002 Akira TAGOH <tagoh@redhat.com> 0.3.1-3
cvsdist 3615efa
- use 'display' to show the image when nothing is described in mailcap.
cvsdist 3615efa
- w3m-0.3.1-fixanchor.patch: applied to fix an anchor issue on plain text.
cvsdist 3615efa
- w3m-0.3.1-multipartimg.patch: applied to fix a rendering issue on multipart.
cvsdist 3615efa
- w3m-0.3.1-fixwarning-03276.patch: applied to fix a warning message at buld
cvsdist 3615efa
  time.
cvsdist 3615efa
cvsdist 3615efa
* Thu Jul 18 2002 Akira TAGOH <tagoh@redhat.com> 0.3.1-2
cvsdist 3615efa
- add the owned directory.
cvsdist 3615efa
cvsdist 3615efa
* Tue Jul 16 2002 Akira TAGOH <tagoh@redhat.com> 0.3.1-1
cvsdist 3615efa
- New upstream release.
cvsdist 3615efa
- w3m-0.3.1-fixprivsym.patch: disabled. it works without this patch.
cvsdist 3615efa
- w3m-0.3.1-fixptr_t.patch: applied to fix the build issue for alpha.
cvsdist 3615efa
- gc6.1alpha2.tar.bz2: use an old version to avoid the build issue for IA64.
cvsdist 3615efa
cvsdist 3615efa
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 3615efa
- automated rebuild
cvsdist 3615efa
cvsdist 3615efa
* Tue Jun 18 2002 Akira TAGOH <tagoh@redhat.com> 0.3-4
cvsdist 3615efa
- fix the missing files. (Bug#66865)
cvsdist 3615efa
cvsdist 3615efa
* Thu May 30 2002 Chip Turner <cturner@redhat.com>
cvsdist 3615efa
- add dependency filter for bogus perl dependencies
cvsdist 3615efa
cvsdist 3615efa
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 3615efa
- automated rebuild
cvsdist 3615efa
cvsdist 040db53
* Wed Mar  6 2002 Akira TAGOH <tagoh@redhat.com> 0.3-1
cvsdist 040db53
- New upstream release.
cvsdist 040db53
- w3m-0.3-config.param-{en,ja}: update.
cvsdist 040db53
- w3m-0.3-fixprivsym.patch: Fixed unresolved dependencies. (Bug#60725)
cvsdist 040db53
  Thanks Jakub.
cvsdist 040db53
- fix the missing files.
cvsdist 040db53
cvsdist b22144c
* Fri Feb 22 2002 Akira TAGOH <tagoh@redhat.com> 0.2.5.1-2
cvsdist b22144c
- Build against new environment.
cvsdist b22144c
cvsdist b22144c
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 0.2.5.1-1
cvsdist b22144c
- New upstream release.
cvsdist b22144c
cvsdist b22144c
* Fri Feb  1 2002 Akira TAGOH <tagoh@redhat.com> 0.2.5-1
cvsdist b22144c
- New upstream release.
cvsdist b22144c
- Update build config files for 0.2.5
cvsdist b22144c
- Update default config.
cvsdist b22144c
cvsdist b22144c
* Wed Jan  9 2002 Akira TAGOH <tagoh@redhat.com> 0.2.4-2
cvsdist b22144c
- Fixed use a wrong build config for en. (Bug#58093)
cvsdist b22144c
- Update build config files for 0.2.4
cvsdist b22144c
- Added cert path to default config.
cvsdist b22144c
cvsdist b22144c
* Tue Jan  8 2002 Akira TAGOH <tagoh@redhat.com> 0.2.4-1
cvsdist b22144c
- New upstream release.
cvsdist b22144c
- Remove old GC library from srpm because no longer need it.
cvsdist b22144c
cvsdist b22144c
* Thu Dec 27 2001 Akira TAGOH <tagoh@redhat.com> 0.2.3.2-2
cvsdist b22144c
- Fixed the wrong default settings.
cvsdist b22144c
cvsdist b22144c
* Tue Dec 25 2001 Akira TAGOH <tagoh@redhat.com> 0.2.3.2-1
cvsdist b22144c
- New upstream release.
cvsdist b22144c
cvsdist b22144c
* Fri Dec 21 2001 Akira TAGOH <tagoh@redhat.com> 0.2.3.1-1
cvsdist b22144c
- New upstream release.
cvsdist b22144c
cvsdist b22144c
* Wed Dec  5 2001 Akira TAGOH <tagoh@redhat.com> 0.2.2-2
cvsdist b22144c
- Added config file for alpha from James Antill.
cvsdist b22144c
cvsdist b22144c
* Mon Nov 19 2001 Akira TAGOH <tagoh@redhat.com> 0.2.2-1
cvsdist b22144c
- New upstream release.
cvsdist 332b0e7
cvsdist a2bbf0f
* Thu Aug 29 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-11
cvsdist a2bbf0f
- made the relative link to HTML_HOME instead of the absolute one
cvsdist a2bbf0f
- fixed the permission of sources (to shut up rpmlint)
cvsdist a2bbf0f
cvsdist a2bbf0f
* Wed Aug 29 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-10
cvsdist a2bbf0f
- fixed the wrapper script (#52759)
cvsdist a2bbf0f
cvsdist a489e18
* Fri Aug  9 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-9
cvsdist a489e18
- corrected the help files' path (#51197)
cvsdist a489e18
- removed /etc/profile.d/*
cvsdist a489e18
- fixed and update the wrapper
cvsdist a489e18
- removed imlib-devel (BuildRequires:)
cvsdist a489e18
cvsdist 7231f95
* Fri Aug  4 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-8
cvsdist 7231f95
- disabled the inline image rendering patch by default (#50786)
cvsdist 7231f95
cvsdist 7231f95
* Tue Jul 24 2001 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- s/Copyright/License/
cvsdist 7231f95
- %%files: add '/etc/profile.d/w3m.*'
cvsdist 7231f95
- enable IPv6 support by default (#35649)
cvsdist 7231f95
cvsdist 7231f95
* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7231f95
- do not require gpm for s390,s390x
cvsdist 7231f95
cvsdist 7231f95
* Tue Jul 17 2001 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- apply inline image support patch.
cvsdist 7231f95
- BuildRequires: imlib-devel
cvsdist 7231f95
- add %%dir lines
cvsdist 7231f95
cvsdist 7231f95
* Thu Jun 28 2001 Than Ngo <than@redhat.com>
cvsdist 7231f95
- fix to build on s390x s390
cvsdist 7231f95
- fix to use RPM_OPT_FLAGS
cvsdist 7231f95
cvsdist 7231f95
* Mon Jun 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7231f95
- disable mouse/gpm on s390 s390x
cvsdist 7231f95
cvsdist 7231f95
* Thu Jun 21 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 7231f95
- Add ia64 support.
cvsdist 7231f95
cvsdist 7231f95
* Wed Jun 20 2001 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- 0.2.1
cvsdist 7231f95
- clean up SPEC
cvsdist 7231f95
- apply security bug fix
cvsdist 7231f95
- w3m-el is removed (moved into w3m-el package)
cvsdist 7231f95
cvsdist 7231f95
* Fri Mar  2 2001 Tim Powers <timp@redhat.com>
cvsdist 7231f95
- rebuilt against openssl-0.9.6-1
cvsdist 7231f95
cvsdist 7231f95
* Fri Feb  9 2001 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- not to use upstream configure script (it looks corrupted)
cvsdist 7231f95
- separated w3m-ja/w3m-en (#26443)
cvsdist 7231f95
- apply many security bug fix patch
cvsdist 7231f95
- ExludeArch alpha
cvsdist 7231f95
- use bzip2 instead of gzip for src/patches
cvsdist 7231f95
cvsdist 7231f95
* Thu Feb  8 2001 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- changed configure option ( --lang=ja -> --lang=en)
cvsdist 7231f95
cvsdist 7231f95
* Thu Jan 18 2001 Tim Powers <timp@redhat.com>
cvsdist 7231f95
- ExludeArch ia64
cvsdist 7231f95
cvsdist 7231f95
* Sun Jan 14 2001 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- fix the error while building on IA64
cvsdist 7231f95
cvsdist 7231f95
* Fri Jan 12 2001 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- fix the error while building on Sparc
cvsdist 7231f95
- clean up SPEC
cvsdist 7231f95
cvsdist 7231f95
* Thu Dec 28 2000 SATO Satoru <ssato@redhat.com>
cvsdist 7231f95
- new upstream pre release
cvsdist 7231f95
- added w3m.el
cvsdist 7231f95
- clean up SPEC
cvsdist 7231f95
cvsdist 972096f
* Wed Sep  6 2000 Satoru Sato <ssato@redhat.com>
cvsdist 7231f95
- ported from vine
cvsdist 972096f
- remove w3m.wmconfig
cvsdist 972096f
- build with openssl library
cvsdist 972096f
cvsdist 972096f
* Sun Jul 09 2000 Lisa Sagami <czs14350@nifty.ne.jp>
cvsdist 972096f
- w3m-0.1.10-0vl3
cvsdist 972096f
- provide default HTTP_HOME in /etc/profile.d
cvsdist 972096f
cvsdist 972096f
* Fri Jul 07 2000 Lisa Sagami <czs14350@nifty.ne.jp>
cvsdist 972096f
- Provides: webclient, Requires: indexhtml (capability of lynx)
cvsdist 972096f
- added w3m.wmconfig
cvsdist 972096f
- give them(who?) RPM_OPT_FLAGS(what?)
cvsdist 972096f
- dont include duplicated man pages and CVS directory in doc
cvsdist 972096f
cvsdist 972096f
* Wed Jun 21 2000 Jun Nishii <jun@vinelinux.org>
cvsdist 972096f
- 0.1.10-0vl1
cvsdist 972096f
cvsdist 972096f
* Sat Jan 22 2000 Yoichi Imai <yoichi@silver-forest.com>
cvsdist 972096f
- fix spec file
cvsdist 972096f
cvsdist 972096f
* Sat Jan 22 2000 Yoichi Imai <yoichi@silver-forest.com>
cvsdist 972096f
- updated from 0.1.4 to 0.1.6
cvsdist 972096f
cvsdist 972096f
* Thu Jan 13 2000 Yoichi Imai <yoichi@silver-forest.com>
cvsdist 972096f
- updated from 991203 to 0.1.4
cvsdist 972096f
cvsdist 972096f
* Fri Dec 03 1999 Yoichi Imai <yoichi@silver-forest.com>
cvsdist 972096f
- updated from 991028 to 991203
cvsdist 972096f
cvsdist 972096f
* Sat Oct 30 1999 Yoichi Imai <bonaim@mutt.freemail.ne.jp>
cvsdist 972096f
- updated from 990820 to 991028
cvsdist 972096f
cvsdist 972096f
* Tue Aug 26 1999 Ryo Hattori <ryoh@vs01.vaio.ne.jp>
cvsdist 972096f
- updated from 990716 to 990820
cvsdist 972096f
cvsdist 972096f
* Wed Aug 11 1999 Ryo Hattori <ryoh@vs01.vaio.ne.jp>
cvsdist 972096f
- initial Release to VinePlus