b07f02
%global prerel pre6
b07f02
b07f02
Name:      elinks
b07f02
Summary:   A text-mode Web browser
b07f02
Version:   0.12
b07f02
Release:   0.58.%{prerel}%{?dist}
b07f02
License:   GPLv2
b07f02
URL:       http://elinks.or.cz
b07f02
Group:     Applications/Internet
b07f02
Source:    http://elinks.or.cz/download/elinks-%{version}%{prerel}.tar.bz2
b07f02
Source2:   elinks.conf
b07f02
b07f02
BuildRequires: automake
b07f02
BuildRequires: bzip2-devel
b07f02
BuildRequires: expat-devel
b07f02
BuildRequires: gcc
b07f02
BuildRequires: gpm-devel
b07f02
BuildRequires: krb5-devel
b07f02
BuildRequires: libidn2-devel
b07f02
BuildRequires: lua-devel
b07f02
BuildRequires: openssl-devel
b07f02
BuildRequires: pkgconfig
b07f02
BuildRequires: zlib-devel
b07f02
Requires(preun): %{_sbindir}/alternatives
b07f02
Requires(post): coreutils
b07f02
Requires(post): %{_sbindir}/alternatives
b07f02
Requires(postun): coreutils
b07f02
Requires(postun): %{_sbindir}/alternatives
b07f02
Provides:  webclient
b07f02
Provides:  links = 1:0.97-1
b07f02
Provides: text-www-browser
b07f02
b07f02
# Prevent crash when HOME is unset (bug #90663).
b07f02
Patch0: elinks-0.11.0-ssl-noegd.patch
b07f02
b07f02
# UTF-8 by default
b07f02
Patch1: elinks-0.10.1-utf_8_io-default.patch
b07f02
b07f02
# Make getaddrinfo call use AI_ADDRCONFIG.
b07f02
Patch3: elinks-0.11.0-getaddrinfo.patch
b07f02
b07f02
# Don't put so much information in the user-agent header string (bug #97273).
b07f02
Patch4: elinks-0.11.0-sysname.patch
b07f02
b07f02
# Fix xterm terminal: "Linux" driver seems better than "VT100" (#128105)
b07f02
Patch5: elinks-0.10.1-xterm.patch
b07f02
b07f02
# fix for open macro in new glibc
b07f02
Patch7: elinks-0.11.3-macropen.patch
b07f02
b07f02
#upstream fix for out of screen dialogs
b07f02
Patch8: elinks-scroll.patch
b07f02
b07f02
# add default "ddg" dumb/smart rewrite prefixes for DuckDuckGo (#856348)
b07f02
Patch12: elinks-0.12pre5-ddg-search.patch
b07f02
b07f02
# add missing AC_LANG_PROGRAM around the first argument of AC_COMPILE_IFELSE
b07f02
Patch13: elinks-0.12pre6-autoconf.patch
b07f02
b07f02
# verify server certificate hostname with OpenSSL (#881411)
b07f02
Patch14: elinks-0.12pre6-ssl-hostname.patch
b07f02
b07f02
# let list_is_singleton() return false for an empty list (#1075415)
b07f02
Patch15: elinks-0.12pre6-list_is_singleton.patch
b07f02
b07f02
# use later versions of lua since lua50 is not available (#1098392)
b07f02
Patch16: elinks-0.12pre6-lua51.patch
b07f02
b07f02
# add support for GNU Libidn2, patch by Robert Scheck (#1098789)
b07f02
Patch17: elinks-0.12pre6-libidn2.patch
b07f02
b07f02
# make configure.ac recognize recent versions of GCC
b07f02
Patch18: elinks-0.12pre6-recent-gcc-versions.patch
b07f02
b07f02
# fix compatibility with OpenSSL 1.1 (#1423519) and ...
b07f02
# drop disablement of TLS1.0 on second attempt to connect
b07f02
Patch19: elinks-0.12pre6-openssl11.patch
b07f02
b07f02
# fix programming mistakes detected by static analysis (#1602483)
b07f02
Patch20: elinks-0.12pre6-static-analysis.patch
b07f02
b07f02
%description
b07f02
Elinks is a text-based Web browser. Elinks does not display any images,
b07f02
but it does support frames, tables and most other HTML tags. Elinks'
b07f02
advantage over graphical browsers is its speed--Elinks starts and exits
b07f02
quickly and swiftly displays Web pages.
b07f02
b07f02
%prep
b07f02
%autosetup -p1 -n %{name}-%{version}%{prerel}
b07f02
b07f02
# rename the input file of autoconf to eliminate a warning
b07f02
mv -v configure.in configure.ac
b07f02
sed -e 's/configure\.in/configure.ac/' \
b07f02
    -i Makefile* acinclude.m4 doc/man/man1/Makefile
