[fabric] Update to 1.0.1

Silas Sewell silas at fedoraproject.org
Mon Mar 28 02:50:19 UTC 2011


commit 553e51fa860c54b4719ed7099f0697677cd86c2e
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Mar 27 22:50:00 2011 -0400

    Update to 1.0.1

 .gitignore  |    1 +
 fabric.spec |    9 ++++++---
 sources     |    1 +
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 858584c..57a3fd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Fabric-0.9.1.tar.gz
 /Fabric-0.9.2.tar.gz
 /Fabric-0.9.3.tar.gz
+/Fabric-1.0.1.tar.gz
diff --git a/fabric.spec b/fabric.spec
index dd352cb..dded095 100644
--- a/fabric.spec
+++ b/fabric.spec
@@ -1,14 +1,14 @@
 %global realname Fabric
 
 Name:           fabric
-Version:        0.9.3
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        A simple Pythonic remote deployment tool
 
 Group:          Applications/System
 License:        BSD
 URL:            http://www.fabfile.org
-Source0:        http://code.fabfile.org/projects/fabric/files/%{realname}-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/F/Fabric/Fabric-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -39,6 +39,9 @@ serially.
 %{python_sitelib}/%{realname}*%{version}*.egg-info
 
 %changelog
+* Sun Mar 27 2011 Silas Sewell <silas at sewell.ch> - 1.0.1-1
+- Update to 1.0.1
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 19877e1..59bb067 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 5ba652d4d4525fb6b470edf55747ea45  Fabric-0.9.2.tar.gz
 e83dfd6c6889292e24ca7e4eb1ab371a  Fabric-0.9.3.tar.gz
+2d8bc8055be51e4fd4247ceac8b79c05  Fabric-1.0.1.tar.gz


More information about the scm-commits mailing list