From patchwork Sun Feb 26 19:22: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: 6635 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 4PPtnT22bPz3wfY for ; Sun, 26 Feb 2023 19:22:53 +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 4PPtnR2gdXzfv; Sun, 26 Feb 2023 19:22:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPtnR1bFrz2xX5; Sun, 26 Feb 2023 19:22:51 +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 4PPtnP0ZBfz2xPH for ; Sun, 26 Feb 2023 19:22:49 +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 4PPtnN3Nlfzc4; Sun, 26 Feb 2023 19:22:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677439368; 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=PnJ8ctzz8amxtFtaxWhz/juWvxkhLEgxHPW6y3l8qCc=; b=+Qym0VIE9F1EcRBidLlqvewV4y3sOAne1/99rnxsfPTiMzIyr+7QtpoCVahFAOCYVfnX5A 0a9KwOOJJy7CqcDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677439368; 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=PnJ8ctzz8amxtFtaxWhz/juWvxkhLEgxHPW6y3l8qCc=; b=SRwRvaXO4PHj02YMJDm8ZyAQg9SATxyAkAPrF0vm/guwPtykk+avBcpKbvGiTNY5PpKzZm 888e/aiVcFpg8IZS6RVsL6h0p59mTIfMpFU3nMxNN5A+FKOHHcUpT4OjwMoCd0Te+k8Ll/ WVwmWAswqBNYSTn7NPcLmD8UOstbgmCEudPRAdonlmAmESSGQ7MAX5mgIP75qlaXK4TThq pFtpUbh15zMm1liGnoMNW76XN/acF7mXdtxhqnQ4m4u/U5ZsNzCyx2/ioOHvMC1dIFr67N rPs+g0mWFwVr3f3E89FPqXn8v6mr7+JqNzZwRzjqMInf2cSNbKK+O749IrfpWg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] perl: Move DynaLoader subpackage back into main Date: Sun, 26 Feb 2023 20:22:41 +0100 Message-Id: <20230226192241.675688-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" Fixes a lot of dependency issues with a certain perl modules. Signed-off-by: Stefan Schantl --- perl/perl.nm | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/perl/perl.nm b/perl/perl.nm index 5233b652a..949dc9b31 100644 --- a/perl/perl.nm +++ b/perl/perl.nm @@ -10,7 +10,7 @@ ver_plevel = 0 version = %{ver_major}.%{ver_minor}.%{ver_plevel} # Never reset release in this package, just increase. -release = 1 +release = 2 thisver = %{version}-%{_release} @@ -152,9 +152,6 @@ packages package perl requires perl-libs = %{version}-%{_release} - - # XSLoader requires DynaLoader - perl(DynaLoader) end conflicts @@ -1036,28 +1033,6 @@ packages end end - package perl-DynaLoader - version = 1.52 - - summary = Dynamically load C libraries into Perl code - description - The DynaLoader module defines a standard generic interface to the dynamic - linking mechanisms available on many platforms. Its primary purpose is to - implement automatic dynamic loading of Perl modules. For a simpler interface, - see XSLoader module. - end - - requires - perl = %{perl_version} - perl(Carp) - end - - files - %{libdir}/perl5/DynaLoader.pm - %{mandir}/man3/DynaLoader.3* - end - end - package perl-doc version = %{perl_version} arch = noarch