forked from pool/perl-AnyEvent-HTTP
Accepting request 307223 from devel:languages:perl:autoupdate
- updated to 2.22 see /usr/share/doc/packages/perl-AnyEvent-HTTP/Changes OBS-URL: https://build.opensuse.org/request/show/307223 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent-HTTP?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
19740f9ba3
commit
ac723b42ce
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d4b30fe2f1b0f50f39feb72c237a7cc67dfadeb761afcb1ace78f0a6110256e
|
|
||||||
size 26710
|
|
3
AnyEvent-HTTP-2.22.tar.gz
Normal file
3
AnyEvent-HTTP-2.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:864544a4f35b3f14b59f42a26d338d98cfe8fae726eb3578dcf36eed0df5aa6e
|
||||||
|
size 27965
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -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
|
@@ -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
|
Fri Jul 25 09:32:00 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-AnyEvent-HTTP
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-AnyEvent-HTTP
|
Name: perl-AnyEvent-HTTP
|
||||||
Version: 2.21
|
Version: 2.22
|
||||||
Release: 0
|
Release: 0
|
||||||
|
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||||
%define cpan_name AnyEvent-HTTP
|
%define cpan_name AnyEvent-HTTP
|
||||||
Summary: Simple but non-blocking HTTP/HTTPS client
|
Summary: Simple but Non-Blocking Http/Https Client
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/AnyEvent-HTTP/
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Reference in New Issue
Block a user