forked from pool/perl-Protocol-WebSocket
Accepting request 520973 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/520973 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-WebSocket?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
621f3a71ef
commit
67d042a0d2
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bda2328f938252a3ef9f4c56ffca4f7761dce9194a2dc7a72179319ca53eea01
|
|
||||||
size 36635
|
|
3
Protocol-WebSocket-0.21.tar.gz
Normal file
3
Protocol-WebSocket-0.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e182c5884e1894f86f2e0b16c28f4a56e73e96b805f1263912044dd96a8f1ec1
|
||||||
|
size 36701
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 5 06:01:57 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.21
|
||||||
|
see /usr/share/doc/packages/perl-Protocol-WebSocket/Changes
|
||||||
|
|
||||||
|
0.21 2017-09-04T17:06:56Z
|
||||||
|
|
||||||
|
- MAX_PAYLOAD_SIZE global var
|
||||||
|
- MAX_MESSAGE_SIZE global var
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 5 07:09:59 UTC 2016 - coolo@suse.com
|
Sat Nov 5 07:09:59 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Protocol-WebSocket
|
# spec file for package perl-Protocol-WebSocket
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Protocol-WebSocket
|
Name: perl-Protocol-WebSocket
|
||||||
Version: 0.20
|
Version: 0.21
|
||||||
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+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Protocol-WebSocket/
|
Url: http://search.cpan.org/dist/Protocol-WebSocket/
|
||||||
Source0: http://www.cpan.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -71,6 +71,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples LICENSE minil.toml README.md util
|
%doc Changes examples minil.toml README.md util
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user