From 5d293f654a9224b14e154c1f6820e430befb8346 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:53:40 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 2.13-4mamba;Mon Apr 17 2023] --- perl-Digest-SHA1.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/perl-Digest-SHA1.spec b/perl-Digest-SHA1.spec index 3997f20..0994ce2 100644 --- a/perl-Digest-SHA1.spec +++ b/perl-Digest-SHA1.spec @@ -2,18 +2,22 @@ Name: perl-Digest-SHA1 Version: 2.13 -Release: 3mamba +Release: 4mamba Summary: Digest::SHA1 - Perl module for using the NIST SHA-1 message digest algorithm Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://search.cpan.org/dist/Digest-SHA1/ +Packager: Silvan Calarco +URL: https://metacpan.org/dist/Digest-SHA1 Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz License: Artistic -BuildRequires: perl-devel >= %{perl_major_ver} +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %{perl_major_ver} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. @@ -44,6 +48,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done +find %{buildroot} -name *.so -exec chmod u+w {} \; + %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} @@ -52,6 +58,9 @@ done %doc Changes README fip180-1* %changelog +* Mon Apr 17 2023 Silvan Calarco 2.13-4mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 2.13-3mamba - rebuilt with perl 5.24