From acc5f985203f60ffacbcf5c2e429fd6fe877b7ec Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <[email protected]>
Date: Mon, 27 Mar 2017 00:11:22 +0200
Subject: Update to 1.3.0

---
 .gitignore          |  1 +
 perl-Test-Type.spec | 16 +++++++++++-----
 sources             |  2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 331382e..4ff5611 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Test-Type-1.1.2.tar.gz
 /Test-Type-v1.1.3.tar.gz
 /Test-Type-v1.2.0.tar.gz
+/Test-Type-v1.3.0.tar.gz
diff --git a/perl-Test-Type.spec b/perl-Test-Type.spec
index f1bfffd..65a227c 100644
--- a/perl-Test-Type.spec
+++ b/perl-Test-Type.spec
@@ -1,8 +1,8 @@
 Name:           perl-Test-Type
-Version:        1.2.0
-Release:        8%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        Functions to validate data types in test files
-License:        GPLv3
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Type/
 Source0:        
http://www.cpan.org/authors/id/A/AU/AUBERTG/Test-Type-v%{version}.tar.gz
@@ -11,11 +11,15 @@ BuildRequires:  perl
 BuildRequires:  perl-generators
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Validate::Type)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::FailWarnings)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -33,8 +37,6 @@ in test files.
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -46,6 +48,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 26 2017 Emmanuel Seyman <[email protected]> - 1.3.0-1
+- Update to 1.3.0
+- Update license field
+
 * Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 
1.2.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 80b00f4..8c76bbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-660dc3850f28b0cd261198f0f351adf0  Test-Type-v1.2.0.tar.gz
+SHA512 (Test-Type-v1.3.0.tar.gz) = 
fd709b922f3abc04473577c4ae253fc5e4277889a2f4746bb969082c99641910e6d224330f8b968ee4ae0578430060649f417687cf0b0cbf7b85c136d9fe25ee
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Test-Type.git/commit/?h=master&id=acc5f985203f60ffacbcf5c2e429fd6fe877b7ec
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to