From 3e9bfd6fcddd78a29ab1c8c349627f14de7ed2eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Thu, 28 Jan 2016 10:58:17 +0100
Subject: 1.021 bump

---
 .gitignore               |  1 +
 perl-IO-Interactive.spec | 29 +++++++++++++++++++++--------
 sources                  |  2 +-
 3 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 933fd8d..ec98034 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /IO-Interactive-0.0.6.tar.gz
+/IO-Interactive-1.021.tar.gz
diff --git a/perl-IO-Interactive.spec b/perl-IO-Interactive.spec
index 2028620..9d2b653 100644
--- a/perl-IO-Interactive.spec
+++ b/perl-IO-Interactive.spec
@@ -1,27 +1,35 @@
 Name:           perl-IO-Interactive
-Version:        0.0.6
-Release:        5%{?dist}
+Version:        1.021
+Release:        1%{?dist}
 Summary:        Utilities for interactive I/O
-License:        GPL+ or Artistic
+# LICENSE:      Mistakes Perl license with Artitic 2.0 license
+# <https://github.com/briandfoy/io-interactive/issues/2>
+License:        (GPL+ or Artistic) and (Artistic 2.0)
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IO-Interactive/
 Source0:        
http://www.cpan.org/authors/id/B/BD/BDFOY/IO-Interactive-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(:VERSION) >= 5.8
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(strict)
+# Test::Manifest not used
 BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(version)
 # Tests:
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.94
 # Optional tests:
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Carp)
 
 %description
 This module provides utility subroutines that make it easier to develop
@@ -43,11 +51,16 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes examples README
+%license LICENSE
+%doc Changes examples README.pod
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 28 2016 Petr Pisar <ppi...@redhat.com> - 1.021-1
+- 1.021 bump
+- License changed to ((GPL+ or Artistic) and (Artistic 2.0))
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.0.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f5e3151..3b143d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ca9b8b8afc8b7d5e85985ea864d2431  IO-Interactive-0.0.6.tar.gz
+1636503b9e7b34d88450233e2504b73f  IO-Interactive-1.021.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-IO-Interactive.git/commit/?h=master&id=3e9bfd6fcddd78a29ab1c8c349627f14de7ed2eb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to