diff --git a/AnyEvent-HTTP-2.21.tar.gz b/AnyEvent-HTTP-2.21.tar.gz deleted file mode 100644 index 04a846a..0000000 --- a/AnyEvent-HTTP-2.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d4b30fe2f1b0f50f39feb72c237a7cc67dfadeb761afcb1ace78f0a6110256e -size 26710 diff --git a/AnyEvent-HTTP-2.22.tar.gz b/AnyEvent-HTTP-2.22.tar.gz new file mode 100644 index 0000000..5e8947c --- /dev/null +++ b/AnyEvent-HTTP-2.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864544a4f35b3f14b59f42a26d338d98cfe8fae726eb3578dcf36eed0df5aa6e +size 27965 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..e344f25 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#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 +#post_install: |- +# sed on %{name}.files +license: Perl License +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-AnyEvent-HTTP.changes b/perl-AnyEvent-HTTP.changes index d69b0f5..91b275c 100644 --- a/perl-AnyEvent-HTTP.changes +++ b/perl-AnyEvent-HTTP.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 14 08:02:22 UTC 2015 - coolo@suse.com + +- updated to 2.22 + see /usr/share/doc/packages/perl-AnyEvent-HTTP/Changes + ------------------------------------------------------------------- Fri Jul 25 09:32:00 UTC 2014 - coolo@suse.com diff --git a/perl-AnyEvent-HTTP.spec b/perl-AnyEvent-HTTP.spec index c638c72..05caedf 100644 --- a/perl-AnyEvent-HTTP.spec +++ b/perl-AnyEvent-HTTP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-AnyEvent-HTTP # -# 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,14 +17,16 @@ Name: perl-AnyEvent-HTTP -Version: 2.21 +Version: 2.22 Release: 0 +#Upstream: CHECK(GPL-1.0+ or Artistic-1.0) %define cpan_name AnyEvent-HTTP -Summary: Simple but non-blocking HTTP/HTTPS client -License: GPL-1.0+ or Artistic-1.0 +Summary: Simple but Non-Blocking Http/Https Client +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/AnyEvent-HTTP/ -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 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl