1 Commits

Author SHA256 Message Date
3103fc2cd0 Automatic update to v0.490.0 (0.49) 2025-08-28 10:35:30 +00:00
4 changed files with 22 additions and 14 deletions

View File

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

BIN
Math-GSL-0.49.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 28 10:35:30 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

View File

@@ -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