From 2ccedbe005b246cc0a5bd66cdc0a81599a74ca48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Sun, 2 May 2010 17:45:33 +0000 Subject: [PATCH 1/7] - Mass rebuild with perl-5.12.0 --- perl-IO-Multiplex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec index bd21acf..57e17a0 100644 --- a/perl-IO-Multiplex.spec +++ b/perl-IO-Multiplex.spec @@ -1,7 +1,7 @@ Summary: IO-Multiplex module for perl Name: perl-IO-Multiplex Version: 1.10 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-Multiplex/ @@ -45,6 +45,9 @@ one or more listen sockets. %{_mandir}/man3/IO::Multiplex.3pm* %changelog +* Sun May 02 2010 Marcela Maslanova - 1.10-7 +- Mass rebuild with perl-5.12.0 + * Mon Dec 7 2009 Stepan Kasal - 1.10-6 - rebuild against perl 5.10.1 From 1ca60a7ad3b9131c455314a95b409245268616a0 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 11 May 2010 15:01:58 +0000 Subject: [PATCH 2/7] Minor clean-ups --- perl-IO-Multiplex.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec index 57e17a0..9a07404 100644 --- a/perl-IO-Multiplex.spec +++ b/perl-IO-Multiplex.spec @@ -29,8 +29,8 @@ one or more listen sockets. %{__rm} -rf %{buildroot} %{__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}/* +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null +%{__chmod} -R u+w %{buildroot} %check %{__make} test @@ -46,10 +46,10 @@ one or more listen sockets. %changelog * Sun May 02 2010 Marcela Maslanova - 1.10-7 -- Mass rebuild with perl-5.12.0 +- Mass rebuild with perl 5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.10-6 -- rebuild against perl 5.10.1 +- Rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 1.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -85,10 +85,10 @@ one or more listen sockets. - Cosmetic changes for fedora xtras * Sun Feb 20 2005 Dag Wieers - 1.08-2 -- Cosmetic changes. +- Cosmetic changes * Thu Mar 18 2004 Dag Wieers - 1.08-1 -- Updated to release 1.08. +- Updated to release 1.08 * Mon Jul 14 2003 Dag Wieers - 1.04-0 -- Initial package. (using DAR) +- Initial package (using DAR) From f600090d56d14e1cf976a0c3ef69cf9d3e2df45e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 06:59:36 +0000 Subject: [PATCH 3/7] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8bc646e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-IO-Multiplex -# $Id$ -NAME := perl-IO-Multiplex -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From e702d1619f191339c7ae23ee8ec284b67ec471e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 20 Dec 2010 12:08:15 +0100 Subject: [PATCH 4/7] - 661697 rebuild for fixing problems with vendorach/lib --- perl-IO-Multiplex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec index 9a07404..0b86bb2 100644 --- a/perl-IO-Multiplex.spec +++ b/perl-IO-Multiplex.spec @@ -1,7 +1,7 @@ Summary: IO-Multiplex module for perl Name: perl-IO-Multiplex Version: 1.10 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-Multiplex/ @@ -45,6 +45,9 @@ one or more listen sockets. %{_mandir}/man3/IO::Multiplex.3pm* %changelog +* Mon Dec 20 2010 Marcela Maslanova - 1.10-8 +- 661697 rebuild for fixing problems with vendorach/lib + * Sun May 02 2010 Marcela Maslanova - 1.10-7 - Mass rebuild with perl 5.12.0 From 49eb83ce818f8aeb30eacefbfe8c627e6584b612 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 19:28:39 -0600 Subject: [PATCH 5/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- perl-IO-Multiplex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec index 0b86bb2..597c87b 100644 --- a/perl-IO-Multiplex.spec +++ b/perl-IO-Multiplex.spec @@ -1,7 +1,7 @@ Summary: IO-Multiplex module for perl Name: perl-IO-Multiplex Version: 1.10 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-Multiplex/ @@ -45,6 +45,9 @@ one or more listen sockets. %{_mandir}/man3/IO::Multiplex.3pm* %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 1.10-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Dec 20 2010 Marcela Maslanova - 1.10-8 - 661697 rebuild for fixing problems with vendorach/lib From 7a89d34a29a3efed5b19891c4dd0400206f37704 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 21 Feb 2011 11:38:10 +0000 Subject: [PATCH 6/7] Tidy up changelog entry --- perl-IO-Multiplex.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec index 597c87b..d519348 100644 --- a/perl-IO-Multiplex.spec +++ b/perl-IO-Multiplex.spec @@ -49,7 +49,7 @@ one or more listen sockets. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Dec 20 2010 Marcela Maslanova - 1.10-8 -- 661697 rebuild for fixing problems with vendorach/lib +- Rebuild to fix problems with vendorarch/lib (#661697) * Sun May 02 2010 Marcela Maslanova - 1.10-7 - Mass rebuild with perl 5.12.0 From 033acd798d2304673bed59c062f3aa3b165f4536 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 21 Feb 2011 11:59:12 +0000 Subject: [PATCH 7/7] 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 - 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 - 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