From 3a0a401c7ec6b4998e8dab3a3f3bc64536f2debe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Thu, 5 May 2016 14:23:10 +0200
Subject: 1.08 bump

---
 .gitignore     |  1 +
 .rpmlint       |  2 ++
 perl-Tree.spec | 15 ++++++++-------
 sources        |  2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.gitignore b/.gitignore
index 8cf79ec..25b2c0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Tree-1.07.tgz
+/Tree-1.08.tgz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..d9d0884
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* ary");
diff --git a/perl-Tree.spec b/perl-Tree.spec
index df131a2..a1c81ec 100644
--- a/perl-Tree.spec
+++ b/perl-Tree.spec
@@ -1,13 +1,12 @@
 Name:           perl-Tree
-Version:        1.07
+Version:        1.08
 Release:        1%{?dist}
 Summary:        Tree data structure
 # lib/Tree/Binary2.pm:  GPL+ or Artistic
 # lib/Tree/Fast.pm:     GPL+ or Artistic
 # lib/Tree.pm:          GPL+ or Artistic
-# LICENSE:              Artistic 2.0
-# See <https://rt.cpan.org/Public/Bug/Display.html?id=113809>.
-License:        (GPL+ or Artistic) and Artistic 2.0
+# LICENSE:              GPL+ or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Tree/
 Source0:        http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-%{version}.tgz
@@ -31,12 +30,10 @@ BuildRequires:  perl(Exporter) >= 5.66
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Deep) >= 0.088
 BuildRequires:  perl(Test::Exception) >= 0.15
-BuildRequires:  perl(Test::More) >= 0.47
+BuildRequires:  perl(Test::More) >= 1.001014
 BuildRequires:  perl(Test::Warn) >= 0.08
 # Optional tests:
 BuildRequires:  perl(Test::Memory::Cycle) >= 1.02
-BuildRequires:  perl(Test::Pod) >= 1.45
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Scalar::Util) >= 1.1
 
@@ -72,5 +69,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 05 2016 Petr Pisar <ppi...@redhat.com> - 1.08-1
+- 1.08 bump
+- License changed to (GPL+ or Artistic)
+
 * Fri Apr 15 2016 Petr Pisar <ppi...@redhat.com> 1.07-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 28e1b56..4a3482d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11e8f607b8e0e4a7d69ce240f82bdf9e  Tree-1.07.tgz
+e9b3f95f66ffac1101cd4bf79d66b191  Tree-1.08.tgz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Tree.git/commit/?h=master&id=3a0a401c7ec6b4998e8dab3a3f3bc64536f2debe
--
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