[perl-Math-Pari] Update to 2.01080607

Paul Howarth pghmcfc at fedoraproject.org
Sat Apr 26 13:31:42 UTC 2014


commit 862a1d405692fe41883d06f7c13d1795ebfc1413
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Apr 26 14:30:46 2014 +0100

    Update to 2.01080607
    
    - New upstream release 2.01080607
      - Correct the documention about fraction of witnesses from ≳ 0.25 to ≳ 0.75
      - Define HAS_STAT and HAS_OPENDIR based on $Config{i_sysstat} and
        $Config{i_dirent}
      - Correct spelling errors in POD and comments in Pari.pm
      - On AIX, do merge_822 separately in subdirectories (exceeds command line
        length otherwise)
      - On pari ≳ 2.3.0, reset had-newline-on-output to 1 at startup (saves one
        spurious NL)
      - New patch: diff_2.3.5_stderr_clobber
      - New test: 01_no_extra_newlines.t
      - Allow download not only via FTP, but also through HTTP
      - In presence of PERL5_CPAN_IS_RUNNING, assume that NO ANSWER on prompt is
        agreement (it looks like cygwin and MSWin32 automated-testing environment
        do not have AUTOMATED_TESTING and PERL_MM_USE_DEFAULT set...)
      - Do not auto-download on 64-bit builds of MSWin32

 perl-Math-Pari.spec |   24 +++++++++++++++++++++---
 sources             |    2 +-
 2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/perl-Math-Pari.spec b/perl-Math-Pari.spec
index a076da3..6e11e7e 100644
--- a/perl-Math-Pari.spec
+++ b/perl-Math-Pari.spec
@@ -1,10 +1,10 @@
-%global extraversion	06
-%global extrasuffix	a
+%global extraversion	07
+%global extrasuffix	%{nil}
 
 Summary:	Perl interface to PARI
 Name:		perl-Math-Pari
 Version:	2.010806
-Release:	22%{?dist}
+Release:	23%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Math-Pari/
@@ -77,6 +77,24 @@ make test
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Sat Apr 26 2014 Paul Howarth <paul at city-fan.org> - 2.010806-23
+- Update to 2.01080607
+  - Correct the documention about fraction of witnesses from ≳ 0.25 to ≳ 0.75
+  - Define HAS_STAT and HAS_OPENDIR based on $Config{i_sysstat} and
+    $Config{i_dirent}
+  - Correct spelling errors in POD and comments in Pari.pm
+  - On AIX, do merge_822 separately in subdirectories (exceeds command line
+    length otherwise)
+  - On pari ≳ 2.3.0, reset had-newline-on-output to 1 at startup (saves one
+    spurious NL)
+  - New patch: diff_2.3.5_stderr_clobber
+  - New test: 01_no_extra_newlines.t
+  - Allow download not only via FTP, but also through HTTP
+  - In presence of PERL5_CPAN_IS_RUNNING, assume that NO ANSWER on prompt is
+    agreement (it looks like cygwin and MSWin32 automated-testing environment
+    do not have AUTOMATED_TESTING and PERL_MM_USE_DEFAULT set...)
+  - Do not auto-download on 64-bit builds of MSWin32
+
 * Thu Apr 24 2014 Paul Howarth <paul at city-fan.org> - 2.010806-22
 - Update to 2.01080606a (re-release with sane permissions)
 
diff --git a/sources b/sources
index d1c5876..74fc745 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f49970cf7024dd886ab8b4920698b4e0  Math-Pari-2.01080606a.tar.gz
+556d84294c9d07c5c8ef46ff39c2b1de  Math-Pari-2.01080607.tar.gz



More information about the perl-devel mailing list