[perl-IO-Multiplex] Update to 1.11

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 21 12:00:00 UTC 2011


commit 033acd798d2304673bed59c062f3aa3b165f4536
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 21 11:59:12 2011 +0000

    Update to 1.11
    
    - New upstream release 1.11:
      - Avoid warning while adding pipe (CPAN RT#16259, CPAN RT#60068)
      - Add EWOULDBLOCK and non-blocking mode for windows (CPAN RT#23982)
      - Fix typo in documentation (CPAN RT#21085)
      - Avoid shutdown after close (CPAN RT#5885, CPAN RT#5715)
      - Use length of outbuf, not exists to see if it is empty
      - Turn "use warnings" on
    - This release by MARKOV -> update source URL
    - Use %{_fixperms} rather than our own chmod incantation
    - Tidy up %summary and %description

 .gitignore             |    2 +-
 perl-IO-Multiplex.spec |   32 ++++++++++++++++++++++----------
 sources                |    2 +-
 3 files changed, 24 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 559578f..b4fd507 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IO-Multiplex-1.10.tar.gz
+/IO-Multiplex-1.11.tar.gz
diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec
index d519348..c093f30 100644
--- a/perl-IO-Multiplex.spec
+++ b/perl-IO-Multiplex.spec
@@ -1,11 +1,11 @@
-Summary:	IO-Multiplex module for perl
+Summary:	Manage IO on many file handles
 Name:		perl-IO-Multiplex
-Version:	1.10
-Release:	9%{?dist}
+Version:	1.11
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/IO-Multiplex/
-Source:		http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -13,10 +13,10 @@ Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 IO::Multiplex is designed to take the effort out of managing multiple file
-handles. It is essentially a really fancy front end to the select system
-call. In addition to maintaining the select loop, it buffers all input and
-output to/from the file handles. It can also accept incoming connections on
-one or more listen sockets.
+handles. It is essentially a really fancy front end to the select system call.
+In addition to maintaining the select loop, it buffers all input and output
+to/from the file handles. It can also accept incoming connections on one or
+more listen sockets.
 
 %prep
 %setup -q -n IO-Multiplex-%{version}
@@ -30,12 +30,12 @@ one or more listen sockets.
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
-%{__chmod} -R u+w %{buildroot}
+%{_fixperms} %{buildroot}
 
 %check
 %{__make} test
 
-%clean 
+%clean
 %{__rm} -rf %{buildroot}
 
 %files
@@ -45,6 +45,18 @@ one or more listen sockets.
 %{_mandir}/man3/IO::Multiplex.3pm*
 
 %changelog
+* Mon Feb 21 2011 Paul Howarth <paul at city-fan.org> - 1.11-1
+- Update to 1.11
+  - Avoid warning while adding pipe (CPAN RT#16259, CPAN RT#60068)
+  - Add EWOULDBLOCK and non-blocking mode for windows (CPAN RT#23982)
+  - Fix typo in documentation (CPAN RT#21085)
+  - Avoid shutdown after close (CPAN RT#5885, CPAN RT#5715)
+  - Use length of outbuf, not exists to see if it is empty
+  - Turn "use warnings" on
+- This release by MARKOV -> update source URL
+- Use %%{_fixperms} rather than our own chmod incantation
+- Tidy up %%summary and %%description
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d4c7485..de7e793 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce230ee0a4afbff59da66f0c42e0340b  IO-Multiplex-1.10.tar.gz
+7db84e16c24579865c9044843880962a  IO-Multiplex-1.11.tar.gz



More information about the perl-devel mailing list