8
0

Accepting request 684751 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/684751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-WebSocket?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2019-03-14 10:42:35 +00:00
committed by Git OBS Bridge
parent 6eedcdb7b2
commit 60e8a05ecf
4 changed files with 24 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 13 16:32:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.26
see /usr/share/doc/packages/perl-Protocol-WebSocket/Changes
0.26 2019-03-09T09:35:15Z
- Introduce MAX_FRAGMENTS_AMOUNT to change the allowable amount of fragments (Daniel Kamil Kozar)
- Update draft-ietf-hybi-00 tests to include the error text in response line (Daniel Kamil Kozar)
0.25 2019-03-09T09:31:45Z
- The "Wrong response line" error now includes the actual response line (Max Maischein)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 14 07:05:41 UTC 2018 - coolo@suse.com Sun Jan 14 07:05:41 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Protocol-WebSocket # spec file for package perl-Protocol-WebSocket
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 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
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Protocol-WebSocket Name: perl-Protocol-WebSocket
Version: 0.24 Version: 0.26
Release: 0 Release: 0
%define cpan_name Protocol-WebSocket %define cpan_name Protocol-WebSocket
Summary: WebSocket protocol Summary: WebSocket protocol
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Protocol-WebSocket/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/V/VT/VTI/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/V/VT/VTI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -59,7 +59,7 @@ directly. Instead the following modules should be used:
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Build.PL --installdirs=vendor perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags} ./Build build --flags=%{?_smp_mflags}
%check %check