From fa0c44276a8963f8ba94e0b1e3ca352858529f3b1771c8fabc62bdddd407b9d7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 6 Apr 2017 13:00:10 +0000 Subject: [PATCH] Accepting request 485958 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/485958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bot-BasicBot?expand=0&rev=5 --- Bot-BasicBot-0.89.tar.gz | 3 --- Bot-BasicBot-0.90.tar.gz | 3 +++ perl-Bot-BasicBot.changes | 11 +++++++++++ perl-Bot-BasicBot.spec | 11 ++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 Bot-BasicBot-0.89.tar.gz create mode 100644 Bot-BasicBot-0.90.tar.gz diff --git a/Bot-BasicBot-0.89.tar.gz b/Bot-BasicBot-0.89.tar.gz deleted file mode 100644 index 78de7e5..0000000 --- a/Bot-BasicBot-0.89.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c39b018d878db3286946955382625d9c9056a64128d77dbc57e5aaeab2f3948 -size 31248 diff --git a/Bot-BasicBot-0.90.tar.gz b/Bot-BasicBot-0.90.tar.gz new file mode 100644 index 0000000..6f6365d --- /dev/null +++ b/Bot-BasicBot-0.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead0d7795ed41f0aa3e32b6c94723109c317700ff72ad541ea44894d3142b947 +size 25604 diff --git a/perl-Bot-BasicBot.changes b/perl-Bot-BasicBot.changes index ea2c367..a668de4 100644 --- a/perl-Bot-BasicBot.changes +++ b/perl-Bot-BasicBot.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 6 05:08:13 UTC 2017 - coolo@suse.com + +- updated to 0.90 + see /usr/share/doc/packages/perl-Bot-BasicBot/Changes + + 0.90 Wed Apr 5 23:34:09 CEST 2017 + - Populate raw_nick for chanjoin (Jeremy Gainsford) + - Small documentation improvements + - Maintainership transferred to David Precious + ------------------------------------------------------------------- Thu Apr 16 05:33:45 UTC 2015 - coolo@suse.com diff --git a/perl-Bot-BasicBot.spec b/perl-Bot-BasicBot.spec index 62c71f3..2c0d80c 100644 --- a/perl-Bot-BasicBot.spec +++ b/perl-Bot-BasicBot.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Bot-BasicBot # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,14 +17,14 @@ Name: perl-Bot-BasicBot -Version: 0.89 +Version: 0.90 Release: 0 %define cpan_name Bot-BasicBot Summary: Simple Irc Bot Baseclass License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Bot-BasicBot/ -Source0: http://www.cpan.org/authors/id/H/HI/HINRIK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/H/HI/HINRIK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,7 +47,7 @@ folder in the Bot::BasicBot tarball. A quick summary, though - You want to define your own package that subclasses Bot::BasicBot, override various methods (documented below), then -call /new and /run on it. +call 'new' and 'run' on it. %prep %setup -q -n %{cpan_name}-%{version} @@ -66,6 +66,7 @@ call /new and /run on it. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README +%doc Changes examples +%license LICENSE %changelog