[perl-Danga-Socket/el6] Explicitly BuildRequire Time::HiRes, so the test suite passes

Ken Dreyer ktdreyer at fedoraproject.org
Wed Aug 22 01:13:35 UTC 2012


commit e95094f7a435130ca5785fc2ef78d46708ee92e4
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Tue Aug 21 19:12:09 2012 -0600

    Explicitly BuildRequire Time::HiRes, so the test suite passes
    
    Also, go back to using the "Danga" name in the %files listing, so we
    line up with what's in Rawhide.

 perl-Danga-Socket.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index 5894c32..270c670 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,6 +1,6 @@
 Name:           perl-Danga-Socket
 Version:        1.61
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Event loop and event-driven async socket base class
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@ Source0:        http://www.cpan.org/modules/by-module/Danga/Danga-Socket-%{versi
 BuildArch:      noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More) perl(Sys::Syscall)
+BuildRequires:  perl(Time::HiRes)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -37,10 +38,14 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc CHANGES examples/
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Danga
+%{_mandir}/man3/Danga::Socket.*
 
 %changelog
+* Tue Aug 21 2012 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.61-5
+- Explicitly BuildRequire Time::HiRes, so the test suite passes
+- Use the "Danga" name in the files listing, to match Rawhide
+
 * Wed Aug 01 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.61-4
 - changes lib root
 


More information about the scm-commits mailing list