Accepting request 331017 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/331017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2015-09-15 18:50:46 +00:00
committed by Git OBS Bridge
parent ff9babc570
commit a0d9a0f1b7
5 changed files with 71 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89bfbe4132793ca26592bcedc264588c377bcda5bdf46972a5bad8c20823368b
size 66291

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bacd9b58e74f03755c191d00b1639151cb87f38b9ee20410cddf10ee11845207
size 66973

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Sep 15 08:52:31 UTC 2015 - coolo@suse.com
- updated to 0.32
see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
2015-09-11 0.32 pjacklam
CHANGES
* Add changes from version 0.30 to 0.31.
* Re-order change entries to decreasing order after version number.
inc/Module/Install.pm
* Update bundled version from 1.08 to 1.16.
lib/Math/BigInt/FastCalc.pm
* Increase version number to 0.32
* Update author information.
Makefile.PL
* Required version of Math::BigInt and Math::BigInt::Calc is 1.999701.
t/01load.t
* Display more information about loaded modules.
t/bigfltpm.inc
* Sync tests with Math-BigInt distribution.
t/bigfltpm.t
* Adjust number of tests.
* Make sure we test Math::BigInt::FastCalc, not Math::BigInt::Calc.
t/bigintpm.inc
* Fix spelling errors.
t/bigintpm.t
* Make sure we test Math::BigInt::FastCalc, not Math::BigInt::Calc.
* Adjust number of tests.
t/mbimbf.t
* Make sure we test Math::BigInt::FastCalc, not Math::BigInt::Calc.
t/*.t
* Add "use warnings" to test scripts, since Perl 5.6.2 is required anyway,
and "use warnings" was introduced in Perl 5.6.1.
* Modified test scripts so the difference between the test files in the
Math-BigInt distribution and the backend distributions are as few and as
small as possible. This makes for easier release management.
-------------------------------------------------------------------
Tue Apr 14 17:41:30 UTC 2015 - coolo@suse.com

View File

@@ -17,21 +17,22 @@
Name: perl-Math-BigInt-FastCalc
Version: 0.31
Version: 0.32
Release: 0
%define cpan_name Math-BigInt-FastCalc
Summary: Math::BigInt::Calc with some XS for more speed
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Math-BigInt-FastCalc/
Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
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.9993
BuildRequires: perl(Math::BigInt::Calc) >= 1.9993
Requires: perl(Math::BigInt) >= 1.9993
Requires: perl(Math::BigInt::Calc) >= 1.9993
BuildRequires: perl(Math::BigInt) >= 1.999701
BuildRequires: perl(Math::BigInt::Calc) >= 1.999701
Requires: perl(Math::BigInt) >= 1.999701
Requires: perl(Math::BigInt::Calc) >= 1.999701
%{perl_requires}
%description