forked from pool/perl-Protocol-WebSocket
Accepting request 438769 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/438769 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-WebSocket?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
e46c111ad2
commit
621f3a71ef
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85be8d21b6ea4039e6b3365c5b5eda1afac6f278cd619c7fedae0d739b5cc998
|
||||
size 36019
|
3
Protocol-WebSocket-0.20.tar.gz
Normal file
3
Protocol-WebSocket-0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda2328f938252a3ef9f4c56ffca4f7761dce9194a2dc7a72179319ca53eea01
|
||||
size 36635
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 07:09:59 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.20
|
||||
see /usr/share/doc/packages/perl-Protocol-WebSocket/Changes
|
||||
|
||||
0.20 2016-11-04T18:21:37Z
|
||||
|
||||
- RSV bit (Anton Petrusevich)
|
||||
- do not modify passed headers structure (Graham Ollis)
|
||||
- bypass max payload size (Graham Ollis)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 09:10:18 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Protocol-WebSocket
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Protocol-WebSocket
|
||||
Version: 0.19
|
||||
Version: 0.20
|
||||
Release: 0
|
||||
%define cpan_name Protocol-WebSocket
|
||||
Summary: WebSocket protocol
|
||||
@@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(Module::Build) >= 0.380000
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
Requires: perl(Digest::SHA)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -40,8 +40,7 @@ Client/server WebSocket message and frame parser/constructor. This module
|
||||
does not provide a WebSocket server or client, but is made for using in
|
||||
http servers or clients to provide WebSocket support.
|
||||
|
||||
the Protocol::WebSocket manpage supports the following WebSocket protocol
|
||||
versions:
|
||||
Protocol::WebSocket supports the following WebSocket protocol versions:
|
||||
|
||||
draft-ietf-hybi-17 (latest)
|
||||
draft-ietf-hybi-10
|
||||
@@ -52,26 +51,26 @@ By default the latest version is used. The WebSocket version is detected
|
||||
automatically on the server side. On the client side you have set a
|
||||
'version' attribute to an appropriate value.
|
||||
|
||||
the Protocol::WebSocket manpage itself does not contain any code and cannot
|
||||
be used directly. Instead the following modules should be used:
|
||||
Protocol::WebSocket itself does not contain any code and cannot be used
|
||||
directly. Instead the following modules should be used:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE minil.toml util
|
||||
%doc Changes examples LICENSE minil.toml README.md util
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user