b07f02
b07f02
# remove bogus serial numbers
b07f02
sed -i 's/^# *serial [AM0-9]*$//' acinclude.m4 config/m4/*.m4
b07f02
b07f02
# recreate autotools files
b07f02
aclocal -I config/m4
b07f02
autoconf
b07f02
autoheader
b07f02
b07f02
%build
b07f02
export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -D_GNU_SOURCE"
b07f02
%configure %{?rescue:--without-gpm} \
b07f02
    --enable-256-colors             \
b07f02
    --enable-bittorrent             \
b07f02
    --with-gssapi                   \
b07f02
    --with-lua                      \
b07f02
    --with-openssl                  \
b07f02
    --without-gnutls                \
b07f02
    --without-spidermonkey          \
b07f02
    --without-x
b07f02
b07f02
make %{?_smp_mflags} V=1
b07f02
b07f02
%install
b07f02
make install DESTDIR=$RPM_BUILD_ROOT V=1
b07f02
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
b07f02
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
b07f02
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/elinks.conf
b07f02
touch $RPM_BUILD_ROOT%{_bindir}/links
b07f02
true | gzip -c > $RPM_BUILD_ROOT%{_mandir}/man1/links.1.gz
b07f02
%find_lang elinks
b07f02
b07f02
%postun
b07f02
if [ "$1" -ge "1" ]; then
b07f02
	links=`readlink %{_sysconfdir}/alternatives/links`
b07f02
	if [ "$links" == "%{_bindir}/elinks" ]; then
b07f02
		%{_sbindir}/alternatives --set links %{_bindir}/elinks
b07f02
	fi
b07f02
fi
b07f02
exit 0
b07f02
b07f02
%post
b07f02
#Set up alternatives files for links
b07f02
%{_sbindir}/alternatives --install %{_bindir}/links links %{_bindir}/elinks 90 \
b07f02
  --slave %{_mandir}/man1/links.1.gz links-man %{_mandir}/man1/elinks.1.gz
b07f02
links=`readlink %{_sysconfdir}/alternatives/links`
b07f02
if [ "$links" == "%{_bindir}/elinks" ]; then
b07f02
	%{_sbindir}/alternatives --set links %{_bindir}/elinks
b07f02
fi
b07f02
b07f02
b07f02
%preun
b07f02
if [ $1 = 0 ]; then
b07f02
	%{_sbindir}/alternatives --remove links %{_bindir}/elinks
b07f02
fi
b07f02
exit 0
b07f02
b07f02
%files -f elinks.lang
b07f02
%doc COPYING README
b07f02
%ghost %verify(not md5 size mtime) %{_bindir}/links
b07f02
%{_bindir}/elinks
b07f02
%ghost %verify(not md5 size mtime) %{_mandir}/man1/links.1.gz
b07f02
%config(noreplace) %{_sysconfdir}/elinks.conf
b07f02
%{_mandir}/man1/elinks.1*
b07f02
%{_mandir}/man5/*
b07f02
b07f02
%changelog
b07f02
* Wed Nov 07 2018 Kamil Dudka <kdudka@redhat.com> - 0.12-0.58.pre6
b07f02
- fix programming mistakes detected by static analysis (#1602483)
b07f02
b07f02
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 0.12-0.57.pre6
b07f02
- add explicit BR for the gcc compiler
b07f02
b07f02
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-0.56.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b07f02
b07f02
* Wed Oct 11 2017 Kamil Dudka <kdudka@redhat.com> - 0.12-0.55.pre6
b07f02
- drop support for JS engine that is no longer maintained
b07f02
- always build verbosely, drop outdated doc files
b07f02
b07f02
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-0.54.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b07f02
b07f02
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-0.53.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b07f02
b07f02
* Tue May 02 2017 Kamil Dudka <kdudka@redhat.com> - 0.12-0.52.pre6
b07f02
- rebuild against js-devel with ABI-incompatible <js/jsval.h> (#1446545)
b07f02
b07f02
* Fri Feb 17 2017 Kamil Dudka <kdudka@redhat.com> - 0.12-0.51.pre6
b07f02
- fix compatibility with OpenSSL 1.1 (#1423519)
b07f02
- make configure.ac recognize recent versions of GCC
b07f02
- apply patches automatically to ease maintenance
b07f02
b07f02
* Fri Feb 17 2017 Tomáš Mráz <tmraz@redhat.com> - 0.12-0.50.pre6
b07f02
- drop disablement of TLS1.0 on second attempt to connect,
b07f02
  it would not work correctly anyway and the code does not build
b07f02
  with OpenSSL-1.1.0
b07f02
b07f02
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-0.49.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b07f02
b07f02
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-0.48.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b07f02
b07f02
* Tue Jul 07 2015 Kamil Dudka <kdudka@redhat.com> - 0.12-0.47.pre6
b07f02
- use the OpenSSL-provided host name check (#881399)
b07f02
b07f02
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.46.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b07f02
b07f02
* Mon May 18 2015 Kamil Dudka <kdudka@redhat.com> - 0.12-0.45.pre6
b07f02
- remove an obsolete configuration option from /etc/elinks.conf (#1222555)
b07f02
b07f02
* Mon Mar 30 2015 Kamil Dudka <kdudka@redhat.com> - 0.12-0.44.pre6
b07f02
- use OpenSSL instead of nss_compat_ossl, which is no longer maintained
b07f02
b07f02
* Fri Jan 16 2015 Tom Callaway <spot@fedoraproject.org> - 0.12-0.43.pre6
b07f02
- rebuild for lua 5.3
b07f02
b07f02
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.42.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b07f02
b07f02
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.41.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b07f02
b07f02
* Fri May 30 2014 Kamil Dudka <kdudka@redhat.com> - 0.12-0.40.pre6
b07f02
- add support for GNU Libidn2, patch by Robert Scheck (#1098789)
b07f02
b07f02
* Wed May 21 2014 Kamil Dudka <kdudka@redhat.com> - 0.12-0.39.pre6
b07f02
- use later versions of lua since lua50 is not available (#1098392)
b07f02
b07f02
* Tue Apr 29 2014 Kamil Dudka <kdudka@redhat.com> - 0.12-0.38.pre6
b07f02
- let list_is_singleton() return false for an empty list (#1075415)
b07f02
b07f02
* Wed Sep 18 2013 Kamil Dudka <kdudka@redhat.com> - 0.12-0.37.pre6
b07f02
- verify server certificate hostname with nss_compat_ossl (#881411)
b07f02
b07f02
* Tue Sep 03 2013 Kamil Dudka <kdudka@redhat.com> - 0.12-0.36.pre6
b07f02
- remove ancient Obsoletes tag against links (#1002132)
b07f02
b07f02
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.35.pre6
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b07f02
b07f02
* Mon Feb 25 2013 Kamil Dudka <kdudka@redhat.com> - 0.12-0.34.pre6
b07f02
- update to latest upstream pre-release
b07f02
- drop unneeded patches
b07f02
- fix autoconf warnings
b07f02
- explicitly disable using OpenSSL and GnuTLS
b07f02
b07f02
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.33.pre5
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b07f02
b07f02
* Fri Jan 04 2013 Kamil Dudka <kdudka@redhat.com> - 0.12-0.32.pre5
b07f02
- do not delegate GSSAPI credentials (CVE-2012-4545)
b07f02
b07f02
* Mon Oct 08 2012 Kamil Dudka <kdudka@redhat.com> - 0.12-0.31.pre5
b07f02
- add default "ddg" dumb/smart rewrite prefixes for DuckDuckGo (#856348)
b07f02
b07f02
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 0.12-0.30.pre5
b07f02
- fix specfile issues reported by the fedora-review script
b07f02
b07f02
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.29.pre5
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b07f02
b07f02
* Fri Mar 09 2012 Kamil Dudka <kdudka@redhat.com> - 0.12-0.28.pre5
b07f02
- do not crash if add_heartbeat() returned NULL (#798103)
b07f02
b07f02
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.27.pre5
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b07f02
b07f02
* Fri May 06 2011 Kamil Dudka <kdudka@redhat.com> - 0.12-0.26.pre5
b07f02
- improve the js-1.8.5 patch (upstream commit 218a225)
b07f02
b07f02
* Thu Apr 21 2011 Kamil Dudka <kdudka@redhat.com> - 0.12-0.25.pre5
b07f02
- port to js-1.8.5 API (upstream commits f31cf6f and 2844f8b)
b07f02
b07f02
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.24.pre5
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b07f02
b07f02
* Wed Apr 07 2010 Kamil Dudka <kdudka@redhat.com> - 0.12-0.23.pre5
b07f02
- do not print control characters to build logs
b07f02
- avoid aclocal warnings
b07f02
b07f02
* Thu Jan 07 2010 Kamil Dudka <kdudka@redhat.com> - 0.12-0.22.pre5
b07f02
- remove patch for configure script to find OpenSSL (we use NSS now)
b07f02
- remove buildrequires for nss-devel (#550770)
b07f02
b07f02
* Sun Dec 27 2009 Kamil Dudka <kdudka@redhat.com> 0.12-0.21.pre5
b07f02
- add buildrequires for js-devel (#550717) and zlib-devel
b07f02
- build support for 256 color terminal
b07f02
b07f02
* Mon Dec 14 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.20.pre5
b07f02
- Add buildrequires for gpm-devel to enable gpm support(#547064)
b07f02
b07f02
* Fri Aug 14 2009 Orion Poplawski <orion@cora.nwra.com> 0.12-0.19.pre5
b07f02
- Add Requires(post/postun): coreutils for readlink
b07f02
b07f02
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.18.pre5
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b07f02
b07f02
* Wed Jul 08 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.17.pre5
b07f02
- new upstream bugfix prerelease
b07f02
b07f02
* Mon Jun 01 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.16.pre4
b07f02
- new upstream bugfix prerelease
b07f02
- defuzz patches
b07f02
b07f02
* Wed Apr 29 2009 Kamil Dudka <kdudka@redhat.com> 0.12-0.15.pre3
b07f02
- try to load default NSS root certificates if the configuration option
b07f02
  connection.ssl.trusted_ca_file is set to an empty string (#497788)
b07f02
b07f02
* Tue Apr 28 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.14.pre3
b07f02
- enable certificate verification by default via configuration
b07f02
  file(#495532)
b07f02
b07f02
* Tue Apr 28 2009 Kamil Dudka <kdudka@redhat.com> 0.12-0.13.pre3
b07f02
- use appropriate BuildRequires for nss_compat_ossl (#495532)
b07f02
- support for trusted CA certificates loading from file in PEM format
b07f02
b07f02
* Fri Apr 03 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.12.pre3
b07f02
- use word Elinks instead of Links in package description
b07f02
b07f02
* Mon Mar 30 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.11.pre3
b07f02
- new upstream bugfix prerelease
b07f02
- defuzz patches
b07f02
b07f02
* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.10.pre2
b07f02
- use better obsoletes/provides for links, use alternatives for
b07f02
  links manpage and binary(#470703)
b07f02
b07f02
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.9.pre2
b07f02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b07f02
b07f02
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.12-0.8.pre2
b07f02
- rebuild with new openssl
b07f02
b07f02
* Wed Jan 14 2009 Ondrej Vasik <ovasik@redhat.com> 0.12-0.7.pre2
b07f02
- versioned obsoletes and provides for links
b07f02
b07f02
* Wed Oct  1 2008 Kamil Dudka <kdudka@redhat.com> 0.12-0.6.pre2
b07f02
- port elinks to use NSS library for cryptography (#346861)
b07f02
b07f02
* Mon Sep 29 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.5.pre2
b07f02
- new upstream bugfix prerelease
b07f02
- Removed already applied patches for tabreload and bittorrent
b07f02
b07f02
* Mon Sep  1 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.4.pre1
b07f02
- upstream fix for bittorrent protocol
b07f02
- upstream fix for out of screen bittorrent dialog texts
b07f02
b07f02
* Tue Jul 15 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.3.pre1
b07f02
- get rid off fuzz in patches
b07f02
b07f02
* Tue Jul 15 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.2.pre1
b07f02
- fix a crash when opening tab during page reload
b07f02
b07f02
* Tue Jul  1 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.1.pre1
b07f02
- unstable elinks-0.12 pre1, solves several long-term issues 
b07f02
  unsolvable (or very hard to solve) in 0.11.4 (like #173411),
b07f02
  in general is elinks-0.12pre1 considered better than 0.11.4
b07f02
- dropped patches negotiate-auth, chunkedgzip - included in 0.12pre1,
b07f02
  modified few others due source code changes
b07f02
b07f02
* Sat Jun 21 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-1
b07f02
- new stable upstream release
b07f02
b07f02
* Thu Mar  6 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-0.4.rc1
b07f02
- new upstream release candidate marked stable
b07f02
b07f02
* Thu Feb 21 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-0.3.rc0
b07f02
- fixed broken output for gzipped chunked pages(#410801)
b07f02
b07f02
* Thu Feb 07 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-0.2.rc0
b07f02
- used -D_GNU_SOURCE instead of ugly hack/patch to 
b07f02
  have NI_MAXPATH defined
b07f02
b07f02
* Wed Feb 06 2008 Ondrej Vasik <ovasik@redhat.com> 0.11.4-0.1.rc0
b07f02
- new version marked stable by upstream 0.11.4rc0
b07f02
- enabled experimental bittorent support(#426702)
b07f02
b07f02
* Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-7
b07f02
- rebuilt because of new OpenSSL
b07f02
b07f02
* Thu Oct 11 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-6
b07f02
- generalized text-www-browser requirements(#174566)
b07f02
b07f02
* Tue Aug 28 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-5
b07f02
- rebuilt because of expat 2.0
b07f02
b07f02
* Wed Aug 22 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-4
b07f02
- rebuilt for F8
b07f02
- changed license tag to GPLv2
b07f02
b07f02
* Thu Aug  9 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-3
b07f02
- fix of open macro(new glibc) by Joe Orton
b07f02
b07f02
* Fri Jul 27 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-2
b07f02
- cleanup of duplicates in buildreq, added license file to doc 
b07f02
- (package review by Tyler Owen(#225725))
b07f02
b07f02
* Tue Jun  5 2007 Ondrej Vasik <ovasik@redhat.com> 0.11.3-1
b07f02
- update to new upstream version
b07f02
- removed patch for #210103 , included in upstream release
b07f02
- updated patch elinks-0.11.1-negotiate.patch to pass build
b07f02
b07f02
* Mon Mar 26 2007 Karel Zak <kzak@redhat.com> 0.11.2-1
b07f02
- update to new upstream version
b07f02
- cleanup spec file
b07f02
b07f02
* Wed Oct 11 2006 Karel Zak <kzak@redhat.com> 0.11.1-5
b07f02
- fix #210103 - elinks crashes when given bad HTTP_PROXY
b07f02
b07f02
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.11.1-4.1
b07f02
- rebuild
b07f02
b07f02
* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 0.11.1-4
b07f02
- improved negotiate-auth patch (faster now)
b07f02
b07f02
* Fri Jun  9 2006 Karel Zak <kzak@redhat.com> 0.11.1-3
b07f02
- added negotiate-auth (GSSAPI) support -- EXPERIMENTAL!
b07f02
b07f02
* Mon May 29 2006 Karel Zak <kzak@redhat.com> 0.11.1-2
b07f02
- update to new upstream version
b07f02
b07f02
* Wed May 17 2006 Karsten Hopp <karsten@redhat.de> 0.11.0-3
b07f02
- add buildrequires bzip2-devel, expat-devel,libidn-devel
b07f02
b07f02
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.11.0-2.2
b07f02
- bump again for double-long bug on ppc(64)
b07f02
b07f02
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.11.0-2.1
b07f02
- rebuilt for new gcc4.1 snapshot and glibc changes
b07f02
b07f02
* Tue Jan 10 2006 Karel Zak <kzak@redhat.com> 0.11.0-2
b07f02
- use upstream version of srcdir.patch
b07f02
b07f02
* Tue Jan 10 2006 Karel Zak <kzak@redhat.com> 0.11.0-1
b07f02
- update to new upstream version
b07f02
- fix 0.11.0 build system (srcdir.patch)
b07f02
- regenerate patches:
b07f02
     elinks-0.11.0-getaddrinfo.patch, 
b07f02
     elinks-0.11.0-ssl-noegd.patch,
b07f02
     elinks-0.11.0-sysname.patch,
b07f02
     elinks-0.11.0-union.patch
b07f02
b07f02
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 0.10.6-2.1
b07f02
- rebuilt
b07f02
b07f02
* Wed Nov  9 2005 Karel Zak <kzak@redhat.com> 0.10.6-2
b07f02
- rebuild (against new openssl)
b07f02
b07f02
* Thu Sep 29 2005 Karel Zak <kzak@redhat.com> 0.10.6-1
b07f02
- update to new upstream version
b07f02
b07f02
* Tue May 17 2005 Karel Zak <kzak@redhat.com> 0.10.3-3
b07f02
- fix #157300 - Strange behavior on ppc64 (patch by Miloslav Trmac)
b07f02
b07f02
* Tue May 10 2005 Miloslav Trmac <mitr@redhat.com> - 0.10.3-2
b07f02
- Fix checking for numeric command prefix (#152953, patch by Jonas Fonseca)
b07f02
- Fix invalid C causing assertion errors on ppc and ia64 (#156647)
b07f02
b07f02
* Mon Mar 21 2005 Karel Zak <kzak@redhat.com> 0.10.3-1
b07f02
- sync with upstream; stable 0.10.3
b07f02
b07f02
* Sat Mar  5 2005 Karel Zak <kzak@redhat.com> 0.10.2-2
b07f02
- rebuilt
b07f02
b07f02
* Tue Feb  8 2005 Karel Zak <kzak@redhat.com> 0.10.2-1
b07f02
- sync with upstream; stable 0.10.2
b07f02
b07f02
* Fri Jan 28 2005 Karel Zak <kzak@redhat.com> 0.10.1-1
b07f02
- sync with upstream; stable 0.10.1
b07f02
b07f02
* Thu Oct 14 2004 Karel Zak <kzak@redhat.com> 0.9.2-2
b07f02
- the "Linux" driver seems better than "VT100" for xterm (#128105)
b07f02
b07f02
* Wed Oct  6 2004 Karel Zak <kzak@redhat.com> 0.9.2-1
b07f02
- upload new upstream tarball with stable 0.9.2 release
b07f02
b07f02
* Mon Sep 20 2004 Jindrich Novy <jnovy@redhat.com> 0.9.2-0.rc7.4
b07f02
- 0.9.2rc7.
b07f02
- changed summary in spec to get rid of #41732, #61499
b07f02
b07f02
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc4.3
b07f02
- Avoid symbol clash (bug #131170).
b07f02
b07f02
* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc4.2
b07f02
- 0.9.2rc4.
b07f02
b07f02
* Mon Jul 12 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc2.2
b07f02
- Fix elinks -dump -stdin (bug #127624).
b07f02
b07f02
* Thu Jul  1 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc2.1
b07f02
- 0.9.2rc2.
b07f02
b07f02
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
b07f02
- rebuilt
b07f02
b07f02
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 0.9.1-3
b07f02
- Build with LFS support (bug #125064).
b07f02
b07f02
* Fri May 28 2004 Tim Waugh <twaugh@redhat.com> 0.9.1-2
b07f02
- Use UTF-8 by default (bug #76445).
b07f02
b07f02
* Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 0.9.1-1
b07f02
- 0.9.1.
b07f02
- Use %%find_lang.
b07f02
b07f02
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
b07f02
- rebuilt
b07f02
b07f02
* Mon Dec  8 2003 Tim Waugh <twaugh@redhat.com> 0.4.3-1
b07f02
- 0.4.3.
b07f02
- Updated pkgconfig patch.
b07f02
b07f02
* Mon Aug 11 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-7.1
b07f02
- Rebuilt.
b07f02
b07f02
* Mon Aug 11 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-7
b07f02
- Don't require XFree86-libs (bug #102072).
b07f02
b07f02
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.4.2-6.2
b07f02
- rebuild
b07f02
b07f02
* Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-6.1
b07f02
- Rebuilt.
b07f02
b07f02
* Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-6
b07f02
- Make getaddrinfo call use AI_ADDRCONFIG.
b07f02
- Don't put so much information in the user-agent header string (bug #97273).
b07f02
b07f02
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
b07f02
- rebuilt
b07f02
b07f02
* Mon Jun  2 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-4.1
b07f02
- Rebuild again.
b07f02
b07f02
* Mon Jun  2 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-4
b07f02
- Rebuild.
b07f02
b07f02
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-3
b07f02
- Prevent crash when HOME is unset (bug #90663).
b07f02
b07f02
* Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de> 0.4.2-2
b07f02
- use relative symlinks to elinks
b07f02
b07f02
* Wed Feb  5 2003 Tim Waugh <twaugh@redhat.com> 0.4.2-1
b07f02
- 0.4.2 (bug #83273).
b07f02
b07f02
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.3.2-5
b07f02
- rebuilt
b07f02
b07f02
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
b07f02
- Fix URL (bug #81987).
b07f02
b07f02
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-4
b07f02
- rebuild
b07f02
b07f02
* Mon Dec 23 2002 Tim Waugh <twaugh@redhat.com> 0.3.2-3
b07f02
- Fix bug #62368.
b07f02
b07f02
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com>
b07f02
- use openssl's pkg-config data, if available
b07f02
b07f02
* Wed Nov 20 2002 Tim Powers <timp@redhat.com> 0.3.2-2
b07f02
- rebuild on all arches
b07f02
b07f02
* Tue Aug 20 2002 Jakub Jelinek <jakub@redhat.com> 0.3.2-1
b07f02
- update to 0.3.2 to fix the DNS Ctrl-C segfaults
b07f02
- update URLs, the project moved
b07f02
- include man page
b07f02
b07f02
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
b07f02
- automated rebuild
b07f02
b07f02
* Thu May 23 2002 Tim Powers <timp@redhat.com>
b07f02
- automated rebuild
b07f02
b07f02
* Thu Jan 24 2002 Tim Powers <timp@redhat.com>
b07f02
- rebuilt against new openssl
b07f02
b07f02
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
b07f02
- automated rebuild
b07f02
b07f02
* Wed Jan  2 2002 Preston Brown <pbrown@redhat.com> 0.96-4
b07f02
- cookie fix
b07f02
b07f02
* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.96-3
b07f02
- Save some more space in rescue mode
b07f02
b07f02
* Wed Jul 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.96-2
b07f02
- Add the links manual from links.sourceforge.net (RFE #49228)
b07f02
b07f02
* Tue Jul  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.96-1
b07f02
- update to 0.96
b07f02
b07f02
* Fri Jun 22 2001 Nalin Dahyabhai <nalin@redhat.com>
b07f02
- actually run make in build phase
b07f02
b07f02
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
b07f02
- rebuild in new environment
b07f02
b07f02
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
b07f02
- rebuild in new environment
b07f02
b07f02
* Tue Jan  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.95
b07f02
b07f02
* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.94 final
b07f02
b07f02
* Sun Dec 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- pre9
b07f02
b07f02
* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
b07f02
- Upgraded to pre8.
b07f02
b07f02
* Tue Dec  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.94pre7
b07f02
- Minor fixes to the specfile (s/Copyright:/License:/)
b07f02
- merge rescue stuff
b07f02
b07f02
* Fri Nov 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.94pre5
b07f02
b07f02
* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.94pre4
b07f02
b07f02
* Tue Oct 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.94pre1
b07f02
b07f02
* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.92 (needed - prior versions won't display XHTML properly)
b07f02
b07f02
* Thu Jul 20 2000 Nalin Dahyabhai <nalin@redhat.com>
b07f02
- rebuild in new environment to work around bugs
b07f02
b07f02
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
b07f02
- automatic rebuild
b07f02
b07f02
* Thu Jun 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- 0.84
b07f02
b07f02
* Sun Jun 11 2000 Preston Brown <pbrown@redhat.com>
b07f02
- provides virtual package webclient.
b07f02
b07f02
* Thu Jan  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b07f02
- initial RPM