diff --git a/Math-Random-0.72.tar.gz b/Math-Random-0.72.tar.gz deleted file mode 100644 index 1ca0ee8..0000000 --- a/Math-Random-0.72.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be0522328811d96de505d9ebac3d096359026fa8d5c38f7bb999a78ec5bc254c -size 46907 diff --git a/Math-Random-0.75.tar.gz b/Math-Random-0.75.tar.gz new file mode 100644 index 0000000..9ca0754 --- /dev/null +++ b/Math-Random-0.75.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f9c94c32fcc6dcda16bd2a5e50f6562386d2afc528e5efb369aa2e9596025b +size 49347 diff --git a/perl-Math-Random.changes b/perl-Math-Random.changes index a186b06..b685dce 100644 --- a/perl-Math-Random.changes +++ b/perl-Math-Random.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 7 13:30:20 UTC 2025 - Tina Müller + +- 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 diff --git a/perl-Math-Random.spec b/perl-Math-Random.spec index da56f7d..a6821c3 100644 --- a/perl-Math-Random.spec +++ b/perl-Math-Random.spec @@ -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