Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-AnyEvent-WebSocket-Client for
openSUSE:Factory checked in at 2021-03-24 16:13:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-AnyEvent-WebSocket-Client (Old)
and /work/SRC/openSUSE:Factory/.perl-AnyEvent-WebSocket-Client.new.2401
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-AnyEvent-WebSocket-Client"
Wed Mar 24 16:13:11 2021 rev:2 rq:880562 version:0.54
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-AnyEvent-WebSocket-Client/perl-AnyEvent-WebSocket-Client.changes
2020-11-07 21:01:32.770011297 +0100
+++
/work/SRC/openSUSE:Factory/.perl-AnyEvent-WebSocket-Client.new.2401/perl-AnyEvent-WebSocket-Client.changes
2021-03-24 16:13:12.723955353 +0100
@@ -1,0 +2,10 @@
+Sat Mar 20 03:06:08 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.54
+ see /usr/share/doc/packages/perl-AnyEvent-WebSocket-Client/Changes
+
+ 0.54 2021-03-19 06:13:48 -0600
+ - Delay loading AnyEvent::Connector until needed.
+ - Moved git repository to new github org.
+
+-------------------------------------------------------------------
Old:
----
AnyEvent-WebSocket-Client-0.53.tar.gz
New:
----
AnyEvent-WebSocket-Client-0.54.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-AnyEvent-WebSocket-Client.spec ++++++
--- /var/tmp/diff_new_pack.meoXOO/_old 2021-03-24 16:13:13.235955889 +0100
+++ /var/tmp/diff_new_pack.meoXOO/_new 2021-03-24 16:13:13.239955894 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-AnyEvent-WebSocket-Client
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
#
+%define cpan_name AnyEvent-WebSocket-Client
Name: perl-AnyEvent-WebSocket-Client
-Version: 0.53
+Version: 0.54
Release: 0
-%define cpan_name AnyEvent-WebSocket-Client
Summary: WebSocket client for AnyEvent
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(AnyEvent) >= 7.13
@@ -40,7 +39,6 @@
BuildRequires: perl(Test2::V0) >= 0.000060
BuildRequires: perl(URI) >= 1.53
BuildRequires: perl(URI::ws)
-Requires: perl-base = %{perl_version}
Requires: perl(AnyEvent) >= 7.13
Requires: perl(AnyEvent::Connector) >= 0.03
Requires: perl(Moo) >= 2.0
@@ -53,7 +51,6 @@
Recommends: perl(Math::Random::Secure)
Recommends: perl(Net::SSLeay)
Recommends: perl(PerlX::Maybe::XS)
-
%{perl_requires}
%description
@@ -70,12 +67,12 @@
and removed.
%prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -86,7 +83,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc author.yml Changes example README
%license LICENSE
++++++ AnyEvent-WebSocket-Client-0.53.tar.gz ->
AnyEvent-WebSocket-Client-0.54.tar.gz ++++++
++++ 2041 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#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_build: |-
# rm unused.files
#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
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section