pghmcfc pushed to perl-IO-Multiplex (perl-IO-Multiplex-1.14-1.fc22). "Update to 1.14 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 31 09:40:45 UTC 2015


>From 2e7667e48e456d4edc73ad052ecfe734ad1e416e Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Tue, 31 Mar 2015 10:26:19 +0100
Subject: Update to 1.14
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 1.14
  - Fix 110_ntest to avoid reading from muxed handle
  - Apply patch to prevent untie warnings (CPAN RT#67846)
- This release by BBB → update source URL
- Classify buildreqs by usage
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot

diff --git a/.gitignore b/.gitignore
index 0c4a8ab..bc7eb4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IO-Multiplex-1.13.tar.gz
+/IO-Multiplex-[0-9.]*.tar.gz
diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec
index 3d40672..61f16f2 100644
--- a/perl-IO-Multiplex.spec
+++ b/perl-IO-Multiplex.spec
@@ -1,22 +1,35 @@
 Summary:	Manage IO on many file handles
 Name:		perl-IO-Multiplex
-Version:	1.13
-Release:	10%{?dist}
+Version:	1.14
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/IO-Multiplex/
-Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
+# Module Build
+BuildRequires:	perl
+BuildRequires:	perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires:	perl(Carp)
+BuildRequires:	perl(constant)
 BuildRequires:	perl(Fcntl)
-BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(FileHandle)
 BuildRequires:	perl(IO::Handle)
 BuildRequires:	perl(POSIX)
 BuildRequires:	perl(Socket)
+BuildRequires:	perl(strict)
 BuildRequires:	perl(Tie::Handle)
+BuildRequires:	perl(Time::HiRes)
+BuildRequires:	perl(vars)
+BuildRequires:	perl(warnings)
+# Test Suite
+BuildRequires:	perl(IO::Socket)
+BuildRequires:	perl(Test)
+# Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:	perl(Time::HiRes)
 
 %description
 IO::Multiplex is designed to take the effort out of managing multiple file
@@ -36,7 +49,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -46,12 +58,20 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::Multiplex.3pm*
+%{_mandir}/man3/IO::Multiplex.3*
 
 %changelog
+* Tue Mar 31 2015 Paul Howarth <paul at city-fan.org> - 1.14-1
+- Update to 1.14
+  - Fix 110_ntest to avoid reading from muxed handle
+  - Apply patch to prevent untie warnings (CPAN RT#67846)
+- This release by BBB → update source URL
+- Classify buildreqs by usage
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.13-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index f7b1ef2..0a225a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a74f4c07a543cbf06ba3b24fe1be94e9  IO-Multiplex-1.13.tar.gz
+1b97f299218326e183f92fa6119ac978  IO-Multiplex-1.14.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-IO-Multiplex.git/commit/?h=perl-IO-Multiplex-1.14-1.fc22&id=2e7667e48e456d4edc73ad052ecfe734ad1e416e


More information about the scm-commits mailing list