forked from perl/perl-Math-Random
Automatic update to v0.750.0 (0.75)
This commit is contained in:
@@ -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
BIN
Math-Random-0.75.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
Tue Sep 1 09:09:11 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Math-Random
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,19 +18,20 @@
|
|||||||
|
|
||||||
%define cpan_name Math-Random
|
%define cpan_name Math-Random
|
||||||
Name: perl-Math-Random
|
Name: perl-Math-Random
|
||||||
Version: 0.720.0
|
Version: 0.750.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.72 -> normalize -> 0.720.0
|
# 0.75 -> normalize -> 0.750.0
|
||||||
%define cpan_version 0.72
|
%define cpan_version 0.75
|
||||||
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||||
License: Artistic-1.0 OR GPL-2.0-or-later
|
License: Artistic-1.0 OR GPL-2.0-or-later
|
||||||
Summary: Random Number Generators
|
Summary: Random Number Generators
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Test2::V0) >= 1.302200
|
||||||
Provides: perl(Math::Random) = %{version}
|
Provides: perl(Math::Random) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{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.
|
excluded facilities is available as *randlib* in *Fortran* and *C* source.
|
||||||
|
|
||||||
%prep
|
%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
|
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
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes Index README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user