From patchwork Sun Feb 26 12:21:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6624 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PPjRf1xmQz3wfY for ; Sun, 26 Feb 2023 12:21:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PPjRd4f8gz19Q; Sun, 26 Feb 2023 12:21:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPjRd3sQbz2xGX; Sun, 26 Feb 2023 12:21:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PPjRc1B2mz2x9t for ; Sun, 26 Feb 2023 12:21:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PPjRb59BkzHs; Sun, 26 Feb 2023 12:21:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677414107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mgJJjYVzPLrM8WRLY9MIRU46+vQRmAMMhkKwsRBlt+s=; b=30xl1F77APmJtU3V2X27A4i19h8p2wWIfJrXwEtgGqAr2CderAc9cfoTxwMcHx3T4fBChd Kkjh0QbAgtVACfAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677414107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mgJJjYVzPLrM8WRLY9MIRU46+vQRmAMMhkKwsRBlt+s=; b=LLNUAB1kRjuDQq1piB7AiF6vdU2IlpvP80V1Drcx6LfHfRuxwU85735jAETqK1Mc0H9I/P IjGxnsJATTkPAr79EvqLkrGHG+gOOvel/SFpZtMIV01ikbNdAbFaeso5yOnyYiw7rwiX3X WM1PMDI2SitfPT4XfqUkRhkz9zngKkU0FSNAI9pzV3AFWkomBLqQA6YOkpovjjs+N4BYlx jVS/Bm3DWTu62aglS9U6+IujBADHOucNAkrY3xua+1LQSaIHx05dHY9Lbf3XaqWu5OOl6n Z+p1kAvvcQYqSydZkaMpykFuefltXUcr0KYHJE2HGHvYHpEgDe3QWWRbK+nwzQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] popt: Update to 1.19 Date: Sun, 26 Feb 2023 13:21:41 +0100 Message-Id: <20230226122141.273595-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- popt/popt.nm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/popt/popt.nm b/popt/popt.nm index 56eb33cee..070dc7f37 100644 --- a/popt/popt.nm +++ b/popt/popt.nm @@ -4,11 +4,11 @@ ############################################################################### name = popt -version = 1.16 +version = 1.19 release = 1 groups = System/Libraries -url = http://www.rpm5.org/ +url = https://github.com/rpm-software-management/popt license = MIT summary = C library for parsing command line parameters. @@ -18,17 +18,18 @@ description it improves on them by allowing more powerful argument expansion. end -source_dl = http://rpm5.org/files/popt/ +source_dl = https://github.com/rpm-software-management/popt/archive/refs/tags/ +sources = %{thisapp}-release.tar.gz build + DIR_APP = popt-popt-%{version}-release + requires automake end prepare_cmds - for i in $(find . -name config.guess -or -name config.sub); do - cp -vf %{datadir}/automake-*/config.{guess,sub} $(dirname ${i}) - done + ./autogen.sh end end