Update to 7.02
- New upstream release 7.02: - AnyEvent::Util::run_cmd could block indefinitely - Verified that AnyEvent::Socket follows RFC5952 - Try to parse "ADDR#PORT" in addition to "ADDR PORT" - Make %files list more explicit
This commit is contained in:
parent
90415591e2
commit
eae35cb72e
@ -4,8 +4,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: perl-AnyEvent
|
Name: perl-AnyEvent
|
||||||
Version: 7.01
|
Version: 7.02
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for multiple event loops
|
Summary: Framework for multiple event loops
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -114,11 +114,46 @@ make test
|
|||||||
%files
|
%files
|
||||||
%doc Changes COPYING README
|
%doc Changes COPYING README
|
||||||
%{perl_vendorarch}/AE.pm
|
%{perl_vendorarch}/AE.pm
|
||||||
%{perl_vendorarch}/AnyEvent*
|
%{perl_vendorarch}/AnyEvent.pm
|
||||||
%{_mandir}/man3/*.3*
|
%{perl_vendorarch}/AnyEvent/
|
||||||
|
%{_mandir}/man3/AE.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::DNS.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Debug.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::FAQ.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Handle.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::Cocoa.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::EV.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::Event.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::EventLib.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::FLTK.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::Glib.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::IOAsync.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::Irssi.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::POE.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::Perl.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::Qt.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Impl::Tk.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Intro.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::IO.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::IO::IOAIO.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::IO::Perl.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Log.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Loop.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Socket.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Strict.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::TLS.3pm*
|
||||||
|
%{_mandir}/man3/AnyEvent::Util.3pm*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 21 2012 Paul Howarth <paul@city-fan.org> - 7.02-1
|
||||||
|
- Update to 7.02:
|
||||||
|
- AnyEvent::Util::run_cmd could block indefinitely
|
||||||
|
- Verified that AnyEvent::Socket follows RFC5952
|
||||||
|
- Try to parse "ADDR#PORT" in addition to "ADDR PORT"
|
||||||
|
- Make %%files list more explicit
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.01-4
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.01-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user