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
This commit is contained in:
Paul Howarth 2011-02-21 11:59:12 +00:00
parent 7a89d34a29
commit 033acd798d
3 changed files with 24 additions and 12 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
IO-Multiplex-1.10.tar.gz
/IO-Multiplex-1.11.tar.gz

View File

@ -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@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@lists.fedoraproject.org> - 1.10-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
ce230ee0a4afbff59da66f0c42e0340b IO-Multiplex-1.10.tar.gz
7db84e16c24579865c9044843880962a IO-Multiplex-1.11.tar.gz