forked from pool/perl-Statistics-Descriptive
Compare commits
12 Commits
c210e38b2c
...
main
Author | SHA256 | Date | |
---|---|---|---|
eb0f31871a | |||
e90ce6ccc1 | |||
f13c83cf59 | |||
66bc019e6e | |||
179569f9f6 | |||
2b7e64dcea | |||
f323d1ed67 | |||
71ad32e8a8 | |||
|
b115db8729 | ||
|
0d9662ae29 | ||
9794955729 | |||
a93abdc1ac |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:772413148e5e00efb32f277c4254aa78b9112490a896208dcd0025813afdbf7a
|
|
||||||
size 45929
|
|
3
Statistics-Descriptive-3.0801.tar.gz
Normal file
3
Statistics-Descriptive-3.0801.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:047b70a63fdcaa916168e0ff2d58e155e0ebbc68ed4ccbd73a7213dca3028f65
|
||||||
|
size 54174
|
@@ -1,3 +1,90 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 3 03:10:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.0801
|
||||||
|
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
|
||||||
|
|
||||||
|
3.0801 2023-07-02
|
||||||
|
- Correct typos
|
||||||
|
- https://github.com/shlomif/perl-Statistics-Descriptive/pull/8
|
||||||
|
- thanks to @anirvan
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 18 03:08:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.0800
|
||||||
|
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
|
||||||
|
|
||||||
|
3.0800 2020-10-17
|
||||||
|
- dist.ini / weaver.ini / .tidyallrc / etc. cleanup
|
||||||
|
- Move to @SHLOMIF
|
||||||
|
- Inspired by Lady_Aleena (Thanks!)
|
||||||
|
v0.2.1 2015-04-28
|
||||||
|
- Specify minimal version of perl to 5.8.x.
|
||||||
|
- CPANTS / Kwalitee
|
||||||
|
- Add provides to META.yml.
|
||||||
|
- CPANTS / Kwalitee
|
||||||
|
v0.2.0 2015-03-09
|
||||||
|
- Remove dependency on Moo/MooX/MooX::late.
|
||||||
|
- Seemed like an overkill for such a small and simple app.
|
||||||
|
- Remove dependency on List::MoreUtils.
|
||||||
|
- To avoid unnecessary deps.
|
||||||
|
v0.0.5 2015-01-25
|
||||||
|
- Add inc/ to the git repo, so minting a new release.
|
||||||
|
v0.0.4 2014-05-04
|
||||||
|
- Add minimal prereq on Getopt::Long 2.36 for GetOptionsFromArray.
|
||||||
|
- There were test failures with older Getopt::Long-s.
|
||||||
|
v0.0.3 2014-05-02
|
||||||
|
- Convert t/app.t from IPC::System::Simple to Test::Trap hoping to
|
||||||
|
fix test failures on MS Windows.
|
||||||
|
- we also don't use a separate process now but rather capture
|
||||||
|
STDOUT.
|
||||||
|
v0.0.2 2014-05-01
|
||||||
|
- Change the meta resources/links to point to the actual repository at
|
||||||
|
GitHub.
|
||||||
|
- Thanks to pyon from Freenode for noticing it.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 8 06:57:02 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 3.0702
|
||||||
|
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
|
||||||
|
|
||||||
|
3.0702 2018-10-25
|
||||||
|
- Rephrase some lacking phrasing in the docs.
|
||||||
|
- https://github.com/shlomif/perl-Statistics-Descriptive/issues/5
|
||||||
|
- Thanks to @melak .
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 17 06:04:29 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 3.0701
|
||||||
|
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
|
||||||
|
|
||||||
|
3.0701 2018-07-14
|
||||||
|
- Typo corrections thanks to Debian
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 14 06:03:57 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 3.0700
|
||||||
|
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
|
||||||
|
|
||||||
|
3.0700 2018-07-13
|
||||||
|
- Typo corrections thanks to Debian
|
||||||
|
- Added the ->summary() method to Statistics::Descriptive::Full.
|
||||||
|
- https://rt.cpan.org/Public/Bug/Display.html?id=82852
|
||||||
|
- Thanks to Su-Shee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 05:58:35 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 3.0613
|
||||||
|
see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
|
||||||
|
|
||||||
|
3.0613 2018-05-02
|
||||||
|
- Convert to Dist-Zilla.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 13 10:28:48 UTC 2016 - coolo@suse.com
|
Wed Jan 13 10:28:48 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Statistics-Descriptive
|
# spec file for package perl-Statistics-Descriptive
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,27 +12,29 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Statistics-Descriptive
|
|
||||||
Version: 3.0612
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Statistics-Descriptive
|
%define cpan_name Statistics-Descriptive
|
||||||
|
Name: perl-Statistics-Descriptive
|
||||||
|
Version: 3.0801
|
||||||
|
Release: 0
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Module of basic descriptive statistical functions
|
Summary: Module of basic descriptive statistical functions
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Statistics-Descriptive/
|
|
||||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(List::MoreUtils)
|
BuildRequires: perl(List::MoreUtils)
|
||||||
BuildRequires: perl(Module::Build) >= 0.360000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(List::MoreUtils)
|
Requires: perl(List::MoreUtils)
|
||||||
|
Requires: perl(parent)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -53,21 +55,21 @@ Many of the methods (both Sparse and Full) cache values so that subsequent
|
|||||||
calls with the same arguments are faster.
|
calls with the same arguments are faster.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes examples README UserSurvey.txt
|
||||||
%doc Changes examples LICENSE README rejects scripts UserSurvey.txt
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user