[RunSnakeRun] 2.0.2a1

dmalcolm dmalcolm at fedoraproject.org
Fri Jan 27 20:17:03 UTC 2012


commit 543a19a5ee24aca3cc1ed509494b67acb0a8a8bd
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Jan 27 15:16:27 2012 -0500

    2.0.2a1

 .gitignore       |    1 +
 RunSnakeRun.spec |   16 ++++++++++++----
 sources          |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed96f51..996b6e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 RunSnakeRun-2.0.0b6.tar.gz
+/RunSnakeRun-2.0.2a1.tar.gz
diff --git a/RunSnakeRun.spec b/RunSnakeRun.spec
index c124e60..cf1a957 100644
--- a/RunSnakeRun.spec
+++ b/RunSnakeRun.spec
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global alphatag b6
+%global alphatag a1
 
 Name:           RunSnakeRun
-Version:        2.0.0
-Release:        0.7.%{alphatag}%{?dist}
+Version:        2.0.2
+Release:        0.1.%{alphatag}%{?dist}
 Summary:        GUI Viewer for Python profiling runs
 
 Group:          Development/Languages
@@ -19,7 +19,11 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  desktop-file-utils
 
-Requires:       python-squaremap
+# setup.py has:
+#        install_requires = [
+#            'SquareMap >= 1.0.1b3',
+#        ],
+Requires:       python-squaremap >= 1.0.1-0.1.b3
 
 %description
 RunSnakeRun is a small GUI utility that allows you to view (Python) "cProfile"
@@ -52,11 +56,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc license.txt doc
 %{_bindir}/runsnake
+%{_bindir}/runsnakemem
 %{python_sitelib}/runsnakerun
 %{python_sitelib}/RunSnakeRun*.egg-info
 %{_datadir}/applications/RunSnakeRun.desktop
 
 %changelog
+* Fri Jan 27 2012 David Malcolm <dmalcolm at redhat.com> - 2.0.2-0.1.a1
+- 2.0.2a1, bumping requirement on python-squaremap.  Adds /usr/bin/runsnakemem
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-0.7.b6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7f72ba9..e5db6b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a11da198f2c7841ae2e3d901b0031773  RunSnakeRun-2.0.0b6.tar.gz
+d24e9b2d7d827e2212db6eaf08a5ca31  RunSnakeRun-2.0.2a1.tar.gz


More information about the scm-commits mailing list