Accepting request 295713 from devel:languages:perl:autoupdate

update

OBS-URL: https://build.opensuse.org/request/show/295713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-TokenBucket?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-13 16:01:18 +00:00
committed by Git OBS Bridge
parent c734b28f72
commit 86ead3fd6f
4 changed files with 21 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 13 15:46:15 UTC 2015 - coolo@suse.com
- updated to 0.36
see /usr/share/doc/packages/perl-Algorithm-TokenBucket/Changes
0.36 Sun Jun 23 12:20:54 MSK 2013
- Increase some epsilons in tests to account for really slow test
boxes. No functional changes.
-------------------------------------------------------------------
Thu Apr 14 08:50:49 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Algorithm-TokenBucket (Version 0.32)
# spec file for package perl-Algorithm-TokenBucket
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Algorithm-TokenBucket
Version: 0.32
Release: 1
License: Artistic
Version: 0.36
Release: 0
%define cpan_name Algorithm-TokenBucket
Summary: Token bucket rate limiting algorithm
Url: http://search.cpan.org/dist/Algorithm-TokenBucket/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Algorithm-TokenBucket/
Source: http://www.cpan.org/authors/id/K/KA/KAPPA/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build) >= 0.4
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Time::HiRes)
%{perl_requires}
%description
@@ -61,9 +60,6 @@ shamelessly borrowed from http://linux-ip.net/gl/tcng/node62.html page.
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README