]> git.pld-linux.org Git - packages/perl-Math-Prime-XS.git/commitdiff
- up to 0.26
authorzbyniu <zbyniu@pld-linux.org>
Mon, 23 Jan 2012 20:12:35 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-Prime-XS.spec -> 1.3

perl-Math-Prime-XS.spec

index 7b350d2e820e494a678ac4e0328c118a332e7a70..f060bfac3dc4b5d692caf6483e2065566ff8d2ac 100644 (file)
@@ -9,27 +9,26 @@
 Summary:       Math::Prime::XS - Calculate/detect prime numbers with deterministic tests
 #Summary(pl.UTF-8):    
 Name:          perl-Math-Prime-XS
-Version:       0.20
+Version:       0.26
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 438175251c223384127bed4651537b0d
+# Source0-md5: 5bd7727093742cc85cd6c762422c98c8
 # generic URL, check or change before uncommenting
 #URL:          http://search.cpan.org/dist/Math-Prime-XS/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with autodeps} || %{with tests}
+BuildRequires: perl-boolean
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Math::Prime::XS calculates/detects prime numbers by either applying
-Modulo operator division, the Sieve of Eratosthenes, Trial division or a
-Summing calculation.
-
-
+Modulo operator division, the Sieve of Eratosthenes, Trial division or
+a Summing calculation.
 
 # %description -l pl.UTF-8
 # TODO
This page took 0.125386 seconds and 4 git commands to generate.