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
This commit is contained in:
committed by
Git OBS Bridge
parent
67330d1c34
commit
fa0c44276a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c39b018d878db3286946955382625d9c9056a64128d77dbc57e5aaeab2f3948
|
||||
size 31248
|
3
Bot-BasicBot-0.90.tar.gz
Normal file
3
Bot-BasicBot-0.90.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ead0d7795ed41f0aa3e32b6c94723109c317700ff72ad541ea44894d3142b947
|
||||
size 25604
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user