[fabric] Update to 1.4.0

Silas Sewell silas at fedoraproject.org
Sun Mar 18 14:46:45 UTC 2012


commit f814b5a7a6ef34c4de9316157d97fd60a9a34ebd
Author: Silas Sewell <silas at sewell.org>
Date:   Sun Mar 18 10:46:34 2012 -0400

    Update to 1.4.0

 .gitignore  |    1 +
 fabric.spec |    9 ++++++---
 sources     |    1 +
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 921ac0f..74eaa8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Fabric-0.9.1.tar.gz
 /Fabric-1.0.1.tar.gz
 /Fabric-0.9.7.tar.gz
 /Fabric-1.2.0.tar.gz
+/Fabric-1.4.0.tar.gz
diff --git a/fabric.spec b/fabric.spec
index 3c5931c..61057e1 100644
--- a/fabric.spec
+++ b/fabric.spec
@@ -1,8 +1,8 @@
 %global realname Fabric
 
 Name:           fabric
-Version:        1.2.0
-Release:        2%{?dist}
+Version:        1.4.0
+Release:        1%{?dist}
 Summary:        A simple Pythonic remote deployment tool
 
 Group:          Applications/System
@@ -13,7 +13,7 @@ Source0:        http://pypi.python.org/packages/source/F/Fabric/Fabric-%{version
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       python-paramiko >= 1.7
+Requires:       python-ssh
 Requires:       python-setuptools
 
 %description
@@ -40,6 +40,9 @@ serially.
 %{python_sitelib}/%{realname}*%{version}*.egg-info
 
 %changelog
+* Sun Mar 18 2012 Silas Sewell <silas at sewell.org> - 1.4.0-1
+- Update to 1.4.0
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 5778a09..468b667 100644
--- a/sources
+++ b/sources
@@ -3,3 +3,4 @@ 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
+e6e166c2b73ea0c5eeae7d266b51d1d1  Fabric-1.4.0.tar.gz


More information about the scm-commits mailing list