From 3103fc2cd09f44aff08f07042f30a040eae87afb3713d05c02a1c827b58b3307 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Thu, 28 Aug 2025 10:35:30 +0000 Subject: [PATCH] Automatic update to v0.490.0 (0.49) --- Math-GSL-0.44.tar.gz | 3 --- Math-GSL-0.49.tar.gz | 3 +++ perl-Math-GSL.changes | 6 ++++++ perl-Math-GSL.spec | 24 +++++++++++++----------- 4 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 Math-GSL-0.44.tar.gz create mode 100644 Math-GSL-0.49.tar.gz diff --git a/Math-GSL-0.44.tar.gz b/Math-GSL-0.44.tar.gz deleted file mode 100644 index 3b55e1b..0000000 --- a/Math-GSL-0.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27adba030d33d989269fde0b0a5854259f69884e569ca5401a3c2a442469bcb7 -size 23850299 diff --git a/Math-GSL-0.49.tar.gz b/Math-GSL-0.49.tar.gz new file mode 100644 index 0000000..bc15f9a --- /dev/null +++ b/Math-GSL-0.49.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee9f1f24b11a99872f19b5247bc1eb0ea53cf3ecd6883fe1d4d287b95fc76aa +size 26221844 diff --git a/perl-Math-GSL.changes b/perl-Math-GSL.changes index db08d28..c35704f 100644 --- a/perl-Math-GSL.changes +++ b/perl-Math-GSL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 28 10:35:30 UTC 2025 - Tina Müller + +- updated to 0.490.0 (0.49) + see /usr/share/doc/packages/perl-Math-GSL/Changes + ------------------------------------------------------------------- Fri Mar 8 22:42:32 UTC 2024 - Tina Müller diff --git a/perl-Math-GSL.spec b/perl-Math-GSL.spec index 86e0841..a31ce69 100644 --- a/perl-Math-GSL.spec +++ b/perl-Math-GSL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Math-GSL # -# Copyright (c) 2024 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,9 +18,10 @@ %define cpan_name Math-GSL Name: perl-Math-GSL -Version: 0.440.0 +Version: 0.490.0 Release: 0 -%define cpan_version 0.44 +# 0.49 -> normalize -> 0.490.0 +%define cpan_version 0.49 License: GPL-1.0-or-later Summary: Interface to the GNU Scientific Library using SWIG URL: https://metacpan.org/release/%{cpan_name} @@ -29,13 +30,13 @@ Source1: cpanspec.yml Source100: README.md BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Alien::GSL) >= 1.01 -BuildRequires: perl(Module::Build) >= 0.38 -BuildRequires: perl(PkgConfig) >= 0.07720 -BuildRequires: perl(Test::Class) >= 0.12 -BuildRequires: perl(Test::Exception) >= 0.21 -BuildRequires: perl(Test::Most) >= 0.31 -BuildRequires: perl(Test::Taint) >= 1.06 +BuildRequires: perl(Math::GSL::Alien) >= 1.30 +BuildRequires: perl(Module::Build) >= 0.380 +BuildRequires: perl(PkgConfig) >= 0.77.200 +BuildRequires: perl(Test::Class) >= 0.120 +BuildRequires: perl(Test::Exception) >= 0.210 +BuildRequires: perl(Test::Most) >= 0.310 +BuildRequires: perl(Test::Taint) >= 1.60 BuildRequires: perl(parent) BuildRequires: perl(version) >= 0.77 Requires: perl(parent) @@ -142,6 +143,7 @@ Provides: perl(Math::GSL::Integration::gsl_integration_fixed_params) Provides: perl(Math::GSL::Integration::gsl_integration_fixed_type) Provides: perl(Math::GSL::Integration::gsl_integration_fixed_workspace) Provides: perl(Math::GSL::Integration::gsl_integration_glfixed_table) +Provides: perl(Math::GSL::Integration::gsl_integration_lebedev_workspace) Provides: perl(Math::GSL::Integration::gsl_integration_qawo_table) Provides: perl(Math::GSL::Integration::gsl_integration_qaws_table) Provides: perl(Math::GSL::Integration::gsl_integration_romberg_workspace) @@ -372,7 +374,7 @@ BuildRequires: gsl-devel Interface to the GNU Scientific Library using SWIG %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 -- 2.49.0