From 4c06c94de707cf920eff4b3e75ccabe30fd2d5d5 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Thu, 5 May 2016 16:24:45 +0200
Subject: 0.15 bump
---
.gitignore | 1 +
perl-Tree-Simple-VisitorFactory.spec | 16 +++++++++++-----
sources | 2 +-
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 350c33c..d11ac2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
Tree-Simple-VisitorFactory-0.10.tar.gz
/Tree-Simple-VisitorFactory-0.12.tgz
+/Tree-Simple-VisitorFactory-0.15.tgz
diff --git a/perl-Tree-Simple-VisitorFactory.spec
b/perl-Tree-Simple-VisitorFactory.spec
index 8e0d39a..cd238a9 100644
--- a/perl-Tree-Simple-VisitorFactory.spec
+++ b/perl-Tree-Simple-VisitorFactory.spec
@@ -1,6 +1,6 @@
Name: perl-Tree-Simple-VisitorFactory
-Version: 0.12
-Release: 4%{?dist}
+Version: 0.15
+Release: 1%{?dist}
Summary: Factory object for dispensing Visitor objects
License: GPL+ or Artistic
Group: Development/Libraries
@@ -10,19 +10,21 @@ BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Core
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time
BuildRequires: perl(base)
+BuildRequires: perl(File::Spec)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Tree::Simple) >= 1.12
BuildRequires: perl(Tree::Simple::Visitor)
# Testing
BuildRequires: perl(Test::Exception) >= 0.15
BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Pod) >= 1.14
-BuildRequires: perl(Test::Pod::Coverage) >= 1.04
%description
This package contains a collection of Tree::Simple::Visitor::* objects,
@@ -37,18 +39,22 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -delete;
%{_fixperms} %{buildroot}/*
%check
make test
%files
+%license LICENSE
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
+* Thu May 05 2016 Jitka Plesnikova <[email protected]> - 0.15-1
+- 0.15 bump
+
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> -
0.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
diff --git a/sources b/sources
index 7dfe4cf..96e7a7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a58704eabb853cb38c1dd9cb88c3a64 Tree-Simple-VisitorFactory-0.12.tgz
+7d025b84e39f3568aab0aaa1fb5320d0 Tree-Simple-VisitorFactory-0.15.tgz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple-VisitorFactory.git/commit/?h=master&id=4c06c94de707cf920eff4b3e75ccabe30fd2d5d5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]