[veusz] Update to Veusz 1.21.1

Jeremy Sanders jsanders at fedoraproject.org
Sun Aug 31 12:32:44 UTC 2014


commit 64e392b5f5d42e5e859c952009703dc9f1cb8443
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Date:   Sun Aug 31 13:32:49 2014 +0100

    Update to Veusz 1.21.1

 .gitignore      |    1 +
 sources         |    2 +-
 test_fail.patch |   19 -------------------
 veusz.spec      |    9 +++++----
 4 files changed, 7 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81672be..9b503ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ veusz-1.8.tar.gz
 /veusz-1.20.tar.gz
 /veusz-1.20.1.tar.gz
 /veusz-1.21.tar.gz
+/veusz-1.21.1.tar.gz
diff --git a/sources b/sources
index 2329f3a..7c9a32d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82bb1a2e45bd91581c53e473f54dd752  veusz-1.21.tar.gz
+946b9243b540da06aefa5a5ff4dd8dae  veusz-1.21.1.tar.gz
diff --git a/veusz.spec b/veusz.spec
index 7b563b3..a2a7450 100644
--- a/veusz.spec
+++ b/veusz.spec
@@ -1,6 +1,6 @@
 Name:           veusz
-Version:        1.21
-Release:        5%{?dist}
+Version:        1.21.1
+Release:        1%{?dist}
 Summary:        GUI scientific plotting package
 
 Group:          Applications/Productivity
@@ -8,7 +8,6 @@ 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_fail.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
@@ -46,7 +45,6 @@ data.
 
 %prep
 %setup -q -n veusz-%{version}
-%patch1 -p1
 find -name \*~ | xargs rm -f
 
 # remove shebangs from scripts which aren't installed
@@ -158,6 +156,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/veusz
 
 %changelog
+* Sun Aug 31 2014 Jeremy Sanders <jeremy at jeremysanders.net> - 1.21.1-1
+- Update to Veusz 1.21.1
+
 * Wed Aug 20 2014 Kevin Fenzi <kevin at scrye.com> - 1.21-5
 - Rebuild for rpm bug 1131892
 


More information about the scm-commits mailing list