From bc0c64abc7794bede02dcb36021175bedde1a41a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Fri, 25 Nov 2016 09:26:22 +0100
Subject: 0.997004 bump

---
 .gitignore          |  1 +
 perl-IO-Prompt.spec | 12 +++++++-----
 sources             |  2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 22f06b2..5c57018 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ IO-Prompt-0.997.tar.gz
 /IO-Prompt-0.997001.tar.gz
 /IO-Prompt-0.997002.tar.gz
 /IO-Prompt-0.997003.tar.gz
+/IO-Prompt-0.997004.tar.gz
diff --git a/perl-IO-Prompt.spec b/perl-IO-Prompt.spec
index 29bf430..df3a65b 100644
--- a/perl-IO-Prompt.spec
+++ b/perl-IO-Prompt.spec
@@ -1,7 +1,7 @@
 Name:           perl-IO-Prompt
 Summary:        Interactively prompt for user input
-%global cpanver 0.997003
-Version:        0.997.003
+%global cpanver 0.997004
+Version:        0.997.004
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -20,7 +20,6 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Term::ReadKey)
 BuildRequires:  perl(Want)
@@ -49,8 +48,8 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -63,6 +62,9 @@ make test
 
 
 %changelog
+* Fri Nov 25 2016 Petr Pisar <ppi...@redhat.com> - 0.997.004-1
+- 0.997004 bump
+
 * Wed Aug 26 2015 Petr Pisar <ppi...@redhat.com> - 0.997.003-1
 - 0.997003 bump
 
diff --git a/sources b/sources
index 9cfd45f..c5afa07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7607ed49d4f88bdca43e4411af8745df  IO-Prompt-0.997003.tar.gz
+24d7c674fd8ec43edf8a05eeb068fc3a  IO-Prompt-0.997004.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-IO-Prompt.git/commit/?h=f23&id=bc0c64abc7794bede02dcb36021175bedde1a41a
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to