[ansible] Update to ansible 0.4.1

Timothy Bielawa tbielawa at fedoraproject.org
Thu Jun 14 02:57:00 UTC 2012


commit 550a48d992965989538b22ee0b9c876476a323fd
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Wed Jun 13 22:56:46 2012 -0400

    Update to ansible 0.4.1

 .gitignore   |    1 +
 ansible.spec |    8 +++++++-
 sources      |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c46724a..ffd3d96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ansible-0.3.1.tar.gz
+/ansible-0.4.1.tar.gz
diff --git a/ansible.spec b/ansible.spec
index e41bd92..09c6072 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -1,7 +1,7 @@
 Name: ansible
 Release: 1%{?dist}
 Summary: Minimal SSH command and control
-Version: 0.3.1
+Version: 0.4.1
 
 Group: Development/Libraries
 License: GPLv3+
@@ -46,6 +46,12 @@ cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
 %doc %{_mandir}/man1/ansible*
 
 %changelog
+* Tue Jun 12 2012 Tim Bielawa <tbielawa at redhat.com> - 0.4.1-1
+- Release of 0.4.1 (bugfixes)
+
+* Wed May 23 2012 Michael DeHaan <michael.dehaan at gmail.com> - 0.4-0
+- Release of 0.4
+
 * Tue May  1 2012 Tim Bielawa <tbielawa at redhat.com> - 0.3.1-1
 - Release of 0.3.1. Mostly packaging related changes.
 
diff --git a/sources b/sources
index 409f607..a17f8c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28c36c5926af878ebfd39c932cb86650  ansible-0.3.1.tar.gz
+e84cb423c514e28ffb137b5bd35bff26  ansible-0.4.1.tar.gz


More information about the scm-commits mailing list