public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libidn] epel10: update to 1.43
@ 2026-08-03 9:56 Miroslav Lichvar
0 siblings, 0 replies; only message in thread
From: Miroslav Lichvar @ 2026-08-03 9:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libidn
Branch : epel10
Commit : e7fbdda7d74448bd6c503887a4ad02ef7922a5c1
Author : Miroslav Lichvar <mlichvar@redhat.com>
Date : 2025-03-24T12:50:43+01:00
Stats : +14/-36 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/libidn/c/e7fbdda7d74448bd6c503887a4ad02ef7922a5c1?branch=epel10
Log:
update to 1.43
---
diff --git a/.gitignore b/.gitignore
index 044ea20..0bde780 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
/libidn-1.??
-/libidn-1.42.tar.gz
+/libidn-1.43.tar.gz
diff --git a/libidn-emacsopt.patch b/libidn-emacsopt.patch
index 5c50a80..9c06323 100644
--- a/libidn-emacsopt.patch
+++ b/libidn-emacsopt.patch
@@ -1,33 +1,15 @@
-From d011a6ae00ce9abd445d6d01ce9131a7b97ef5bc Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
-Date: Tue, 3 Oct 2017 10:04:18 +0200
-Subject: [PATCH] Allow disabling Emacs support
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This patch adds --disable-emacs configure option to disable installing
-LISP scripts for Emacs.
-
-Signed-off-by: Petr Písař <ppisar@redhat.com>
----
- configure.ac | 9 ++++++++-
- src/Makefile.am | 2 ++
- 2 files changed, 10 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 649ddcd..a6dc9ff 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -51,7 +51,6 @@ LT_INIT([win32-dll])
- AM_MISSING_PROG(PERL, perl, $missing_dir)
- AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
+diff -up libidn-1.43/configure.ac.emacsopt libidn-1.43/configure.ac
+--- libidn-1.43/configure.ac.emacsopt 2025-03-21 11:35:33.000000000 +0100
++++ libidn-1.43/configure.ac 2025-03-24 12:45:04.864958142 +0100
+@@ -53,7 +53,6 @@ AM_MISSING_PROG(HELP2MAN, help2man, $mis
+ AM_MISSING_PROG([DOT], [dot])
+ AM_MISSING_PROG([GS], [gs])
AM_ICONV
-AM_PATH_LISPDIR
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.19.8])
-@@ -100,6 +99,14 @@ AM_CONDITIONAL(JAVA, test "$enable_java" != "no")
+@@ -102,6 +101,14 @@ AM_CONDITIONAL(JAVA, test "$enable_java"
AC_MSG_CHECKING([if implementation in Java should be built])
AC_MSG_RESULT($enable_java)
@@ -42,11 +24,10 @@ index 649ddcd..a6dc9ff 100644
# Check for C#
if test -n "$HAVE_CSHARPCOMP"; then
gt_CSHARPEXEC
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 6832c20..ec99560 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -20,7 +20,9 @@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
+diff -up libidn-1.43/src/Makefile.am.emacsopt libidn-1.43/src/Makefile.am
+--- libidn-1.43/src/Makefile.am.emacsopt 2025-03-21 11:35:33.000000000 +0100
++++ libidn-1.43/src/Makefile.am 2025-03-24 12:44:29.520981625 +0100
+@@ -20,7 +20,9 @@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLA
AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/gl -I../gl
AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\"
@@ -56,6 +37,3 @@ index 6832c20..ec99560 100644
bin_PROGRAMS = idn
idn_SOURCES = idn.c
---
-2.13.6
-
diff --git a/libidn.spec b/libidn.spec
index 04d4d66..47efae0 100644
--- a/libidn.spec
+++ b/libidn.spec
@@ -8,7 +8,7 @@
Summary: Internationalized Domain Name support library
Name: libidn
-Version: 1.42
+Version: 1.43
Release: 5%{?dist}
URL: http://www.gnu.org/software/libidn/
License: (LGPL-3.0-or-later OR GPL-2.0-or-later) AND GPL-3.0-or-later AND GFDL-1.3-or-later
diff --git a/sources b/sources
index c255ca5..95c08a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libidn-1.42.tar.gz) = 1a99f0c9aa12cebed2de7db603c203696544cfe093afd7b233b0955f4fbe65440bf637089a624ed74e204abe854b1d16d11b77dc1b8d56c97ba6b20715aeb0d7
+SHA512 (libidn-1.43.tar.gz) = a098d9c1df9d47181e7707a115dcfa12ba4b1aba68b1d070eff4f0578fd2e09b9c453457f83fc1a704726eac3a6f90e5a00772ab116affd07efe1e1ab9d5b0f1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 9:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 9:56 [rpms/libidn] epel10: update to 1.43 Miroslav Lichvar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox