[perl-Parallel-Scoreboard] Upstream update.

corsepiu corsepiu at fedoraproject.org
Thu Sep 12 04:52:17 UTC 2013


commit 313b32ac2861ecb78d0bae2e3a92dc332c6e4cac
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Sep 12 06:51:56 2013 +0200

    Upstream update.
    
    - Modernize spec.

 .gitignore                    |    2 --
 perl-Parallel-Scoreboard.spec |   10 +++++++---
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edc15fd..ad8485a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/Parallel-Scoreboard-0.02.tar.gz
-/Parallel-Scoreboard-0.03.tar.gz
 /Parallel-Scoreboard-0.04.tar.gz
diff --git a/perl-Parallel-Scoreboard.spec b/perl-Parallel-Scoreboard.spec
index 417f4ef..8091ab5 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parallel-Scoreboard
-Version:        0.03
-Release:        10%{?dist}
+Version:        0.04
+Release:        1%{?dist}
 Summary:        Scoreboard for monitoring status of many processes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/Parallel-Scoreboard/
 Source0:        http://www.cpan.org/authors/id/K/KA/KAZUHO/Parallel-Scoreboard-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.05
+BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -53,12 +54,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 12 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.04-1
+- Upstream update.
+- Modernize spec.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.03-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 



More information about the perl-devel mailing list