From a48ebe3b13f8fffdf57ff861746196fb64c5a90df9aea299200af3dc68c0ee0c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 19 Dec 2011 16:27:21 +0000 Subject: [PATCH] - update to 3.0202 - Moved tag-release.pl to scripts/tag-release.pl (though we now use Mercurial instead of Subversion.) - Add t/mode.t to test the ->mode() method. - Documented ->mode() better. - Optimized ->mode(). - Add some documentation clarifying the 0th percentile return, as it returns undef() for representing -inf: - Fix https://rt.cpan.org/Ticket/Display.html?id=62055 - Thanks to Dave Breimann for reporting it. - Add the tag-release.pl to tag a release using Subversion. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=7 --- Statistics-Descriptive-3.0200.tar.bz2 | 3 --- perl-Statistics-Descriptive.changes | 15 +++++++++++++++ perl-Statistics-Descriptive.spec | 12 +++++------- 3 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 Statistics-Descriptive-3.0200.tar.bz2 diff --git a/Statistics-Descriptive-3.0200.tar.bz2 b/Statistics-Descriptive-3.0200.tar.bz2 deleted file mode 100644 index d07661e..0000000 --- a/Statistics-Descriptive-3.0200.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee999c5b7430f21d869b34cfbb874f91c6ea44a0c6f3bd64f405e0bf60ffecfe -size 17595 diff --git a/perl-Statistics-Descriptive.changes b/perl-Statistics-Descriptive.changes index b2639db..6465a07 100644 --- a/perl-Statistics-Descriptive.changes +++ b/perl-Statistics-Descriptive.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Dec 19 16:26:40 UTC 2011 - coolo@suse.de + +- update to 3.0202 + - Moved tag-release.pl to scripts/tag-release.pl (though we now use + Mercurial instead of Subversion.) + - Add t/mode.t to test the ->mode() method. + - Documented ->mode() better. + - Optimized ->mode(). + - Add some documentation clarifying the 0th percentile return, as it + returns undef() for representing -inf: + - Fix https://rt.cpan.org/Ticket/Display.html?id=62055 + - Thanks to Dave Breimann for reporting it. + - Add the tag-release.pl to tag a release using Subversion. + ------------------------------------------------------------------- Tue Nov 30 19:20:43 UTC 2010 - coolo@novell.com diff --git a/perl-Statistics-Descriptive.spec b/perl-Statistics-Descriptive.spec index 4447a6e..511f32c 100644 --- a/perl-Statistics-Descriptive.spec +++ b/perl-Statistics-Descriptive.spec @@ -15,26 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %bcond_with pod Name: perl-Statistics-Descriptive %define cpan_name Statistics-Descriptive Summary: Module of basic descriptive statistical functions -Version: 3.0200 -Release: 1 -License: GPL+ or Artistic +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Version: 3.0202 +Release: 0 Url: http://search.cpan.org/dist/Statistics-Descriptive/ -#Source: http://www.cpan.org/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Source: http://www.cpan.org/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros +BuildRequires: perl(Module::Build) %if %{with pod} BuildRequires: perl(Test::Pod) >= 1.22 BuildRequires: perl(Test::Pod::Coverage) >= 1.08