diff --git a/Protocol-WebSocket-0.24.tar.gz b/Protocol-WebSocket-0.24.tar.gz deleted file mode 100644 index 69ebea7..0000000 --- a/Protocol-WebSocket-0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfa8dbe69fd580ff8252b4d05c39bb0bd0050977bef40c9d148857bb824c14f0 -size 36952 diff --git a/Protocol-WebSocket-0.26.tar.gz b/Protocol-WebSocket-0.26.tar.gz new file mode 100644 index 0000000..93ea23b --- /dev/null +++ b/Protocol-WebSocket-0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5837d03711a7a3254f0afecb7e409e8b09376060c38a5b8295e8ee9af7575522 +size 37492 diff --git a/perl-Protocol-WebSocket.changes b/perl-Protocol-WebSocket.changes index 060392e..9ea9225 100644 --- a/perl-Protocol-WebSocket.changes +++ b/perl-Protocol-WebSocket.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 13 16:32:45 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-Protocol-WebSocket.spec b/perl-Protocol-WebSocket.spec index eb60303..2866a32 100644 --- a/perl-Protocol-WebSocket.spec +++ b/perl-Protocol-WebSocket.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 0.24 +Version: 0.26 Release: 0 %define cpan_name Protocol-WebSocket 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 -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 Source1: cpanspec.yml BuildArch: noarch @@ -59,7 +59,7 @@ directly. Instead the following modules should be used: find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Build.PL --installdirs=vendor +perl Build.PL --installdirs=vendor ./Build build --flags=%{?_smp_mflags} %check