[StarCluster] Update to 0.95.4 - version hack for now

Orion Poplawski orion at fedoraproject.org
Fri Apr 18 19:56:50 UTC 2014


commit e4504b298fa1266e31e378d0b5a8bffbcded0052
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Apr 18 13:56:43 2014 -0600

    Update to 0.95.4 - 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 0e893c1..e9111ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /StarCluster-0.94.3.tar.gz
 /StarCluster-0.95.tar.gz
 /StarCluster-0.95.2.tar.gz
+/StarCluster-0.95.4.tar.gz
diff --git a/StarCluster.spec b/StarCluster.spec
index 92dd40f..5e6087a 100644
--- a/StarCluster.spec
+++ b/StarCluster.spec
@@ -1,6 +1,6 @@
 Name:           StarCluster
 Version:        0.9999
-Release:        0.8.0.95.2%{?dist}
+Release:        0.9.0.95.4%{?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.2.tar.gz
+Source0:        https://pypi.python.org/packages/source/S/StarCluster/StarCluster-0.95.4.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -64,7 +64,7 @@ Documentation for %{name}.
 
 
 %prep
-%setup -q -n %{name}-0.95.2
+%setup -q -n %{name}-0.95.4
 # Remove egg-info
 rm -rf %{name}.egg-info
 
@@ -100,6 +100,9 @@ cp -p completion/starcluster-completion.sh %{buildroot}%{_datadir}/bash-completi
 
 
 %changelog
+* Fri Apr 18 2014 Orion Poplawski <orion at cora.nwra.com> 0.9999-0.8.0.95.4
+- Update to 0.95.4 - version hack for now
+
 * 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
 - Add bash completion
diff --git a/sources b/sources
index d910b60..4f5fa54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbb2e693eb1b056dfba500670dfcf5e6  StarCluster-0.95.2.tar.gz
+cdf6d486f584f1b83122880b19bf659f  StarCluster-0.95.4.tar.gz


More information about the scm-commits mailing list