[ansible] Update to 1.3.2 with minor upstream fixes

Kevin Fenzi kevin at fedoraproject.org
Thu Sep 19 16:55:50 UTC 2013


commit efb5883a481356cd22092f10e1c9b19f6677a34c
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Thu Sep 19 10:55:41 2013 -0600

    Update to 1.3.2 with minor upstream fixes

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a96a0b..f0dd41f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /ansible-1.2.3.tar.gz
 /ansible-1.3.0.tar.gz
 /ansible-1.3.1.tar.gz
+/ansible-1.3.2.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 2e47af9..9d29c9d 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 Name: ansible
 Summary: SSH-based configuration management, deployment, and task execution system
-Version: 1.3.1
+Version: 1.3.2
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Thu Sep 19 2013 Kevin Fenzi <kevin at scrye.com> 1.3.2-1
+- Update to 1.3.2 with minor upstream fixes
+
 * Mon Sep 16 2013 Kevin Fenzi <kevin at scrye.com> 1.3.1-1
 - Update to 1.3.1
 
diff --git a/sources b/sources
index 9df515d..223511b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b01c7171ac615b359be3ae19662185a  ansible-1.3.1.tar.gz
+458294283abef85548c6711364f86667  ansible-1.3.2.tar.gz


More information about the scm-commits mailing list