Accepting request 573740 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/573740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bot-BasicBot?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2018-02-07 15:56:27 +00:00
committed by Git OBS Bridge
parent c979d52df5
commit 006257daa9
4 changed files with 23 additions and 7 deletions

View File

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

3
Bot-BasicBot-0.93.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Feb 7 15:10:36 UTC 2018 - coolo@suse.com
- updated to 0.93
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.93 Fri Feb 2 00:12:02 GMT 2018
- Support WEBIRC
- Typo fixes
- Pass just the nick, not full n!u@h, to newly-introduced
mode_change() method, for consistency with other methods.
0.92 Thu Feb 1 20:09:43 GMT 2018
- new mode_change() method fired when modes change
- More accurate log messages upon connection
-------------------------------------------------------------------
Sat Apr 8 05:08:03 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Bot-BasicBot
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -17,7 +17,7 @@
Name: perl-Bot-BasicBot
Version: 0.91
Version: 0.93
Release: 0
%define cpan_name Bot-BasicBot
Summary: Simple Irc Bot Baseclass
@@ -32,10 +32,10 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IRC::Utils)
BuildRequires: perl(POE)
BuildRequires: perl(POE::Component::IRC) >= 6.62
BuildRequires: perl(POE::Component::IRC) >= 6.90
Requires: perl(IRC::Utils)
Requires: perl(POE)
Requires: perl(POE::Component::IRC) >= 6.62
Requires: perl(POE::Component::IRC) >= 6.90
%{perl_requires}
%description