From e556e33b38ced67e3d48cefd8e068791ebfcb13e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 25 Jul 2020 20:00:29 +0200 Subject: [PATCH] - rebuild libidn.jar from sources to get supported ClassDataVersion; release 2 --- libidn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libidn.spec b/libidn.spec index fa33db5..09ccc0e 100644 --- a/libidn.spec +++ b/libidn.spec @@ -21,7 +21,7 @@ Summary: Internationalized string processing library Summary(pl.UTF-8): Biblioteka do przetwarzania umiędzynarodowionych łańcuchów Name: libidn Version: 1.36 -Release: 1 +Release: 2 License: GPL v2+ or LGPL v3+ (library), GPL v3+ (utilities) Group: Libraries Source0: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz @@ -161,6 +161,9 @@ d=${d#?Date: }; d=${d%%%% *}; d=$(date -d "$d" '+%d %B %Y') # (after libidn or libtool change) %{__sed} -i -e '/AM_INIT_AUTOMAKE/s/-Werror//' configure.ac +# rebuild from sources +%{__rm} java/libidn-%{version}.jar + %build %{__gettextize} %{__libtoolize} -- 2.43.0