.gear/rules | 2 + .../tags/6bdb2a30b2ec42126e5f96d4943afad92cad54e8 | 13 ++++ .gear/tags/list | 1 + perl-Math-BigInt-FastCalc.spec | 68 ++++++++++++++++++++ 4 files changed, 84 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..c931b50 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Math-BigInt-FastCalc-@version@ +diff: @version@:. . name=perl-Math-BigInt-FastCalc-@version@-@release@.patch diff --git a/.gear/tags/6bdb2a30b2ec42126e5f96d4943afad92cad54e8 b/.gear/tags/6bdb2a30b2ec42126e5f96d4943afad92cad54e8 new file mode 100644 index 0000000..6018475 --- /dev/null +++ b/.gear/tags/6bdb2a30b2ec42126e5f96d4943afad92cad54e8 @@ -0,0 +1,13 @@ +object 76f2529a17005ee85d138ff01299fd9dd2969aeb +type commit +tag 0.30 +tagger Alexey Tourbin 1316204919 +0400 + +0.30 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk5zsXcACgkQfBKgtDjnu0bxMACg4PgzU3cy4zULopFLYq2PnfSv +zToAoLGYHSl5Mz+MNl3mnpR0w/ZIqI/V +=7Jar +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..8dbb49d --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +6bdb2a30b2ec42126e5f96d4943afad92cad54e8 0.30 diff --git a/perl-Math-BigInt-FastCalc.spec b/perl-Math-BigInt-FastCalc.spec new file mode 100644 index 0000000..5e10971 --- /dev/null +++ b/perl-Math-BigInt-FastCalc.spec @@ -0,0 +1,68 @@ +%define dist Math-BigInt-FastCalc +Name: perl-%dist +Version: 0.30 +Release: alt1 + +Summary: XS implementation of arbitrary size integer math +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +# Automatically added by buildreq on Sat Sep 17 2011 +BuildRequires: perl-Math-BigInt perl-Module-Install perl-Test-Pod + +%description +This is a replacement library for Math::BigInt::Calc that reimplements +some of the Calc functions in XS. + +%prep +%setup -q -n %dist-%version +%patch -p1 +rm -rv inc/ + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc CHANGES CREDITS README +%perl_vendor_archlib/Math +%perl_vendor_autolib/Math + +%changelog +* Sat Sep 17 2011 Alexey Tourbin 0.30-alt1 +- 0.29 -> 0.30 + +* Fri Aug 05 2011 Alexey Tourbin 0.29-alt1 +- 0.24 -> 0.29 + +* Sat Dec 18 2010 Alexey Tourbin 0.24-alt1 +- 0.22 -> 0.24 + +* Mon Sep 20 2010 Alexey Tourbin 0.22-alt1 +- 0.19 -> 0.22 +- built for perl-5.12 + +* Thu Apr 24 2008 Alexey Tourbin 0.19-alt1 +- 0.15 -> 0.19 + +* Wed Nov 14 2007 Alexey Tourbin 0.15-alt2 +- fixed integer overflow in FastCalc.xs:_new() "shortcut for + integer argument" check (rt.cpan.org #29720) + +* Tue Aug 14 2007 Alexey Tourbin 0.15-alt1 +- 0.14 -> 0.15 + +* Fri Jun 08 2007 Alexey Tourbin 0.14-alt1 +- 0.13 -> 0.14 + +* Tue Apr 10 2007 Alexey Tourbin 0.13-alt1 +- 0.12 -> 0.13 + +* Wed Mar 28 2007 Alexey Tourbin 0.12-alt1 +- initial revision (detached from perl-Math-BigInt)