From fa94a554be3dc2d6cc3348d63364e218221412f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Thu, 15 Sep 2016 09:58:45 +0200
Subject: 1.09 bump

---
 .gitignore     |  1 +
 perl-Tree.spec | 30 ++++++++++++++++--------------
 sources        |  2 +-
 3 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index 25b2c0d..7d751f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Tree-1.07.tgz
 /Tree-1.08.tgz
+/Tree-1.09.tgz
diff --git a/perl-Tree.spec b/perl-Tree.spec
index 82d04ed..2cea9c1 100644
--- a/perl-Tree.spec
+++ b/perl-Tree.spec
@@ -1,6 +1,6 @@
 Name:           perl-Tree
-Version:        1.08
-Release:        2%{?dist}
+Version:        1.09
+Release:        1%{?dist}
 Summary:        Tree data structure
 # lib/Tree/Binary2.pm:  GPL+ or Artistic
 # lib/Tree/Fast.pm:     GPL+ or Artistic
@@ -11,7 +11,6 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Tree/
 Source0:        http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-%{version}.tgz
 BuildArch:      noarch
-BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
@@ -20,25 +19,26 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
-BuildRequires:  perl(base)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(Scalar::Util) >= 1.1
+BuildRequires:  perl(parent) >= 0.234
+BuildRequires:  perl(Scalar::Util) >= 1.45
 # Tests:
-BuildRequires:  perl(Data::Dumper) >= 2.136
-BuildRequires:  perl(Exporter) >= 5.66
+BuildRequires:  perl(Data::Dumper) >= 2.161
+BuildRequires:  perl(Exporter) >= 5.71
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Test::Deep) >= 0.088
-BuildRequires:  perl(Test::Exception) >= 0.15
-BuildRequires:  perl(Test::More) >= 1.001014
-BuildRequires:  perl(Test::Warn) >= 0.08
+BuildRequires:  perl(Test::Deep) >= 1.123
+BuildRequires:  perl(Test::Exception) >= 0.43
+BuildRequires:  perl(Test::More) >= 1.302056
+BuildRequires:  perl(Test::Warn) >= 0.30
 # Optional tests:
 BuildRequires:  perl(Test::Memory::Cycle) >= 1.02
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(Scalar::Util) >= 1.1
+Requires:       perl(parent) >= 0.234
+Requires:       perl(Scalar::Util) >= 1.45
 
 # Filter under-specified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\(Scalar::Util\\)$
+%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\((parent|Scalar::Util)\\)$
 
 %description
 This implements a full-featured N-ary tree representation with configurable
@@ -47,7 +47,6 @@ persistence to a variety of data stores.
 
 %prep
 %setup -q -n Tree-%{version}
-chmod 0644 lib/Tree.pm
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -69,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 15 2016 Petr Pisar <ppi...@redhat.com> - 1.09-1
+- 1.09 bump
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 1.08-2
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 4a3482d..f97150d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9b3f95f66ffac1101cd4bf79d66b191  Tree-1.08.tgz
+21fb3443f800a6bfe2721d3c38f8cb94  Tree-1.09.tgz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Tree.git/commit/?h=f25&id=fa94a554be3dc2d6cc3348d63364e218221412f9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to