diff --git a/elinks-0.17.0.tar.xz b/elinks-0.17.0.tar.xz deleted file mode 100644 index 3e9c1ad..0000000 --- a/elinks-0.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58c73a6694dbb7ccf4e22cee362cf14f1a20c09aaa4273343e8b7df9378b330e -size 2076460 diff --git a/elinks-0.17.1.1.tar.xz b/elinks-0.17.1.1.tar.xz new file mode 100644 index 0000000..1e17d0a --- /dev/null +++ b/elinks-0.17.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6f292b7173814d480655e7037dd68b7251303545ca554344d7953a57c4ba63 +size 2001036 diff --git a/elinks.changes b/elinks.changes index cfd8abf..ef28a8a 100644 --- a/elinks.changes +++ b/elinks.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 10 11:31:20 UTC 2024 - Dominique Leuenberger + +- 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 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 diff --git a/elinks.spec b/elinks.spec index 422d564..2dc8b67 100644 --- a/elinks.spec +++ b/elinks.spec @@ -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)