[Mayavi] Update to 4.4.0

Orion Poplawski orion at fedoraproject.org
Wed Mar 4 05:14:23 UTC 2015


commit 2148fe456ed025e5da37e233641e1f62a52a3e0e
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Mar 3 22:14:22 2015 -0700

    Update to 4.4.0

 .gitignore  |  1 +
 Mayavi.spec | 12 +++++++-----
 sources     |  2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03c784e..5a5d1eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Mayavi-3.3.2.tar.gz
 /mayavi-4.3.0-f8f2c4016cbf9172b0a3a3c132dec7539e9e51c9.tar.gz
 /mayavi-4.3.1.tar.gz
 /mayavi-4.3.2-2054fd4.tar.gz
+/mayavi-4.4.0.tar.gz
diff --git a/Mayavi.spec b/Mayavi.spec
index 06efeae..49cd968 100644
--- a/Mayavi.spec
+++ b/Mayavi.spec
@@ -2,14 +2,13 @@
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           Mayavi
-Version:        4.3.2
-Release:        0.3.20140421git%{shortcommit}%{?dist}
+Version:        4.4.0
+Release:        1%{?dist}
 Summary:        Scientific data 3-dimensional visualizer
 Group:          Applications/Engineering
 License:        BSD and EPL and LGPLv2+ and LGPLv2 and LGPLv3
 URL:            http://code.enthought.com/projects/mayavi/
-#Source0:        http://www.enthought.com/repo/ets/mayavi-%{version}.tar.gz
-Source0:        https://github.com/enthought/mayavi/archive/%{commit}/mayavi-%{version}-%{shortcommit}.tar.gz
+Source0:        https://github.com/enthought/mayavi/archive/%{version}.tar.gz#/mayavi-%{version}.tar.gz
 Source1:        mayavi2.desktop
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
@@ -51,7 +50,7 @@ Documentation for %{name}.
 
 
 %prep
-%setup -q -n mayavi-%{commit}
+%setup -q -n mayavi-%{version}
 
 rm -rf *.egg-info
 
@@ -150,6 +149,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Mar 3 2015 Orion Poplawski <orion at cora.nwra.com> - 4.4.0-1
+- Update to 4.4.0
+
 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3.2-0.3.20140421git2054fd4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 4906810..88289c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f876893f8711165bd87451e8ea2692ee  mayavi-4.3.2-2054fd4.tar.gz
+4f8bee4dd6375563ec3b4524610a56b3  mayavi-4.4.0.tar.gz


More information about the scm-commits mailing list