From a5b77d6d0d8d82515e99b99fb338c54dc203f6c0 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jan 25 2018 15:12:55 +0000 Subject: Silence abidiff warnings about the size of functions_basic[] changing --- diff --git a/pari.abignore b/pari.abignore new file mode 100644 index 0000000..677d55a --- /dev/null +++ b/pari.abignore @@ -0,0 +1,5 @@ +# Constant array of function descriptors that clients trawl through +# Changes in size of this array don't matter +[suppress_variable] + type_kind = array + name = functions_basic diff --git a/pari.spec b/pari.spec index b061bd7..2b86e13 100644 --- a/pari.spec +++ b/pari.spec @@ -1,6 +1,6 @@ Name: pari Version: 2.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Number Theory-oriented Computer Algebra System # No version is specified License: GPL+ @@ -8,6 +8,7 @@ URL: http://pari.math.u-bordeaux.fr/ Source0: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%{version}.tar.gz Source1: gp.desktop Source2: pari.xpm +Source3: pari.abignore Patch0: pari-2.5.1-xdgopen.patch Patch1: pari-2.9.0-optflags.patch Patch10: pari-2.9.0-missing-field-init.patch @@ -69,6 +70,9 @@ contains a wealth of number-theoretic functions. %prep %setup -q +# Silence abidiff warnings about the size of functions_basic[] changing +cp -p %{SOURCE3} . + # Use xdg-open rather than xdvi to display DVI files (#530565) %patch0 @@ -136,7 +140,7 @@ make test-all %doc COPYING %endif %doc AUTHORS CHANGES* COMPAT NEW README -%doc Olinux-*/pari.cfg +%doc Olinux-*/pari.cfg pari.abignore %{_libdir}/libpari-gmp.so.%{version} %{_libdir}/libpari-gmp.so.5 @@ -164,6 +168,9 @@ make test-all %{_libdir}/libpari.so %changelog +* Thu Jan 25 2018 Paul Howarth - 2.9.4-2 +- Silence abidiff warnings about the size of functions_basic[] changing + * Tue Jan 9 2018 Paul Howarth - 2.9.4-1 - Update to 2.9.4 (see CHANGES for details)