8
0

Accepting request 336260 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/336260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-WebSocket?expand=0&rev=3
This commit is contained in:
2015-10-04 09:52:12 +00:00
committed by Git OBS Bridge
parent 0a8e3119c4
commit e46c111ad2
5 changed files with 41 additions and 6 deletions

View File

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

View File

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

23
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 4 09:10:18 UTC 2015 - coolo@suse.com
- updated to 0.19
see /usr/share/doc/packages/perl-Protocol-WebSocket/Changes
0.19 2015-09-28T16:55:01Z
- custom headers in request
- fix wrong UTF-8 related documentation (#GH-13)
-------------------------------------------------------------------
Tue Apr 14 18:33:21 UTC 2015 - coolo@suse.com

View File

@@ -17,20 +17,21 @@
Name: perl-Protocol-WebSocket
Version: 0.18
Version: 0.19
Release: 0
%define cpan_name Protocol-WebSocket
Summary: WebSocket protocol
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Protocol-WebSocket/
Source: http://www.cpan.org/authors/id/V/VT/VTI/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/V/VT/VTI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Module::Build) >= 0.380000
Requires: perl(Digest::SHA)
%{perl_requires}