[pari] Update to 2.7.1 (see CHANGES for details)

Paul Howarth pghmcfc at fedoraproject.org
Fri May 16 12:41:28 UTC 2014


commit 4284d364e256e48ceb97dbf4c6f5c9bbebb3cdfa
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri May 16 13:40:46 2014 +0100

    Update to 2.7.1 (see CHANGES for details)

 ...0-clobbered.patch => pari-2.7.1-clobbered.patch |   10 ++++++++++
 pari.spec                                          |    7 +++++--
 sources                                            |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/pari-2.7.0-clobbered.patch b/pari-2.7.1-clobbered.patch
similarity index 88%
rename from pari-2.7.0-clobbered.patch
rename to pari-2.7.1-clobbered.patch
index 5a11e72..1bdfaab 100644
--- a/pari-2.7.0-clobbered.patch
+++ b/pari-2.7.1-clobbered.patch
@@ -32,6 +32,16 @@
    Buffer *b;
    filtre_t F;
    VOLATILE long c = 0;
+@@ -1696,7 +1696,8 @@ break_loop(int numerr)
+ {
+   filtre_t F;
+   Buffer *b;
+-  int sigint = numerr<0, go_on = sigint;
++  int sigint = numerr<0;
++  VOLATILE int go_on = sigint;
+   struct gp_context rec;
+   const char *prompt, *msg;
+   char promptbuf[MAX_PROMPT_LEN + 24];
 --- src/headers/parinf.h
 +++ src/headers/parinf.h
 @@ -140,7 +140,7 @@ typedef struct {
diff --git a/pari.spec b/pari.spec
index 1b5b9ce..439f418 100644
--- a/pari.spec
+++ b/pari.spec
@@ -1,5 +1,5 @@
 Name:           pari
-Version:        2.7.0
+Version:        2.7.1
 Release:        1%{?dist}
 Summary:        Number Theory-oriented Computer Algebra System
 Group:          System Environment/Libraries
@@ -12,7 +12,7 @@ Patch0:         pari-2.5.1-xdgopen.patch
 Patch1:         pari-2.7.0-optflags.patch
 Patch10:        pari-2.7.0-missing-field-init.patch
 Patch11:        pari-2.7.0-declaration-not-prototype.patch
-Patch12:        pari-2.7.0-clobbered.patch
+Patch12:        pari-2.7.1-clobbered.patch
 BuildRequires:  readline-devel
 BuildRequires:  gmp-devel
 BuildRequires:  tex(tex)
@@ -156,6 +156,9 @@ make test-all
 %{_libdir}/libpari.so
 
 %changelog
+* Fri May 16 2014 Paul Howarth <paul at city-fan.org> - 2.7.1-1
+- Update to 2.7.1 (see CHANGES for details)
+
 * Mon Mar 24 2014 Paul Howarth <paul at city-fan.org> - 2.7.0-1
 - Update to 2.7.0 (see NEW for details)
 - Update patches as needed
diff --git a/sources b/sources
index 07f4f4b..f77e53f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a7ef9621d132874bda88ecbecf1e1af  pari-2.7.0.tar.gz
+cdf11f569140343449bda477bea19ddb  pari-2.7.1.tar.gz


More information about the scm-commits mailing list