Accepting request 124374 from home:adra:branches:network

Updated License to GPL-2.0, Added some patches to support js-1.8.5, lua-5.1 and to fix compilation, Added/Removed/Fixed some build dependencies, Make the package provide web_browser, Enabled some additional build options

OBS-URL: https://build.opensuse.org/request/show/124374
OBS-URL: https://build.opensuse.org/package/show/network/elinks?expand=0&rev=3
This commit is contained in:
2012-06-11 08:07:33 +00:00
committed by Git OBS Bridge
parent c81ccf2280
commit e8f0ff71e3
7 changed files with 2557 additions and 51 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Jun 10 17:19:18 UTC 2012 - asterios.dramis@gmail.com
- Updated License to GPL-2.0.
- Added the following patches:
* elinks-0.12_pre5-js185-1-heartbeat.patch,
elinks-0.12_pre5-js185-2-up.patch,
elinks-0.12_pre5-js185-3-histback.patch: Support for new js-1.8.5
* elinks-0.12_pre5-compilation-fix.patch: Fix compilation with gc
* use_lua-5.1.patch: Support for lua-5.1
- Added automake in BuildRequires in order to regenerate the build system
because of patches modifying configure.in.
- Corrected gmp-devel build dependency to gpm-devel.
- Removed guile-devel build dependency (wasn't used anyway and the support is
expiremental).
- Removed python-devel build dependency since the support is expiremental.
- Use ruby-devel only in openSUSE <= 12.1 since it fails with ruby 1.9 from
Factory.
- Added the following build dependencies that can be used by the package:
gc-devel (for openSUSE > 11.4), js-devel (for openSUSE > 11.4), krb5-devel,
lua*-devel, pkg-config and tre-devel.
- Make the package provide "web_browser", similar to other web browser
packages.
- Removed build time references so build-compare can do its work.
- Enabled the following build options: true-color and fastmem.
- Install documentation only for the scripting languages that are compiled.
-------------------------------------------------------------------
Fri Jun 10 12:54:28 UTC 2011 - lijewski.stefan@gmail.com