[fabric] Update to 1.2.0

Silas Sewell silas at fedoraproject.org
Mon Jul 25 00:10:58 UTC 2011


commit ed98c4b0c07cedee2371677c8b3125b8b6b37bf6
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Jul 24 20:10:30 2011 -0400

    Update to 1.2.0

 .gitignore  |    2 ++
 fabric.spec |    6 +++++-
 sources     |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57a3fd3..921ac0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ Fabric-0.9.1.tar.gz
 /Fabric-0.9.2.tar.gz
 /Fabric-0.9.3.tar.gz
 /Fabric-1.0.1.tar.gz
+/Fabric-0.9.7.tar.gz
+/Fabric-1.2.0.tar.gz
diff --git a/fabric.spec b/fabric.spec
index dded095..9880266 100644
--- a/fabric.spec
+++ b/fabric.spec
@@ -1,7 +1,7 @@
 %global realname Fabric
 
 Name:           fabric
-Version:        1.0.1
+Version:        1.2.0
 Release:        1%{?dist}
 Summary:        A simple Pythonic remote deployment tool
 
@@ -36,9 +36,13 @@ serially.
 %doc AUTHORS LICENSE README
 %{_bindir}/fab
 %{python_sitelib}/fabric
+%{python_sitelib}/fabfile
 %{python_sitelib}/%{realname}*%{version}*.egg-info
 
 %changelog
+* Sun Jul 24 2011 Silas Sewell <silas at sewell.org> - 1.2.0-1
+- Update to 1.2.0
+
 * Sun Mar 27 2011 Silas Sewell <silas at sewell.ch> - 1.0.1-1
 - Update to 1.0.1
 
diff --git a/sources b/sources
index 59bb067..5778a09 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,5 @@
 5ba652d4d4525fb6b470edf55747ea45  Fabric-0.9.2.tar.gz
 e83dfd6c6889292e24ca7e4eb1ab371a  Fabric-0.9.3.tar.gz
 2d8bc8055be51e4fd4247ceac8b79c05  Fabric-1.0.1.tar.gz
+11e63c37711bf6ba0d3691221554b9c1  Fabric-0.9.7.tar.gz
+468f37866d81234866f557878a3a9f13  Fabric-1.2.0.tar.gz


More information about the scm-commits mailing list