diff --git a/Math-BigInt-FastCalc-0.42.tar.gz b/Math-BigInt-FastCalc-0.42.tar.gz deleted file mode 100644 index 60811d5..0000000 --- a/Math-BigInt-FastCalc-0.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c42ad5d22bbb0b68baf4467f0b17bee80353c2e48714833c5236eb8e945c0f7e -size 71538 diff --git a/Math-BigInt-FastCalc-0.5007.tar.gz b/Math-BigInt-FastCalc-0.5007.tar.gz new file mode 100644 index 0000000..b900328 --- /dev/null +++ b/Math-BigInt-FastCalc-0.5007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8301c1b76410e4da71f23c4c8f7dfe4539dbe5a6d9c54102774db098dbb5f4 +size 2449016 diff --git a/perl-Math-BigInt-FastCalc.changes b/perl-Math-BigInt-FastCalc.changes index 8554603..72b9a61 100644 --- a/perl-Math-BigInt-FastCalc.changes +++ b/perl-Math-BigInt-FastCalc.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Tue Sep 25 15:23:56 UTC 2018 - pmonrealgonzalez@suse.com + +- updated to 0.5007 2018-04-17 + * The tests now require Test::More version 0.88 or newer. + * Sync test files with Math-BigInt. + * Add test files t/release-test-version.t, t/release-portability.t, + and t/release-cpan-changes.t. + * Use a MANIFEST.SKIP file based on the default file in the + ExtUtils-Manifest distribution. + * Format CHANGES according to CPAN::Changes::Spec. + * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t + to t/release-pod-coverage.t. + + 0.5006 2017-01-11 pjacklam + * Fix syntax for required version of Math::BigInt::Lib. + * Better checking of POD coverage. + * Sync test files with Math-BigInt-1.999808. + + 0.5005 2016-12-13 pjacklam + * Add more logic to Makefile.PL regarding INSTALLDIRS (CPAN RT + #119199 and #119225). + + 0.5004 2016-12-11 pjacklam + * Fix Makefile.PL so that this module installs over the core + version. + * Sync test files with Math-BigInt-1.999805. + + 0.5003 2016-12-03 pjacklam + * Use ExtUtils::MakeMaker rather than Module::Install in + Makefile.PL + * Add LICENSE file, since the other Math::BigInt-related + distributions have one. + * Remove INSTALL file. The information is in the README file. + * Inform that the TODO file is not up to date. + + 0.5002 2016-11-23 pjacklam + * Sync test files with Math-BigInt-1.999801. Add t/biglog.t and + t/bigroot.t since these are included in the test suite for the + other backend libraries (GMP and Pari). + + 0.5001 2016-11-17 pjacklam + * Avoid 'use parent' to retain compatibility with old Perls. + * Fix incorrect version numbers in the CHANGES file. + * Trim whitespace. + + 0.5000 2016-11-15 pjacklam + * Sync test files with Math-BigInt-1.999800. + * Math::BigInt::FastCalc is now a subclass of Math::BigInt::Calc, + so remove aliases like *Math::BigInt::FastCalc::_xxx = + \&Math::BigInt::Calc::_xxx. + * Use OO-calls rather than function calls. + * Fix documentation error in Math::BigInt::FastCalc + +- Cleaned with spec-cleaner + ------------------------------------------------------------------- Thu Jun 2 04:50:00 UTC 2016 - coolo@suse.com diff --git a/perl-Math-BigInt-FastCalc.spec b/perl-Math-BigInt-FastCalc.spec index fe6d754..026a84c 100644 --- a/perl-Math-BigInt-FastCalc.spec +++ b/perl-Math-BigInt-FastCalc.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Math-BigInt-FastCalc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,30 +16,29 @@ # -Name: perl-Math-BigInt-FastCalc -Version: 0.42 -Release: 0 %define cpan_name Math-BigInt-FastCalc +Name: perl-Math-BigInt-FastCalc +Version: 0.5007 +Release: 0 Summary: Math::BigInt::Calc with some XS for more speed -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Math-BigInt-FastCalc/ +Url: https://metacpan.org/pod/Math::BigInt::FastCalc Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Math::BigInt) >= 1.999713 -BuildRequires: perl(Math::BigInt::Calc) >= 1.999713 -Requires: perl(Math::BigInt) >= 1.999713 -Requires: perl(Math::BigInt::Calc) >= 1.999713 +BuildRequires: perl(Math::BigInt) >= 1.999812 +BuildRequires: perl(Math::BigInt::Calc) >= 1.999812 +Requires: perl(Math::BigInt) >= 1.999812 +Requires: perl(Math::BigInt::Calc) >= 1.999812 %{perl_requires} # MANUAL BEGIN +BuildRequires: perl(parent) %if 0%{?suse_version} <= 1320 BuildRequires: perl-Math-BigInt >= 1.999713 Requires: perl-Math-BigInt >= 1.999713 %endif -BuildRequires: perl(parent) # MANUAL END %description @@ -61,11 +60,11 @@ automatically, if possible. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make %{?_smp_mflags} test %install %perl_make_install