From patchwork Wed Dec 28 20:44:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6353 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 4Nj3R754bRz3wcv for ; Wed, 28 Dec 2022 20:44:19 +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 4Nj3R727RlzLB; Wed, 28 Dec 2022 20:44:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nj3R71Hvtz2yHr; Wed, 28 Dec 2022 20:44:19 +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 4Nj3R63rwWz2xHD for ; Wed, 28 Dec 2022 20:44:18 +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 4Nj3R6038Mz4d; Wed, 28 Dec 2022 20:44:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672260258; 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=CV3LCk8VclD/YGAcMqrndvJkN679GJdZE/iYWrPiEQQ=; b=QXtVEuMmWAdX00+MXcQ5udXBK7IWBNyy43Jr3SzcWTCXeJ180vFrGiktHwkg6LNJ2bY0U6 XYwvn+0980SDSXCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672260258; 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=CV3LCk8VclD/YGAcMqrndvJkN679GJdZE/iYWrPiEQQ=; b=MTIbYcM39pq965j88r7VQwcLME/1K7NDV9W2xCNsNOTBXZq9fZRzfS5uu9di7kNNFnR0q2 WevmbXSlKg+WvySgEVjL6bvcD88jF130N0hbJwp4gfPyWBeajAQ5W+AhYcfnEbenBCvR6Y FFxsklCc7c67Bf2MV0fpJWOLFJKZfWnCJ9NqhV6ADSTuXnukH9IRes4KhgElkCYQ2iP1Pc RI0ielBdl6DuhReO0AJ11YW8mdLJwJ9vYRAeSjf6DXmErOQGK+UrIsT35cJ5f7kckFB/dh BorTILuxu/0q6dQmq5dLOgpy3JG3LzVWL9qJJD4vZsUKjojSnGz6MlBF23Hy9w== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] perl-common-sense: Update to 3.75 Date: Wed, 28 Dec 2022 21:44:11 +0100 Message-Id: <20221228204411.392144-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 --- perl-common-sense/perl-common-sense.nm | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/perl-common-sense/perl-common-sense.nm b/perl-common-sense/perl-common-sense.nm index 54ed9bc3f..d71f02635 100644 --- a/perl-common-sense/perl-common-sense.nm +++ b/perl-common-sense/perl-common-sense.nm @@ -4,8 +4,8 @@ ############################################################################### name = perl-common-sense -version = 3.73 -release = 1.1 +version = 3.75 +release = 1 arch = noarch thisapp = common-sense-%{version} @@ -24,13 +24,20 @@ description - no warnings; end -source_dl = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ +source_dl = https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ build requires perl(ExtUtils::MakeMaker) perl(ExtUtils::ParseXS) pakfire >= 0.9.26-3.1 + + perl(Exporter) + perl(File::Basename) + perl(File::Copy) + perl(constant) + perl(vars) + perl(overload) end build @@ -48,8 +55,6 @@ end packages package %{name} - requires - perl(:MODULE_COMPAT_%{perl_version}) - end + requires = perl(:MODULE_COMPAT_%{perl_version}) end end