[veusz] Update to Veusz 1.21

Jeremy Sanders jsanders at fedoraproject.org
Sun May 18 09:45:49 UTC 2014


commit 7d3c6c03bebb222dc5d64cd67ab672982ca1a470
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Date:   Sun May 18 10:45:47 2014 +0100

    Update to Veusz 1.21
    
    - Add patch for self test failures

 test_disable_contour_labels.patch |   12 ------------
 test_fail.patch                   |   19 +++++++++++++++++++
 veusz.spec                        |    4 ++--
 3 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/test_fail.patch b/test_fail.patch
new file mode 100644
index 0000000..bab541e
--- /dev/null
+++ b/test_fail.patch
@@ -0,0 +1,19 @@
+diff --git a/tests/runselftest.py b/tests/runselftest.py
+index 59f0106..08c73a6 100755
+--- a/tests/runselftest.py
++++ b/tests/runselftest.py
+@@ -77,6 +77,14 @@ excluded_tests = set([
+         # fails on Linux Arm
+         'spectrum.vsz',
+         'hatching.vsz',
++
++        # fails on suse / fedora
++        'contour_labels.vsz',
++        # new arm self test failures
++        'example_import.vsz',
++        'profile.vsz',
++        '1dto2d.vsz',
++
+         # don't expect this to work
+         'mathml.vsz',
+     ])
diff --git a/veusz.spec b/veusz.spec
index b7b8efd..3cbdd08 100644
--- a/veusz.spec
+++ b/veusz.spec
@@ -8,7 +8,7 @@ Group:          Applications/Productivity
 License:        GPLv2+ and Python
 URL:            http://home.gna.org/veusz/
 Source0:        http://download.gna.org/veusz/veusz-%{version}.tar.gz
-Patch1:         test_disable_contour_labels.patch
+Patch1:         test_fail.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
@@ -158,7 +158,7 @@ rm -rf %{buildroot}
 %changelog
 * Mon May 05 2014 Jeremy Sanders <jeremy at jeremysanders.net> 1.21-1
 - Update to Veusz 1.21
-- Add patch for self test failure
+- Add patch for self test failures
 
 * Sun Mar 16 2014 Rex Dieter <rdieter at fedoraproject.org> 1.20.1-3
 - rebuild (sip)


More information about the scm-commits mailing list