8
0
forked from pool/perl-AnyEvent

Accepting request 296858 from devel:languages:perl:autoupdate

- updated to 7.08
   see /usr/share/doc/packages/perl-AnyEvent/Changes
  7.08 Wed Dec 10 05:27:17 CET 2014
          - work around a newly introduced bug in Socket 2.011 (an
            errornous sun_length check) (analyzed by Maxime Soulé).
  	- AnyEvent::TLS didn't load (but refer to) AnyEvent::Socket
            (analyzed by Ben Magistro).
          - AnyEvent::Strict will now confess, not croak. This is in line with
            it being a development/debugging tool.
          - work around a number of libglib bugs (debug builds of libglib enforce
            certain undocumented behaviour patterns such as not being able to
            remove a child watch source after it has fired, which we will try
            to emulate to avoid "criticals". what where they thinking...).
          - mention json security issues in AnyEvent::Handle, now that Douglas
            Crockford has foolishly and incompatibly changed JSON.
          - changed default dns resolver "max_outstanding" value from 1 to 10,
            the latter beinfg the intended value all along
            (reported by Ilya Chesnokov).
          - added new "AnyEvent::Impl::UV" interface module to the UV event lib
            (written by Mike Lowell).

OBS-URL: https://build.opensuse.org/request/show/296858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=49
This commit is contained in:
Stephan Kulow
2015-04-15 17:34:42 +00:00
committed by Git OBS Bridge
parent 37265e497a
commit 7d9f129681
5 changed files with 52 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c4cc8e877bc8812e17aad29ae8d6364066bf2a0d1e4de9de14fb01e02a43106
size 292938

3
AnyEvent-7.08.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8f73a00bc7ada63d0cd08cb60998c4fd66a92e005dbfe4c5651ade2fbc7d69a
size 296173

16
cpanspec.yml Normal file
View File

@@ -0,0 +1,16 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#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
license: GPL-1.0+ or Artistic-1.0
skip_noarch: 1

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Apr 14 08:46:22 UTC 2015 - coolo@suse.com
- updated to 7.08
see /usr/share/doc/packages/perl-AnyEvent/Changes
7.08 Wed Dec 10 05:27:17 CET 2014
- work around a newly introduced bug in Socket 2.011 (an
errornous sun_length check) (analyzed by Maxime Soulé).
- AnyEvent::TLS didn't load (but refer to) AnyEvent::Socket
(analyzed by Ben Magistro).
- AnyEvent::Strict will now confess, not croak. This is in line with
it being a development/debugging tool.
- work around a number of libglib bugs (debug builds of libglib enforce
certain undocumented behaviour patterns such as not being able to
remove a child watch source after it has fired, which we will try
to emulate to avoid "criticals". what where they thinking...).
- mention json security issues in AnyEvent::Handle, now that Douglas
Crockford has foolishly and incompatibly changed JSON.
- changed default dns resolver "max_outstanding" value from 1 to 10,
the latter beinfg the intended value all along
(reported by Ilya Chesnokov).
- added new "AnyEvent::Impl::UV" interface module to the UV event lib
(written by Mike Lowell).
-------------------------------------------------------------------
Sun Feb 9 13:32:23 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-AnyEvent
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
Name: perl-AnyEvent
Version: 7.07
Version: 7.08
Release: 0
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
%define cpan_name AnyEvent
Summary: the DBI of event loop programming
Summary: The Dbi of Event Loop Programming
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/AnyEvent/
Source: http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
# MANUAL
#BuildArch: noarch
#BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -80,7 +82,7 @@ availability of that event loop :)
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
%check