Ana Guerrero 2024-10-11 15:01:03 +00:00 committed by Git OBS Bridge
commit db60c9bf43
4 changed files with 24 additions and 5 deletions

BIN
elinks-0.17.0.tar.xz (Stored with Git LFS)

Binary file not shown.

3
elinks-0.17.1.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc6f292b7173814d480655e7037dd68b7251303545ca554344d7953a57c4ba63
size 2001036

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Oct 10 11:31:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.17.1.1:
+ bump requirements: libCSS to 0.9.2 and libdom to 0.4.2
+ revert "[head] addcrlf". #281
+ main, article and nav elements #282
+ bashism in configure.ac #285
+ eliminate GNUism in sed #305
+ python module imp is deprecated #313
+ fix hooks.py detection #333
+ cast to unsigned char * in inpfield #315
+ fix suspend in session master when fork_on_start #296
+ remove 300ms startup delay and optimize fork_on_start #297
+ missing <sys/cdefs.h> on systems with musl libc #306
- Changes from version 0.17.1:
+ fix for some 32-bit systems and select-only builds
+ fix for gettext in Windows builds
-------------------------------------------------------------------
Tue Sep 10 20:28:14 UTC 2024 - Gustavo Pichorim Boiko <gboiko@suse.com>

View File

@ -22,7 +22,7 @@
%bcond_with js
%endif
Name: elinks
Version: 0.17.0
Version: 0.17.1.1
Release: 0
Summary: An advanced and well-established feature-rich text mode web browser
License: GPL-2.0-or-later
@ -32,7 +32,7 @@ Source0: https://github.com/rkd77/elinks/releases/download/v%{version}/el
BuildRequires: gcc-c++
BuildRequires: gpm-devel
%if %{with js}
BuildRequires: pkgconfig(libcss)
BuildRequires: pkgconfig(libcss) >= 0.9.2
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libdom)
BuildRequires: pkgconfig(libxml++-5.0)