From 307fb8b3fa0d696bc27355c32663fcb629388963 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:48:18 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.01-2mamba;Mon Apr 17 2023] --- perl-Data-Binary.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Data-Binary.spec b/perl-Data-Binary.spec index b5d0a0a..c1ba9ab 100644 --- a/perl-Data-Binary.spec +++ b/perl-Data-Binary.spec @@ -2,21 +2,21 @@ Name: perl-Data-Binary Version: 0.01 -Release: 1mamba +Release: 2mamba Summary: Data::Binary - Simple detection of binary versus text in strings Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/authors/id/S/SN/SNKWATT/Data-Binary-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN -BuildRequires: libperl +BuildRequires: perl-Encode BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Data::Binary - Simple detection of binary versus text in strings. @@ -51,5 +51,8 @@ done %defattr(-,root,root) %changelog +* Mon Apr 17 2023 Sdk Build System 0.01-2mamba +- rebuilt with perl 5.36.0 + * Mon Dec 07 2020 Silvan Calarco 0.01-1mamba - package created using the webbuild interface