From 21978e96bc586476305df6554b165011bd7c9c37 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:52:23 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 1.1-4mamba;Sun Apr 16 2023] --- perl-Unix-Syslog.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/perl-Unix-Syslog.spec b/perl-Unix-Syslog.spec index 9e6afb2..bc843ae 100644 --- a/perl-Unix-Syslog.spec +++ b/perl-Unix-Syslog.spec @@ -2,22 +2,23 @@ Name: perl-Unix-Syslog Version: 1.1 -Release: 3mamba +Release: 4mamba Summary: Unix::Syslog - Perl interface to the UNIX syslog(3) calls Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Unix::Syslog - Perl interface to the UNIX syslog(3) calls @@ -44,6 +45,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}" rm -f .packlist @@ -52,6 +55,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 1.1-4mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 1.1-3mamba - rebuilt with perl 5.24