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