From e46c111ad2db06161cf33755ae579a5947b5d331d30397de125b4805f14380c0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sun, 4 Oct 2015 09:52:12 +0000 Subject: [PATCH] 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 --- Protocol-WebSocket-0.18.tar.gz | 3 --- Protocol-WebSocket-0.19.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Protocol-WebSocket.changes | 11 +++++++++++ perl-Protocol-WebSocket.spec | 7 ++++--- 5 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 Protocol-WebSocket-0.18.tar.gz create mode 100644 Protocol-WebSocket-0.19.tar.gz create mode 100644 cpanspec.yml diff --git a/Protocol-WebSocket-0.18.tar.gz b/Protocol-WebSocket-0.18.tar.gz deleted file mode 100644 index 2e22b0e..0000000 --- a/Protocol-WebSocket-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57dc9171397ebdcdb47cfef6229e07fb512168d8e5569ca24d719e1e8c0548b9 -size 35743 diff --git a/Protocol-WebSocket-0.19.tar.gz b/Protocol-WebSocket-0.19.tar.gz new file mode 100644 index 0000000..3ca1215 --- /dev/null +++ b/Protocol-WebSocket-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85be8d21b6ea4039e6b3365c5b5eda1afac6f278cd619c7fedae0d739b5cc998 +size 36019 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Protocol-WebSocket.changes b/perl-Protocol-WebSocket.changes index 40f7d75..a23a4df 100644 --- a/perl-Protocol-WebSocket.changes +++ b/perl-Protocol-WebSocket.changes @@ -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 diff --git a/perl-Protocol-WebSocket.spec b/perl-Protocol-WebSocket.spec index d38af8e..7e6af1a 100644 --- a/perl-Protocol-WebSocket.spec +++ b/perl-Protocol-WebSocket.spec @@ -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}