diff --git a/Math-BigInt-FastCalc-0.5010.tar.gz b/Math-BigInt-FastCalc-0.5010.tar.gz deleted file mode 100644 index 92a4ec0..0000000 --- a/Math-BigInt-FastCalc-0.5010.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83dd03a8be0ba184ed31d726dddf1c6050f4597db51181e58d9b6bdcbdb5c283 -size 2847653 diff --git a/Math-BigInt-FastCalc-0.5011.tar.gz b/Math-BigInt-FastCalc-0.5011.tar.gz new file mode 100644 index 0000000..bd60038 --- /dev/null +++ b/Math-BigInt-FastCalc-0.5011.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745992421b06290fd4ecdff5c2236c5fb242c6b138fd4109adddabe01923f7ac +size 2598974 diff --git a/perl-Math-BigInt-FastCalc.changes b/perl-Math-BigInt-FastCalc.changes index 1ed917b..472045c 100644 --- a/perl-Math-BigInt-FastCalc.changes +++ b/perl-Math-BigInt-FastCalc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 23 03:08:23 UTC 2021 - Tina Müller + +- updated to 0.5011 + see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES + + 0.5011 2021-09-20 + * Sync test files with Math-BigInt. + * Add missing documentation. + * Make the test files only print to the standard error when there is an actual + error. + * Miscellaneous changes and updates to author and release test files. + ------------------------------------------------------------------- Sat Jul 3 03:07:32 UTC 2021 - Tina Müller diff --git a/perl-Math-BigInt-FastCalc.spec b/perl-Math-BigInt-FastCalc.spec index 4071127..25eeeb0 100644 --- a/perl-Math-BigInt-FastCalc.spec +++ b/perl-Math-BigInt-FastCalc.spec @@ -18,7 +18,7 @@ %define cpan_name Math-BigInt-FastCalc Name: perl-Math-BigInt-FastCalc -Version: 0.5010 +Version: 0.5011 Release: 0 Summary: Math::BigInt::Calc with some XS for more speed License: Artistic-1.0 OR GPL-1.0-or-later @@ -70,7 +70,6 @@ loaded. For example, %prep %autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"