## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %if 0%{?rhel} >= 10 || 0%{?rescue} %bcond_with gpm %else %bcond_without gpm %endif Name: elinks Summary: A text-mode Web browser Version: 0.20.0 Release: %autorelease License: GPL-2.0-only URL: https://github.com/rkd77/elinks Source: https://github.com/rkd77/elinks/releases/download/v%{version}/elinks-%{version}.tar.xz Source2: elinks.conf BuildRequires: automake BuildRequires: bzip2-devel BuildRequires: expat-devel BuildRequires: gcc-c++ BuildRequires: gettext %if %{with gpm} BuildRequires: gpm-devel %endif BuildRequires: krb5-devel BuildRequires: libidn2-devel BuildRequires: lua-devel BuildRequires: make BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: zlib-devel Requires(preun): %{_sbindir}/alternatives Requires(post): coreutils Requires(post): %{_sbindir}/alternatives Requires(postun): coreutils Requires(postun): %{_sbindir}/alternatives Provides: webclient Provides: links = 1:0.97-1 Provides: text-www-browser # Prevent crash when HOME is unset (bug #90663). Patch0: 0000-elinks-0.19.0-ssl-noegd.patch # UTF-8 by default Patch1: 0001-elinks-0.15.1-utf_8_io-default.patch # Make getaddrinfo call use AI_ADDRCONFIG. Patch3: elinks-0.11.0-getaddrinfo.patch # Don't put so much information in the user-agent header string (bug #97273). Patch4: 0004-elinks-0.15.0-sysname.patch # Fix xterm terminal: "Linux" driver seems better than "VT100" (#128105) Patch5: 0005-elinks-0.15.0-xterm.patch # let list_is_singleton() return false for an empty list (#1075415) Patch6: elinks-0.12pre6-list_is_singleton.patch Patch7: https://github.com/rkd77/elinks/pull/436.patch %description Elinks is a text-based Web browser. Elinks does not display any images, but it does support frames, tables and most other HTML tags. Elinks' advantage over graphical browsers is its speed--Elinks starts and exits quickly and swiftly displays Web pages. %prep %autosetup -p1 # remove bogus serial numbers sed -e 's/^# *serial [AM0-9]*$//' -i config/m4/*.m4 # recreate autotools files aclocal -I config/m4 autoconf autoheader %build export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -D_GNU_SOURCE" # make the code build with lua-5.4.x CFLAGS="$CFLAGS -DLUA_COMPAT_5_3" %configure \ --enable-256-colors \ --enable-true-color \ --enable-bittorrent \ --with-gssapi \ --with-lua \ --with-openssl \ --with-python \ %{?with_gpm:--with-gpm} \ %{!?with_gpm:--without-gpm} \ --without-gnutls \ --without-spidermonkey \ --without-x %make_build -j1 %install %make_install rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias install -D -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/elinks.conf touch $RPM_BUILD_ROOT%{_bindir}/links true | gzip -c > $RPM_BUILD_ROOT%{_mandir}/man1/links.1.gz %find_lang elinks %postun if [ "$1" -ge "1" ]; then links=`readlink %{_sysconfdir}/alternatives/links` if [ "$links" == "%{_bindir}/elinks" ]; then %{_sbindir}/alternatives --set links %{_bindir}/elinks fi fi exit 0 %post #Set up alternatives files for links %{_sbindir}/alternatives --install %{_bindir}/links links %{_bindir}/elinks 90 \ --slave %{_mandir}/man1/links.1.gz links-man %{_mandir}/man1/elinks.1.gz links=`readlink %{_sysconfdir}/alternatives/links` if [ "$links" == "%{_bindir}/elinks" ]; then %{_sbindir}/alternatives --set links %{_bindir}/elinks fi %preun if [ $1 = 0 ]; then %{_sbindir}/alternatives --remove links %{_bindir}/elinks fi exit 0 %files -f elinks.lang %license COPYING %doc README.md %ghost %verify(not md5 size mtime) %{_bindir}/links %{_bindir}/elinks %ghost %verify(not md5 size mtime) %{_mandir}/man1/links.1.gz %config(noreplace) %{_sysconfdir}/elinks.conf %{_mandir}/man1/elinks.1* %{_mandir}/man5/* %changelog ## START: Generated by rpmautospec * Sat Aug 01 2026 Łukasz Wojniłowicz - 0.20.0-1 - Update to v0.20.0 * Wed Jul 15 2026 Fedora Release Engineering - 0.19.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Fri Jun 12 2026 Yaakov Selkowitz - 0.19.1-2 - Rebuilt for openssl 4.0 * Mon Feb 09 2026 Lukáš Zaoral - 0.19.1-1 - rebase to the latest upstream release * Fri Jan 16 2026 Fedora Release Engineering - 0.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Thu Jan 15 2026 Lukáš Zaoral - 0.19.0-1 - rebase to the latest upstream version * Wed Jul 23 2025 Fedora Release Engineering - 0.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jan 16 2025 Fedora Release Engineering - 0.18.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jan 02 2025 Lukáš Zaoral - 0.18.0-1 - rebase to latest upstream version * Mon Oct 07 2024 Lukáš Zaoral - 0.17.1.1-1 - rebase to latest upstream version * Wed Jul 17 2024 Fedora Release Engineering - 0.17.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Feb 01 2024 Lukáš Zaoral - 0.17.0-4 - disable gpm integration for RHEL 10+ * Wed Jan 24 2024 Fedora Release Engineering - 0.17.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 02 2024 Lukáš Zaoral - 0.17.0-1 - rebase to latest upstream release * Wed Jul 19 2023 Fedora Release Engineering - 0.16.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue May 02 2023 Lukáš Zaoral - 0.16.1.1-1 - new upstream release * Tue Apr 11 2023 Lukáš Zaoral - 0.16.0-6 - migrate to SPDX license format * Fri Mar 24 2023 Arjun Shankar - 0.16.0-5 - Port configure script to C99 * Mon Feb 20 2023 Jan Rybar - 0.16.0-4 - parallel builds cause FTBFS * Thu Jan 19 2023 Fedora Release Engineering - 0.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 02 2023 Kamil Dudka - 0.16.0-2 - Resolves: #1098789 - make the IDN2 support work again * Mon Jan 02 2023 Kamil Dudka - 0.16.0-1 - new upstream release: 0.16.0 * Mon Aug 01 2022 Kamil Dudka - 0.15.1-1 - new upstream release: 0.15.1 * Thu Jul 21 2022 Fedora Release Engineering - 0.15.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Apr 11 2022 Kamil Dudka - 0.15.0-3 - elinks.spec: add build dependency on gettext to avoid failure of `make install`: * Mon Apr 11 2022 Kamil Dudka - 0.15.0-2 - elinks.spec: add build dependency on gcc-c++ * Mon Apr 11 2022 Kamil Dudka - 0.15.0-1 - new upstream release: 0.15.0 * Thu Jan 20 2022 Fedora Release Engineering - 0.12-72 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Sep 14 2021 Sahana Prasad - 0.12-71 - Rebuilt with OpenSSL 3.0.0 * Wed Jul 21 2021 Fedora Release Engineering - 0.12-70 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.12-69 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jan 07 2021 Kamil Dudka - 0.12-68 - elinks.spec: keep BR list alphabetically sorted * Sat Dec 26 2020 Robert Scheck - 0.12-67 - Spec file cleanup * Thu Dec 17 2020 Tom Stellard - 0.12-66 - Add BuildRequires: make * Fri Jul 31 2020 Kamil Dudka - 0.12-65 - make the code build with lua-5.4.x * Mon Jul 27 2020 Fedora Release Engineering - 0.12-64 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 0.12-63 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering - 0.12-62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 0.12-61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Igor Gnatenko - 0.12-60 - Remove obsolete Group tag * Wed Nov 07 2018 Kamil Dudka - 0.12-59 - fix programming mistakes detected by static analysis * Thu Jul 12 2018 Fedora Release Engineering - 0.12-58 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Feb 19 2018 Kamil Dudka - 0.12-57 - add explicit BR for the gcc compiler as instructed at: * Wed Feb 07 2018 Fedora Release Engineering - 0.12-56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Oct 11 2017 Kamil Dudka - 0.12-55 - drop support for JS engine that is no longer maintained * Wed Oct 11 2017 Kamil Dudka - 0.12-54 - always build verbosely, drop outdated doc files * Wed Aug 02 2017 Fedora Release Engineering - 0.12-53 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.12-52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue May 02 2017 Kamil Dudka - 0.12-51 - Resolves: #1446545 - rebuild against js-devel with ABI-incompatible * Fri Feb 17 2017 Kamil Dudka - 0.12-50 - Resolves: #1423519 - fix compatibility with OpenSSL 1.1 * Fri Feb 17 2017 Kamil Dudka - 0.12-49 - make configure.ac recognize recent versions of GCC * Fri Feb 17 2017 Kamil Dudka - 0.12-48 - apply patches automatically to ease maintenance * Fri Feb 17 2017 Tomas Mraz - 0.12-47 - drop disablement of TLS1.0 on second attempt to connect, it would not work correctly anyway and the code does not build with OpenSSL-1.1.0 * Fri Feb 10 2017 Fedora Release Engineering - 0.12-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Dennis Gilmore - 0.12-45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jul 07 2015 Kamil Dudka - 0.12-44 - Resolves: #881399 - use the OpenSSL-provided host name check * Tue Jul 07 2015 Kamil Dudka - 0.12-43 - rename the input file of autoconf to eliminate a warning in %%prep * Wed Jun 17 2015 Dennis Gilmore - 0.12-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon May 18 2015 Kamil Dudka - 0.12-41 - Resolves: #1222555 - remove an obsolete configuration option from /etc/elinks.conf * Mon May 18 2015 Kamil Dudka - 0.12-40 - fix an invalid date entry in %%changelog * Mon Mar 30 2015 Kamil Dudka - 0.12-39 - use OpenSSL instead of nss_compat_ossl which is no longer maintained * Sat Jan 17 2015 Tom Callaway - 0.12-38 - rebuild for lua 5.3 * Sat Aug 16 2014 Peter Robinson - 0.12-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Dennis Gilmore - 0.12-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Jun 02 2014 Kamil Dudka - 0.12-35 - eliminate offset in elinks-0.12pre6-libidn2.patch * Fri May 30 2014 Kamil Dudka - 0.12-34 - add support for GNU Libidn2, patch by Robert Scheck (#1098789) * Wed May 21 2014 Kamil Dudka - 0.12-33 - Resolves: #1098392 - link against lua51 instead of lua50 * Tue Apr 29 2014 Kamil Dudka - 0.12-32 - let list_is_singleton() return false for an empty list (#1075415) * Thu Sep 19 2013 Kamil Dudka - 0.12-31 - rename to elinks-0.12pre6-ssl-hostname.patch so that it reflects the actual version of elinks * Wed Sep 18 2013 Kamil Dudka - 0.12-30 - verify server certificate hostname with nss_compat_ossl (#881411) * Tue Sep 03 2013 Kamil Dudka - 0.12-29 - remove ancient Obsoletes tag against links (#1002132) * Sat Aug 03 2013 Dennis Gilmore - 0.12-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Feb 25 2013 Kamil Dudka - 0.12-27 - update to latest upstream pre-release (elinks-0.12pre6) - drop unneeded patches - fix autoconf warnings - explicitly disable using OpenSSL and GnuTLS * Wed Feb 13 2013 Dennis Gilmore - 0.12-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jan 04 2013 Kamil Dudka - 0.12-25 - Resolves: #891566 - do not delegate GSSAPI credentials (CVE-2012-4545) * Mon Oct 08 2012 Kamil Dudka - 0.12-24 - add default "ddg" dumb/smart rewrite prefixes for DuckDuckGo (#856348) * Tue Aug 28 2012 Kamil Dudka - 0.12-23 - fix specfile issues reported by the fedora-review script * Wed Jul 18 2012 Dennis Gilmore - 0.12-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Mar 09 2012 Kamil Dudka - 0.12-21 - do not crash if add_heartbeat() returned NULL (#798103) * Fri Jan 13 2012 Dennis Gilmore - 0.12-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri May 06 2011 Kamil Dudka - 0.12-19 - improve the js-1.8.5 patch (upstream commit 218a225) * Thu Apr 21 2011 Kamil Dudka - 0.12-18 - port to js-1.8.5 API (upstream commits f31cf6f and 2844f8b) * Thu Apr 21 2011 Kamil Dudka - 0.12-17 - fix patches such that they apply with zero offset * Tue Feb 08 2011 Dennis Gilmore - 0.12-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 28 2010 Fedora Release Engineering - 0.12-15 - dist-git conversion * Wed Apr 07 2010 Kamil Dudka - 0.12-14 - avoid warnings in %%install * Wed Apr 07 2010 Kamil Dudka - 0.12-13 - amend last commit * Wed Apr 07 2010 Kamil Dudka - 0.12-12 - do not print control characters to build logs - avoid aclocal warnings * Thu Jan 07 2010 Kamil Dudka - 0.12-11 - remove patch for configure script to find OpenSSL (we use NSS now) - remove buildrequires for nss-devel (#550770) * Sun Dec 27 2009 Kamil Dudka - 0.12-10 - add buildrequires for js-devel (#550717) and zlib-devel - build support for 256 color terminal * Mon Dec 14 2009 Ondrej Vasik - 0.12-9 - Add buildrequires for gpm-devel to enable gpm support(#547064) * Wed Nov 25 2009 Bill Nottingham - 0.12-8 - Fix typo that causes a failure to update the common directory. (releng #2781) * Fri Aug 14 2009 Orion Poplawski - 0.12-7 - Add Requires(post/postun): coreutils for readlink * Fri Jul 24 2009 Jesse Keating - 0.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 08 2009 Ondrej Vasik - 0.12-5 - new upstream bugfix prerelease * Mon Jun 01 2009 Ondrej Vasik - 0.12-4 - new upstream bugfix prerelease, defuzz patches * Wed Apr 29 2009 Kamil Dudka - 0.12-3 - try to load default NSS root certificates if the configuration option connection.ssl.trusted_ca_file is set to an empty string (#497788) * Tue Apr 28 2009 Ondrej Vasik - 0.12-2 - enable certificate verification by default via configuration file(#495532) * Tue Apr 28 2009 Kamil Dudka - 0.12-1 - fix typo in spec * Tue Apr 28 2009 Kamil Dudka - 0.13-1 - support for trusted CA certificates loading from file in PEM format * Tue Apr 14 2009 Kamil Dudka - 0.12-16 - add missing BuildRequires: nss-devel and pkgconfig * Tue Apr 14 2009 Kamil Dudka - 0.12-15 - replace BuildRequire openssl-devel with krb5-devel NSS related description for connection.ssl.cert_verify configuration option * Fri Apr 03 2009 Ondrej Vasik - 0.12-14 - use word Elinks instead of Links in package description * Mon Mar 30 2009 Ondrej Vasik - 0.12-13 - new upstream bugfix prerelease, defuzz patches * Wed Mar 25 2009 Ondrej Vasik - 0.12-12 - touch ghosted files to prevent build failure * Wed Mar 25 2009 Ondrej Vasik - 0.12-11 - Use better obsoletes/provides for links, use alternatives for links manpage and binary (#470703) * Tue Feb 24 2009 Jesse Keating - 0.12-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Jan 16 2009 Tomáš Mráz - 0.12-9 - rebuild with new openssl * Wed Jan 14 2009 Ondrej Vasik - 0.12-8 - versioned obsoletes and provides for links v.1 (shipped by RedHat in past until version 0:0.96) * Wed Oct 01 2008 Kamil Dudka - 0.12-7 - port elinks to use NSS library for cryptography (#346861) * Mon Sep 29 2008 Ondrej Vasik - 0.12-6 - New upstream bugfix only prerelease, removed already applied patches * Mon Sep 01 2008 Ondrej Vasik - 0.12-5 - upstream fixes for bittorrent and out of screen dialog texts * Tue Jul 15 2008 Ondrej Vasik - 0.12-4 - get rid off fuzz in patches * Tue Jul 15 2008 Ondrej Vasik - 0.12-3 - temporary setting patch_fuzz 2 to prevent build failure * Tue Jul 15 2008 Ondrej Vasik - 0.12-2 - upstream fix of crash when opening new tab while reloading page * Wed Jul 02 2008 Ondrej Vasik - 0.12-1 - Upgrade to new upstream pre-release, in general better than stable 0.11.4, solves several long-term elinks issues * Sat Jun 21 2008 Ondrej Vasik - 0.11.4-6 - new stable upstream release 0.11.4 * Thu Mar 06 2008 Ondrej Vasik - 0.11.4-5 - new upstream version * Thu Feb 21 2008 Ondrej Vasik - 0.11.4-4 - fixed broken output for chunked gzipped pages (#410801) * Thu Feb 07 2008 Ondrej Vasik - 0.11.4-3 - Better undefined NI_MAXPATH workaround * Wed Feb 06 2008 Ondrej Vasik - 0.11.4-2 - undefined NI_MAXHOST check * Wed Feb 06 2008 Ondrej Vasik - 0.11.4-1 - New upstream version marked stable(0.11.4rc0) + enabled bittorrent support(#426702) * Wed Dec 05 2007 Ondrej Vasik - 0.11.3-10 - rebuilt because of new OpenSSL * Mon Oct 15 2007 Bill Nottingham - 0.11.3-9 - makefile update to properly grab makefile.common * Fri Oct 12 2007 Ondrej Vasik - 0.11.3-8 - generalized text-www-browser provides(#174566) * Tue Aug 28 2007 Ondrej Vasik - 0.11.3-7 - rebuild with expat 2.0 (#195888) * Wed Aug 22 2007 Ondrej Vasik - 0.11.3-6 - License tag changed to GPLv2 * Thu Aug 09 2007 Ondrej Vasik - 0.11.3-5 - bad day - version++ for previous commits * Thu Aug 09 2007 Ondrej Vasik - 0.11.3-4 - added patchfile for previous commit * Thu Aug 09 2007 Ondrej Vasik - 0.11.3-3 - fix of open macro for new glibc * Fri Jul 27 2007 Ondrej Vasik - 0.11.3-2 - buildreq duplicates remove, added license file to doc section * Tue Jun 05 2007 Ondrej Vasik - 0.11.3-1 - Updated to latest stable upstream version * Mon Mar 26 2007 kzak - 0.11.2-1 - update to new upstream version - cleanup spec file * Wed Oct 11 2006 kzak - 0.11.1-5 - make: `clog' is up to date. * Wed Jul 12 2006 Jesse Keating - 0.11.1-4 - bumped for rebuild * Mon Jun 12 2006 kzak - 0.11.1-3 - iproved negotiate-auth * Fri Jun 09 2006 kzak - 0.11.1-2 - add negotiate-auth support * Mon May 29 2006 kzak - 0.11.1-1 - sync with upstream * Wed May 17 2006 Karsten Hopp - 0.11.0-6 - add buildrequires bzip2-devel, expat-devel,libidn-devel otherwise elinks looses functionality when build with mock: rpmdiff elinks-0.11.0-2.2.x86_64.rpm removed REQUIRES libbz2.so.1()(64bit) removed REQUIRES libexpat.so.0()(64bit) removed REQUIRES libidn.so.11()(64bit) * Sat Feb 11 2006 Jesse Keating - 0.11.0-5 - bump for bug in double-long on ppc(64) * Tue Feb 07 2006 Jesse Keating - 0.11.0-4 - bump for new gcc/glibc * Tue Jan 10 2006 kzak - 0.11.0-3 - upstream version of srcdir patch * Tue Jan 10 2006 kzak - 0.11.0-2 - fix build system * Tue Jan 10 2006 kzak - 0.11.0-1 - new upstream 0.11.0 * Fri Dec 09 2005 Jesse Keating - 0.10.6-3 - gcc update bump * Wed Nov 09 2005 kzak - 0.10.6-2 - rebuild (new openssl) * Thu Sep 29 2005 kzak - 0.10.6-1 - new upstream version * Tue May 17 2005 kzak - 0.10.3-3 - fix #157300 - Strange behavior on ppc64 * Tue May 10 2005 Miloslav Trmac - 0.10.3-2 - Fix checking for numeric command prefix (#152953, patch by Jonas Fonseca) - Fix invalid C causing assertion errors on ppc and ia64 (#156647) * Mon Mar 21 2005 kzak - 0.10.3-1 - sync with upstream * Sat Mar 05 2005 kzak - 0.10.2-2 - gcc4 rebuild * Tue Feb 08 2005 kzak - 0.10.2-1 - sync with upstream * Tue Feb 08 2005 kzak - 0.10.1-3 - new sources * Fri Jan 28 2005 kzak - 0.10.1-2 - replace: ..bz2 is better than .gz .. * Fri Jan 28 2005 kzak - 0.10.1-1 - port patches to new upstream * Fri Jan 28 2005 kzak - 0.9.2-9 - upload new elinks tarball * Thu Oct 14 2004 kzak - 0.9.2-8 - for xterm use terminal driver "linux" instead "vt100" * Wed Oct 06 2004 kzak - 0.9.2-7 - New upstream tarball with stable 0.9.2 version. * Mon Sep 20 2004 Jindrich Novy - 0.9.2-6 - changed summary to get rid of #61499 and #41732 * Mon Sep 20 2004 Jindrich Novy - 0.9.2-5 - updated to elinks-0.9.2rc7 * Mon Sep 13 2004 Tim Waugh - 0.9.2-4 - Avoid symbol clash (bug #131170). * Thu Sep 09 2004 cvsdist - 0.9.2-3 - auto-import changelog data from elinks-0.9.2-0.rc4.2.src.rpm Fri Aug 06 2004 Tim Waugh 0.9.2-0.rc4.2 - 0.9.2rc4. * Thu Sep 09 2004 cvsdist - 0.9.2-2 - auto-import changelog data from elinks-0.9.2-0.rc2.2.src.rpm Mon Jul 12 2004 Tim Waugh 0.9.2-0.rc2.2 - Fix elinks -dump -stdin (bug #127624). * Thu Sep 09 2004 cvsdist - 0.9.2-1 - auto-import changelog data from elinks-0.9.2-0.rc2.1.src.rpm Thu Jul 01 2004 Tim Waugh 0.9.2-0.rc2.1 - 0.9.2rc2. * Thu Sep 09 2004 cvsdist - 0.9.1-4 - auto-import changelog data from elinks-0.9.1-4.src.rpm Tue Jun 15 2004 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - 0.9.1-3 - auto-import changelog data from elinks-0.9.1-3.src.rpm Wed Jun 02 2004 Tim Waugh 0.9.1-3 - Build with LFS support (bug #125064). * Thu Sep 09 2004 cvsdist - 0.9.1-2 - auto-import changelog data from elinks-0.9.1-2.src.rpm Fri May 28 2004 Tim Waugh 0.9.1-2 - Use UTF-8 by default (bug #76445). * Thu Sep 09 2004 cvsdist - 0.9.1-1 - auto-import changelog data from elinks-0.9.1-1.src.rpm Thu Mar 11 2004 Tim Waugh 0.9.1-1 - 0.9.1. - Use %%find_lang. Fri Feb 13 2004 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - 0.4.3-1 - auto-import changelog data from elinks-0.4.3-1.src.rpm Mon Dec 08 2003 Tim Waugh 0.4.3-1 - 0.4.3. - Updated pkgconfig patch. * Thu Sep 09 2004 cvsdist - 0.4.2-2 - auto-import changelog data from elinks-0.4.2-7.1.src.rpm Mon Aug 11 2003 Tim Waugh 0.4.2-7.1 - Rebuilt. Mon Aug 11 2003 Tim Waugh 0.4.2-7 - Don't require XFree86-libs (bug #102072). Tue Jul 22 2003 Nalin Dahyabhai 0.4.2-6.2 - rebuild Thu Jun 12 2003 Tim Waugh 0.4.2-6.1 - Rebuilt. Thu Jun 12 2003 Tim Waugh 0.4.2-6 - Make getaddrinfo call use AI_ADDRCONFIG. - Don't put so much information in the user-agent header string (bug #97273). Wed Jun 04 2003 Elliot Lee - rebuilt Mon Jun 02 2003 Tim Waugh 0.4.2-4.1 - Rebuild again. Mon Jun 02 2003 Tim Waugh 0.4.2-4 - Rebuild. Mon May 12 2003 Tim Waugh 0.4.2-3 - Prevent crash when HOME is unset (bug #90663). Sun May 04 2003 Florian La Roche 0.4.2-2 - use relative symlinks to elinks * Thu Sep 09 2004 cvsdist - 0.4.2-1 - auto-import changelog data from elinks-0.4.2-1.src.rpm Wed Feb 05 2003 Tim Waugh 0.4.2-1 - 0.4.2 (bug #83273). Wed Jan 22 2003 Tim Powers 0.3.2-5 - rebuilt Thu Jan 16 2003 Tim Waugh - Fix URL (bug #81987). Tue Jan 07 2003 Nalin Dahyabhai 0.3.2-4 - rebuild Mon Dec 23 2002 Tim Waugh 0.3.2-3 - Fix bug #62368. Thu Dec 12 2002 Nalin Dahyabhai - use openssl's pkg-config data, if available Wed Nov 20 2002 Tim Powers 0.3.2-2 - rebuild on all arches * Thu Sep 09 2004 cvsdist - 0.3.2-1 - auto-import changelog data from elinks-0.3.2-1.src.rpm Tue Aug 20 2002 Jakub Jelinek 0.3.2-1 - update to 0.3.2 to fix the DNS Ctrl-C segfaults - update URLs, the project moved - include man page * Thu Sep 09 2004 cvsdist - 0.3.0-2 - auto-import changelog data from elinks-0.3.0-3.src.rpm Fri Jun 21 2002 Tim Powers - automated rebuild Thu May 23 2002 Tim Powers - automated rebuild * Thu Sep 09 2004 cvsdist - 0.3.0-1 - auto-import changelog data from elinks-0.3.0-1.src.rpm Thu Jan 24 2002 Tim Powers - rebuilt against new openssl Wed Jan 09 2002 Tim Powers - automated rebuild Wed Jan 02 2002 Preston Brown 0.96-4 - cookie fix Thu Sep 13 2001 Bernhard Rosenkraenzer 0.96-3 - Save some more space in rescue mode Wed Jul 18 2001 Bernhard Rosenkraenzer 0.96-2 - Add the links manual from links.sourceforge.net (RFE #49228) Tue Jul 03 2001 Bernhard Rosenkraenzer 0.96-1 - update to 0.96 Fri Jun 22 2001 Nalin Dahyabhai - actually run make in build phase Tue Jun 12 2001 Nalin Dahyabhai - rebuild in new environment Fri Mar 02 2001 Nalin Dahyabhai - rebuild in new environment Tue Jan 09 2001 Bernhard Rosenkraenzer - 0.95 Mon Jan 01 2001 Bernhard Rosenkraenzer - 0.94 final Sun Dec 24 2000 Bernhard Rosenkraenzer - pre9 Sun Dec 10 2000 Preston Brown - Upgraded to pre8. Tue Dec 05 2000 Bernhard Rosenkraenzer - 0.94pre7 - Minor fixes to the specfile (s/Copyright:/License:/) - merge rescue stuff Fri Nov 24 2000 Bernhard Rosenkraenzer - 0.94pre5 Wed Nov 15 2000 Bernhard Rosenkraenzer - 0.94pre4 Tue Oct 24 2000 Bernhard Rosenkraenzer - 0.94pre1 Wed Aug 02 2000 Bernhard Rosenkraenzer - 0.92 (needed - prior versions won't display XHTML properly) Thu Jul 20 2000 Nalin Dahyabhai - rebuild in new environment to work around bugs Wed Jul 12 2000 Prospector - automatic rebuild Thu Jun 15 2000 Bernhard Rosenkraenzer - 0.84 Sun Jun 11 2000 Preston Brown - provides virtual package webclient. Thu Jan 06 2000 Bernhard Rosenkraenzer - initial RPM ## END: Generated by rpmautospec