forked from pool/perl-POE
- updated to 1.366 see /usr/share/doc/packages/perl-POE/CHANGES 2014-11-03 13:39:18 -0500 v1_366 ================================ commit 63e55125e55b4220984cc51dc3eb68ae1eb9cb21 Author: Rocco Caputo <rcaputo@cpan.org> Date: Mon Nov 3 13:39:18 2014 -0500 Bump versions and dependencies for release. commit b800fb63188ac415b9f706428289d89b9d90e32f Author: Rocco Caputo <rcaputo@cpan.org> Date: Fri Oct 31 12:23:41 2014 -0400 Fall back to getprotobyname() if Socket doesn't export IPPROTO_TCP or IPPROTO_UDP. CPAN testers were failing POE because Socket didn't provide these on the full range of test machines. The common thread seems to be Perl prior to 5.9. While quite old, there's no compelling reason not to support it. This change also caches the protocol numbers at startup, rather than looking them up every time. It should be slightly faster as a result. commit 90d04a311e463749dfeb10f3032866a723e7ca82 Author: Philip Gwyn <gwyn@cpan.org> Date: Fri Oct 31 11:12:11 2014 -0400 OBS-URL: https://build.opensuse.org/request/show/297180 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-POE?expand=0&rev=31
21 lines
466 B
YAML
21 lines
466 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: netcfg
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: -
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|