diff --git a/HTTP-Proxy-0.302.tar.gz b/HTTP-Proxy-0.302.tar.gz deleted file mode 100644 index be40394..0000000 --- a/HTTP-Proxy-0.302.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6c0b84e2ab2b739c43099c3b262ad6b689c55760655058efe1d905cce2333b6 -size 81256 diff --git a/HTTP-Proxy-0.303.tar.gz b/HTTP-Proxy-0.303.tar.gz new file mode 100644 index 0000000..1470062 --- /dev/null +++ b/HTTP-Proxy-0.303.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5102397c5d532260aba40c995cedc3edae108b6d80fa585af7646275cb782b13 +size 84159 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /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: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-HTTP-Proxy.changes b/perl-HTTP-Proxy.changes index 161277e..be0ba9c 100644 --- a/perl-HTTP-Proxy.changes +++ b/perl-HTTP-Proxy.changes @@ -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 diff --git a/perl-HTTP-Proxy.spec b/perl-HTTP-Proxy.spec index 44c0dc7..fdd4cdd 100644 --- a/perl-HTTP-Proxy.spec +++ b/perl-HTTP-Proxy.spec @@ -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