From 597fcbfe8f70f7d0e8bfb55e1f64cbc1dba948e3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:29:33 +0100 Subject: [PATCH] automatic version update by autodist [release 1.31-1mamba;Mon Oct 24 2022] --- perl-Params-Validate.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index 4624f80..cb048f2 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -1,14 +1,14 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Params-Validate -Version: 1.30 +Version: 1.31 Release: 1mamba Summary: Params::Validate - Provides a flexible system for validation method/function call parameters 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/Params/Params-Validate-%{version}.tar.gz License: Artistic ## AUTOBUILDREQ-BEGIN @@ -22,7 +22,6 @@ BuildRequires: perl-Test-Requires #BuildRequires: perl-Test-Taint #BuildRequires: perl-Readonly-XS Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root # FIXME: #BuildRequires: perl-Test-Taint @@ -56,6 +55,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 @@ -64,6 +65,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Oct 24 2022 Automatic Build System 1.31-1mamba +- automatic version update by autodist + * Wed Oct 28 2020 Automatic Build System 1.30-1mamba - automatic update by autodist