public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/elinks] rawhide: rebase to the latest upstream release
@ 2026-08-04 10:39 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-04 10:39 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/elinks
            Branch : rawhide
            Commit : f1af1b22f0ff98eb3eb6b916c867f9237114cea6
            Author : Lukáš Zaoral <lzaoral@redhat.com>
            Date   : 2026-08-04T10:47:58+02:00
            Stats  : +16/-17 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/elinks/c/f1af1b22f0ff98eb3eb6b916c867f9237114cea6?branch=rawhide

            Log:
            rebase to the latest upstream release

- correct configure option for lua integration

Co-authored-by: Lukáš Zaoral <lzaoralr@redhat.com>
Co-authored-by: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>

---
diff --git a/0000-elinks-0.19.0-ssl-noegd.patch b/0000-elinks-0.19.0-ssl-noegd.patch
index 7b80ae9..5539416 100644
--- a/0000-elinks-0.19.0-ssl-noegd.patch
+++ b/0000-elinks-0.19.0-ssl-noegd.patch
@@ -1,4 +1,4 @@
-From 06a4ef9dd099b011346fccd2a1cc96711cf129f3 Mon Sep 17 00:00:00 2001
+From 75059b672a90005368e1977d56ff0b49a439cd9d Mon Sep 17 00:00:00 2001
 From: Kamil Dudka <kdudka@redhat.com>
 Date: Mon, 11 Apr 2022 09:14:52 +0200
 Subject: [PATCH] Resolves: #90663 - prevent crash when HOME is unset
@@ -8,13 +8,13 @@ Subject: [PATCH] Resolves: #90663 - prevent crash when HOME is unset
  1 file changed, 17 deletions(-)
 
 diff --git a/src/network/ssl/ssl.c b/src/network/ssl/ssl.c
-index dbc506c..c09daa2 100644
+index 083bce2..bf2a6f7 100644
 --- a/src/network/ssl/ssl.c
 +++ b/src/network/ssl/ssl.c
-@@ -123,23 +123,6 @@ ssl_set_private_paths(SSL_CTX *ctx)
- init_openssl(struct module *module)
- {
- 	ELOG
+@@ -141,23 +141,6 @@ init_openssl(void)
+ 	}
+ 	initialized = 1;
+ 
 -	char f_randfile[PATH_MAX];
 -
 -	/* In a nutshell, on OS's without a /dev/urandom, the OpenSSL library
@@ -36,5 +36,5 @@ index dbc506c..c09daa2 100644
  	{
  		unsigned char *os_pool;
 -- 
-2.34.1
+2.55.0
 

diff --git a/elinks.spec b/elinks.spec
index b7a0048..1fb5afb 100644
--- a/elinks.spec
+++ b/elinks.spec
@@ -6,8 +6,8 @@
 
 Name:      elinks
 Summary:   A text-mode Web browser
-Version:   0.19.1
-Release:   3%{?dist}
+Version:   0.20.0
+Release:   1%{?dist}
 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
@@ -73,16 +73,11 @@ 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-bittorrent             \
     --with-gssapi                   \
-    --with-lua                      \
+    --with-luapkg=lua               \
     --with-openssl                  \
     %{?with_gpm:--with-gpm}         \
     %{!?with_gpm:--without-gpm}     \
@@ -90,7 +85,7 @@ CFLAGS="$CFLAGS -DLUA_COMPAT_5_3"
     --without-spidermonkey          \
     --without-x
 
-%make_build -j1
+%make_build
 
 %install
 %make_install
@@ -136,6 +131,10 @@ exit 0
 %{_mandir}/man5/*
 
 %changelog
+* Tue Aug 04 2026 Lukáš Zaoral <lzaoral@redhat.com> - 0.20.0-1
+- rebase to the latest upstream release
+- correct configure option for lua integration
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index b8c7b19..ad68911 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (elinks-0.19.1.tar.xz) = 7efd0074d65aef2fa5a63eb298518e87f3e594826603b10ad7c4f4d4468e13bdb24529ee92413972dc5dede5cc3fa222f06e00d65fae54088ba9a1f6c2982f63
+SHA512 (elinks-0.20.0.tar.xz) = a1ad2e94c73f20f7bbed6b47634d7c3b2343bd2e7a13a0563f701711724cae08a4906cc3adc24000742287a1653468ab3edd82db7708d3e5a336889a326dda44

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 10:39 [rpms/elinks] rawhide: rebase to the latest upstream release 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox