diff --git a/AnyEvent-7.07.tar.gz b/AnyEvent-7.07.tar.gz deleted file mode 100644 index dea027f..0000000 --- a/AnyEvent-7.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c4cc8e877bc8812e17aad29ae8d6364066bf2a0d1e4de9de14fb01e02a43106 -size 292938 diff --git a/AnyEvent-7.08.tar.gz b/AnyEvent-7.08.tar.gz new file mode 100644 index 0000000..9983aa7 --- /dev/null +++ b/AnyEvent-7.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f73a00bc7ada63d0cd08cb60998c4fd66a92e005dbfe4c5651ade2fbc7d69a +size 296173 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..724865c --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-AnyEvent.changes b/perl-AnyEvent.changes index d52bf69..b6bc551 100644 --- a/perl-AnyEvent.changes +++ b/perl-AnyEvent.changes @@ -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 diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index c215e29..3df8537 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -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