Compare commits
10 Commits
6b572bbef8
...
3c36d7db88
Author | SHA256 | Date | |
---|---|---|---|
3c36d7db88 | |||
|
4eb7fdaa3f | ||
|
40a413486a | ||
5b798a2348 | |||
b904baa7a7 | |||
69503a45f8 | |||
9749028ed7 | |||
|
fe44ec738b | ||
f91dc1fab3 | |||
|
2cb25f2bc3 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:257e82e5d7e084baf5d1ebb41fbc71a3026be2f99e22d8e2b581675372f72ef8
|
||||
size 33025
|
3
Math-GMP-2.25.tar.gz
Normal file
3
Math-GMP-2.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:382b71e54762f639e9a42a9b06934151987ba57d11bb70d35e3bec88d50450ce
|
||||
size 34422
|
@@ -1,3 +1,111 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 03:07:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.25
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.25 2022-03-15 Shlomif
|
||||
- Refactoring.
|
||||
- Test::Builder workaround
|
||||
- Thanks to Hugo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 03:06:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.24
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.24 2021-11-17 Shlomif
|
||||
- tests+better docs for bnok() (Binomial)
|
||||
- Eliminate warning about not_here() in GMP.xs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 03:06:57 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.23
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.23 2021-11-05 Shlomif
|
||||
- add support for bmulf() to multiply by a floating point number
|
||||
- Hugo
|
||||
- add support for bnok() (Binomial)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 21 03:07:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.22
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.22 2021-09-20 Shlomif
|
||||
- Signature files are generated unreliably and are an ongoing source of
|
||||
bug reports. As a result, we decided to axe them altogether.
|
||||
- https://github.com/turnstep/Math-GMP/issues/6
|
||||
- Thanks to @lemrouch .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 12 03:06:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.21
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.21 2021-09-11 Shlomif
|
||||
- Apply doc patch from @hvds documenting the pitfalls of division by zero.
|
||||
- https://github.com/turnstep/Math-GMP/issues/5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 03:09:55 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.20
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.20 2020-02-09 Shlomif
|
||||
- Try to fix tests when using libgmp version 6.2.0
|
||||
- https://rt.cpan.org/Public/Bug/Display.html?id=131718
|
||||
- Thanks to GREGOA and HVDS and Debian.
|
||||
- The tests should still pass on earlier libgmps.
|
||||
|
||||
2.19 2018-04-08 Shlomif
|
||||
- Fix int() on large unsigned integers.
|
||||
- https://github.com/turnstep/Math-GMP/issues/2
|
||||
- Thanks to @trizen .
|
||||
|
||||
2.18 2018-04-07 Shlomif
|
||||
- Depend on Alien::GMP to automatically install GMP when missing
|
||||
- See https://rt.cpan.org/Ticket/Display.html?id=125018
|
||||
- See https://github.com/turnstep/Math-GMP/pull/1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:09:48 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 2.17
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.17 2018-04-05 Shlomif
|
||||
- Correct the link to the GitHub repository.
|
||||
- See https://rt.cpan.org/Ticket/Display.html?id=125018
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 06:35:20 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 2.16
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.16 2017-12-18 Shlomif
|
||||
- Fix behaviour under "use feature 'bitwise'"
|
||||
- See https://rt.cpan.org/Public/Bug/Display.html?id=123907
|
||||
- Thanks to Sisphus for the report and perlxs for some insights.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 05:43:46 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 2.15
|
||||
see /usr/share/doc/packages/perl-Math-GMP/Changes
|
||||
|
||||
2.15 2017-06-25 Shlomif
|
||||
- Bump required perl version to 5.10.x.
|
||||
- There were test failures with 5.8.x and even 5.10.x is old enough.
|
||||
- http://www.cpantesters.org/cpan/report/256184b2-58bf-11e7-a074-e1beba07c9dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 06:03:22 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Math-GMP
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,24 +12,26 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Math-GMP
|
||||
Version: 2.14
|
||||
Release: 0
|
||||
%define cpan_name Math-GMP
|
||||
Name: perl-Math-GMP
|
||||
Version: 2.250.0
|
||||
Release: 0
|
||||
# 2.25 -> normalize -> 2.250.0
|
||||
%define cpan_version 2.25
|
||||
License: LGPL-2.1-or-later
|
||||
Summary: High speed arbitrary size integer math
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Math-GMP/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::CheckLib) >= 0.9
|
||||
BuildRequires: perl(Alien::GMP) >= 1.80.0
|
||||
Provides: perl(Math::GMP) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: gmp-devel
|
||||
@@ -61,14 +63,14 @@ meaninglessness (smaller exponents yield less accurate data due to floating
|
||||
point rounding).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -76,7 +78,7 @@ point rounding).
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes COPYING.LIB LICENSE README
|
||||
%doc Changes README.md
|
||||
%license COPYING.LIB LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user