[ansible] Update to 1.1

Kevin Fenzi kevin at fedoraproject.org
Wed Apr 3 01:36:51 UTC 2013


commit c2a8c32be308dfa85f737eba70b00751e3d6fc84
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Apr 2 19:36:48 2013 -0600

    Update to 1.1

 .gitignore   |    1 +
 ansible.spec |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cada7b1..1dd331f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /ansible-0.8.tar.gz
 /ansible-0.9.tar.gz
 /ansible-1.0.tar.gz
+/ansible-1.1.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 1fb6747..43b89f4 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -6,12 +6,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Name: ansible
 Release: 1%{?dist}
 Summary: SSH-based configuration management, deployment, and task execution system
-Version: 1.0
+Version: 1.1
 
 Group: Development/Libraries
 License: GPLv3
-Source0: https://github.com/downloads/ansible/ansible/%{name}-%{version}.tar.gz
-Url: http://ansible.github.com
+Source0: http://ansible.cc/releases/%{name}-%{version}.tar.gz
+Url: http://ansible.cc
 
 BuildArch: noarch
 BuildRequires: python2-devel
@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.md PKG-INFO COPYING
 
 %changelog
+* Tue Apr 02 2013 Kevin Fenzi <kevin at scrye.com> 1.1-1
+- Update to 1.1
+
 * Mon Mar 18 2013 Kevin Fenzi <kevin at scrye.com> 1.0-1
 - Update to 1.0
 
diff --git a/sources b/sources
index 9720629..b6e5b8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fcfaf789df5f262b5b0702daeaacf20e  ansible-1.0.tar.gz
+29059e7738212392d7c23db8c8f91019  ansible-1.1.tar.gz


More information about the scm-commits mailing list