[perl-Sys-SigAction] Update to 0.20

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 5 10:18:15 UTC 2013


commit 8ad0231edc8f67482548ce1e0013aa990ac8e053
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 5 11:17:34 2013 +0100

    Update to 0.20
    
    - Update to 0.20
    - BR:/R: perl(Time::HiRes)
    - BR: perl(Config), perl(POSIX), /usr/bin/pod2man
    - Don't need to remove empty directories from the buildroot

 .gitignore              |    2 +-
 perl-Sys-SigAction.spec |   20 +++++++++++++++-----
 sources                 |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e410c2e..d807cb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Sys-SigAction-0.11.tar.gz
+/Sys-SigAction-[0-9.]*.tar.gz
diff --git a/perl-Sys-SigAction.spec b/perl-Sys-SigAction.spec
index ff7f466..87fe6a7 100644
--- a/perl-Sys-SigAction.spec
+++ b/perl-Sys-SigAction.spec
@@ -1,17 +1,22 @@
 Name:           perl-Sys-SigAction
-Version:        0.11
-Release:        14%{?dist}
+Version:        0.20
+Release:        1%{?dist}
 Summary:        Perl extension for Consistent Signal Handling
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sys-SigAction/
 Source0:        http://www.cpan.org/modules/by-module/Sys/Sys-SigAction-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  /usr/bin/pod2man
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Time::HiRes)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Time::HiRes)
 
 
 %description
@@ -33,7 +38,6 @@ make %{?_smp_mflags}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -46,6 +50,12 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug  5 2013 Paul Howarth <paul at city-fan.org> - 0.20-1
+- Update to 0.20
+- BR:/R: perl(Time::HiRes)
+- BR: perl(Config), perl(POSIX), /usr/bin/pod2man
+- Don't need to remove empty directories from the buildroot
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -76,7 +86,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Wed Dec 22 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.11-5
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.11-4
 - Mass rebuild with perl-5.12.0
@@ -87,7 +97,7 @@ make test
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Jun 23 2009 Andreas Thienemann <andreas at bawue.net> - 0.11-1
+* Tue Jun 23 2009 Andreas Thienemann <andreas at bawue.net> - 0.11-1
 - Update to 0.11
 
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10-4
diff --git a/sources b/sources
index 35ffdce..42913bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e37f1e69d6ac6ea4a9ffd7f845753e79  Sys-SigAction-0.11.tar.gz
+7ca212559c2c514277c4f81039456226  Sys-SigAction-0.20.tar.gz


More information about the scm-commits mailing list