Automatic update to v0.750.0 (0.75)

This commit is contained in:
2025-10-07 13:30:20 +00:00
parent 00d35d8035
commit 0303f49c94
4 changed files with 17 additions and 10 deletions

View File

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

BIN
Math-Random-0.75.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 7 13:30:20 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.750.0 (0.75)
see /usr/share/doc/packages/perl-Math-Random/Changes
-------------------------------------------------------------------
Tue Sep 1 09:09:11 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Math-Random
#
# 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,19 +18,20 @@
%define cpan_name Math-Random
Name: perl-Math-Random
Version: 0.720.0
Version: 0.750.0
Release: 0
# 0.72 -> normalize -> 0.720.0
%define cpan_version 0.72
# 0.75 -> normalize -> 0.750.0
%define cpan_version 0.75
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
License: Artistic-1.0 OR GPL-2.0-or-later
Summary: Random Number Generators
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GR/GROMMEL/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJERIUS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test2::V0) >= 1.302200
Provides: perl(Math::Random) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -50,7 +51,7 @@ facilities will be included in a future release. The code to perform the
excluded facilities is available as *randlib* in *Fortran* and *C* source.
%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
@@ -67,6 +68,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes Index README
%doc Changes README
%changelog