From 33cd40e16bfe747f365bd5e0d93e3712e15548d0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:23:44 +0100 Subject: [PATCH] automatic version update by autodist [release 1.20-1mamba;Sat Oct 22 2022] --- perl-Net-DNS-SEC.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Net-DNS-SEC.spec b/perl-Net-DNS-SEC.spec index cf1c6c5..180b26b 100644 --- a/perl-Net-DNS-SEC.spec +++ b/perl-Net-DNS-SEC.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Net-DNS-SEC -Version: 1.19 +Version: 1.20 Release: 1mamba Summary: Net::DNS::SEC - DNSSEC extensions to Net::DNS Group: System/Libraries/Perl @@ -46,6 +46,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}" @@ -54,5 +56,8 @@ done %doc LICENSE %changelog +* Sat Oct 22 2022 Automatic Build System 1.20-1mamba +- automatic version update by autodist + * Sat Feb 19 2022 Silvan Calarco 1.19-1mamba - package created using the webbuild interface