diff --git a/.gitignore b/.gitignore index ec98034..be3b706 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /IO-Interactive-0.0.6.tar.gz /IO-Interactive-1.021.tar.gz +/IO-Interactive-1.022.tar.gz diff --git a/perl-IO-Interactive.spec b/perl-IO-Interactive.spec index 3beda01..91c36ca 100644 --- a/perl-IO-Interactive.spec +++ b/perl-IO-Interactive.spec @@ -1,6 +1,6 @@ Name: perl-IO-Interactive -Version: 1.021 -Release: 4%{?dist} +Version: 1.022 +Release: 1%{?dist} Summary: Utilities for interactive I/O # LICENSE: "the same terms as perl itself" and Artistic 2.0 # license_clarification: Artistic 2.0 (brian d foy's explanation) @@ -52,7 +52,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -65,6 +65,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Sep 05 2016 Petr Pisar - 1.022-1 +- 1.022 bump + * Sun May 15 2016 Jitka Plesnikova - 1.021-4 - Perl 5.24 rebuild diff --git a/sources b/sources index 3b143d7..d68a71b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1636503b9e7b34d88450233e2504b73f IO-Interactive-1.021.tar.gz +bd48bfaac706b5c4b848210872d9c9fa IO-Interactive-1.022.tar.gz