[StarCluster] Update to 0.95.2 - version hack for now

Orion Poplawski orion at fedoraproject.org
Tue Feb 25 22:07:19 UTC 2014


commit 9e87b98a0347c7a8404a09fedd5b8d946123b283
Author: Orion Poplawski <orion at nwra.com>
Date:   Tue Feb 25 15:08:12 2014 -0700

    Update to 0.95.2 - version hack for now

 .gitignore       |    1 +
 StarCluster.spec |    9 ++++++---
 sources          |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 987d697..0e893c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /StarCluster-0.94.2.tar.gz
 /StarCluster-0.94.3.tar.gz
 /StarCluster-0.95.tar.gz
+/StarCluster-0.95.2.tar.gz
diff --git a/StarCluster.spec b/StarCluster.spec
index 3791b2c..a71202f 100644
--- a/StarCluster.spec
+++ b/StarCluster.spec
@@ -1,6 +1,6 @@
 Name:           StarCluster
 Version:        0.9999
-Release:        0.7.0.95%{?dist}
+Release:        0.8.0.95.2%{?dist}
 Summary:        Tool for managing computing clusters hosted on Amazon's EC2
 
 # Core of StarCluster is LGPLv3
@@ -8,7 +8,7 @@ Summary:        Tool for managing computing clusters hosted on Amazon's EC2
 # Jquery is both (MIT or BSD or GPLv2) and (MIT or GPLv2)
 License:        LGPLv3 and LGPLv2+ and (MIT or BSD or GPLv2) and (MIT or GPLv2)
 URL:            http://star.mit.edu/cluster
-Source0:        https://pypi.python.org/packages/source/S/StarCluster/StarCluster-0.95.tar.gz
+Source0:        https://pypi.python.org/packages/source/S/StarCluster/StarCluster-0.95.2.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -62,7 +62,7 @@ Documentation for %{name}.
 
 
 %prep
-%setup -q -n %{name}-0.95
+%setup -q -n %{name}-0.95.2
 # Remove egg-info
 rm -rf %{name}.egg-info
 
@@ -93,6 +93,9 @@ rm _build/html/.buildinfo
 
 
 %changelog
+* Tue Feb 25 2014 Orion Poplawski <orion at cora.nwra.com> 0.9999-0.8.0.95.2
+- Update to 0.95.2 - version hack for now
+
 * Thu Feb 20 2014 Orion Poplawski <orion at cora.nwra.com> 0.9999-0.7.0.95
 - Update to 0.95 - version hack for now
 
diff --git a/sources b/sources
index b73d8ce..d910b60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ede794e9b700414330ef3407cd247fa8  StarCluster-0.95.tar.gz
+fbb2e693eb1b056dfba500670dfcf5e6  StarCluster-0.95.2.tar.gz


More information about the scm-commits mailing list