8
0

Automatic update to v0.170.0 (0.17) #1

Open
cpanmirror wants to merge 1 commits from cpanmirror/perl-Statistics-CaseResampling:autoupdate into main
4 changed files with 18 additions and 8 deletions

View File

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

BIN
Statistics-CaseResampling-0.17.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 8 14:37:35 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.170.0 (0.17)
see /usr/share/doc/packages/perl-Statistics-CaseResampling/Changes
0.17 Thu Jul 17 20:00:00 2025
- Include a fallback #ifndef for what appears to be an edge case github
actions issue.
-------------------------------------------------------------------
Tue May 20 05:36:17 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Statistics-CaseResampling
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Statistics-CaseResampling
Name: perl-Statistics-CaseResampling
Version: 0.160.0
Version: 0.170.0
Release: 0
# 0.16 -> normalize -> 0.160.0
%define cpan_version 0.16
# 0.17 -> normalize -> 0.170.0
%define cpan_version 0.17
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Efficient resampling and calculation of medians with confidence intervals
URL: https://metacpan.org/release/%{cpan_name}
@@ -48,7 +48,7 @@ selection) algorithm that works in linear time as opposed to the trivial
implementation that requires 'O(n*log(n))'.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"