From e65125d3133b6f493f9a59f1876aa5f54f3ef45f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:11:02 +0100 Subject: [PATCH] automatic version update by autodist [release 1.17-1mamba;Fri Dec 09 2022] --- perl-IO-Tty.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 6c81742..bddae75 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -1,6 +1,6 @@ %define PERL_VERSION %(eval `perl -V:version`; echo $version) Name: perl-IO-Tty -Version: 1.16 +Version: 1.17 Release: 1mamba Summary: IO::Tty and IO::Pty provide an interface to pseudo tty's Group: Development/Libraries/Perl @@ -17,7 +17,6 @@ BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl-devel >= %PERL_VERSION Requires: perl >= %PERL_VERSION -BuildRoot: %{_tmppath}/perl-root %description IO::Tty and IO::Pty provide an interface to pseudo tty's. @@ -46,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}" @@ -53,6 +54,9 @@ done %defattr(-,root,root) %changelog +* Fri Dec 09 2022 Automatic Build System 1.17-1mamba +- automatic version update by autodist + * Sun Feb 21 2021 Automatic Build System 1.16-1mamba - automatic version update by autodist