Accepting request 297059 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bot-BasicBot?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-16 05:51:57 +00:00
committed by Git OBS Bridge
parent 8469cde68c
commit 67330d1c34
6 changed files with 73 additions and 23 deletions

View File

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

View File

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

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

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#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

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Apr 16 05:33:45 UTC 2015 - coolo@suse.com
- updated to 0.89
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.89 Mon Nov 21 22:08:39 GMT 2011
- Document the use of STDOUT after calling forkit()
- Add accessors for PoCo::IRC's 'localaddr' and 'useipv6' options
- Allow specifying a coderef callback for forkit()
0.88 Sat Aug 27 15:29:39 GMT 2011
- Add a DESTROY method so it won't get AUTOLOADed
- Fix incorrect documentation of nick_change() return values
0.87 Sat May 14 18:48:55 GMT 2011
- Make charset_decode() use IRC::Utils::decode_irc() internally
- Make utf8 the default outgoing message encoding
-------------------------------------------------------------------
Thu Apr 16 05:33:44 UTC 2015 - coolo@suse.com
- updated to 0.88
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.88 Sat Aug 27 15:29:39 GMT 2011
- Add a DESTROY method so it won't get AUTOLOADed
- Fix incorrect documentation of nick_change() return values
0.87 Sat May 14 18:48:55 GMT 2011
- Make charset_decode() use IRC::Utils::decode_irc() internally
- Make utf8 the default outgoing message encoding
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 4 17:17:03 UTC 2011 - coolo@novell.com Mon Apr 4 17:17:03 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Bot-BasicBot (Version 0.86) # spec file for package perl-Bot-BasicBot
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Bot-BasicBot Name: perl-Bot-BasicBot
Version: 0.86 Version: 0.89
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Bot-BasicBot %define cpan_name Bot-BasicBot
Summary: simple irc bot baseclass Summary: Simple Irc Bot Baseclass
Url: http://search.cpan.org/dist/Bot-BasicBot/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/H/HI/HINRIK/Bot-BasicBot-%{version}.tar.gz Url: http://search.cpan.org/dist/Bot-BasicBot/
Source: %{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/H/HI/HINRIK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(POE::Component::IRC) >= 6.56 BuildRequires: perl(IRC::Utils)
BuildRequires: perl(Text::Wrap) BuildRequires: perl(POE)
Requires: perl(POE::Component::IRC) >= 6.56 BuildRequires: perl(POE::Component::IRC) >= 6.62
Requires: perl(Text::Wrap) Requires: perl(IRC::Utils)
Requires: perl(POE)
Requires: perl(POE::Component::IRC) >= 6.62
%{perl_requires} %{perl_requires}
%description %description
@@ -61,11 +64,8 @@ call /new and /run on it.
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755) %defattr(-,root,root,755)
%doc Changes examples LICENSE README %doc Changes examples LICENSE README
%changelog %changelog