From 952a3d7c884a86a2b0007bf96f40b2c7eb76411c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:12:45 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.86-2mamba;Mon Apr 17 2023] --- perl-Inline.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/perl-Inline.spec b/perl-Inline.spec index fe9f1f5..e46e834 100644 --- a/perl-Inline.spec +++ b/perl-Inline.spec @@ -2,20 +2,25 @@ Name: perl-Inline Version: 0.86 -Release: 1mamba +Release: 2mamba Summary: Inline - Write Perl subroutines in other programming languages Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://www.cpan.org +Packager: Silvan Calarco +URL: https://www.cpan.org/ Source: http://www.cpan.org/modules/by-module/Inline/Inline-%{version}.tar.gz License: Artistic -Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-Encode +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-Inline-Files BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: perl >= %perl_major_ver %description Inline lets you write Perl subroutines in other programming languages like C, C++, Java, Python, Tcl and even Assembly. @@ -54,6 +59,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Apr 17 2023 Silvan Calarco 0.86-2mamba +- rebuilt with perl 5.36.0 + * Sun Jun 07 2020 Automatic Build System 0.86-1mamba - automatic update by autodist