Accepting request 305025 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/305025
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Proxy?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2015-05-02 09:33:30 +00:00
committed by Git OBS Bridge
parent 0df3a22e70
commit ab64a6ea53
5 changed files with 51 additions and 13 deletions

View File

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

3
HTTP-Proxy-0.303.tar.gz Normal file
View File

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

23
cpanspec.yml Normal file
View 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: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat May 2 09:25:20 UTC 2015 - coolo@suse.com
- updated to 0.303
see /usr/share/doc/packages/perl-HTTP-Proxy/Changes
0.303 Wed Apr 29 2015
[FIXES]
- closed RT #90414 (Vincenzo Buttazzo), fixing HTTPS data transfer
- closed RT #62950 (Slaven Rezic), adding the port to the Via: header
[DOCUMENTATION]
- added many more contributors in the META file
[TEST]
- fixed t/23connect.t
-------------------------------------------------------------------
Tue Apr 14 18:10:35 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-HTTP-Proxy
Version: 0.302
Version: 0.303
Release: 0
%define cpan_name HTTP-Proxy
Summary: A pure Perl HTTP proxy
Summary: Pure Perl Http Proxy
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTTP-Proxy/
Source: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -37,8 +38,6 @@ BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(LWP::ConnCache)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Module::Build::Tiny) >= 0.039
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(HTTP::Daemon)
Requires: perl(HTTP::Date)
Requires: perl(HTTP::Headers::Util)
@@ -69,18 +68,19 @@ only during a single HTTP connection (request + response).
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
./Build test
%{__make} test
%install
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes eg LICENSE README
%doc Changes LICENSE README
%changelog