diff --git a/Math-BigInt-FastCalc-0.28.tar.gz b/Math-BigInt-FastCalc-0.28.tar.gz deleted file mode 100644 index 1132efc..0000000 --- a/Math-BigInt-FastCalc-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7b36f21368a50798e4637607fff6d33050a39f3f316a5d0cc008a30cfe3a204 -size 63787 diff --git a/perl-Math-BigInt-FastCalc.changes b/perl-Math-BigInt-FastCalc.changes index f60e3ce..6708b53 100644 --- a/perl-Math-BigInt-FastCalc.changes +++ b/perl-Math-BigInt-FastCalc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 17 06:06:25 UTC 2013 - coolo@suse.com + +- updated to 0.30 + ------------------------------------------------------------------- Fri Apr 29 05:23:57 UTC 2011 - coolo@opensuse.org diff --git a/perl-Math-BigInt-FastCalc.spec b/perl-Math-BigInt-FastCalc.spec index 1e8f6cb..ea0e7d0 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 (Version 0.28) +# spec file for package perl-Math-BigInt-FastCalc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,22 +15,32 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Math-BigInt-FastCalc -Version: 0.28 -Release: 1 -License: GPL+ or Artistic +Version: 0.30 +Release: 0 %define cpan_name Math-BigInt-FastCalc Summary: Math::BigInt::Calc with some XS for more speed -Url: http://search.cpan.org/dist/Math-BigInt-FastCalc/ +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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Math::BigInt) >= 1.993 -BuildRequires: perl(Math::BigInt::Calc) >= 1.993 -Requires: perl(Math::BigInt) >= 1.993 -Requires: perl(Math::BigInt::Calc) >= 1.993 +BuildRequires: perl(Math::BigInt) >= 1.997 +BuildRequires: perl(Math::BigInt::Calc) >= 1.997 +#BuildRequires: perl(inc::Module::Install) +#BuildRequires: perl(JSON) +#BuildRequires: perl(LWP::Simple) +#BuildRequires: perl(Math::BigInt::FastCalc) +#BuildRequires: perl(Module::Build) +#BuildRequires: perl(Module::Install::Base) +#BuildRequires: perl(Module::Signature) +#BuildRequires: perl(Parse::CPAN::Meta) +#BuildRequires: perl(YAML::Tiny) +Requires: perl(Math::BigInt) >= 1.997 +Requires: perl(Math::BigInt::Calc) >= 1.997 %{perl_requires} %description @@ -63,9 +73,6 @@ loaded automatically, if possible. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc CHANGES CREDITS README TODO