[ansible] Update to 1.8.3

Kevin Fenzi kevin at fedoraproject.org
Tue Feb 17 23:35:43 UTC 2015


commit 7c6e5edbc6bdbd2d30e159e2923d1ba617e58a44
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Feb 17 16:35:30 2015 -0700

    Update to 1.8.3

 .gitignore   |    1 +
 ansible.spec |    7 +++++--
 sources      |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e437ecf..b42d647 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /ansible-1.8.tar.gz
 /ansible-1.8.1.tar.gz
 /ansible-1.8.2.tar.gz
+/ansible-1.8.3.tar.gz
diff --git a/ansible.spec b/ansible.spec
index e4ffa98..c75eae7 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -9,8 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 Name: ansible
 Summary: SSH-based configuration management, deployment, and task execution system
-Version: 1.8.2
-Release: 3%{?dist}
+Version: 1.8.3
+Release: 1%{?dist}
 
 Group: Development/Libraries
 License: GPLv3
@@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_mandir}/man1/ansible*
 
 %changelog
+* Tue Feb 17 2015 Kevin Fenzi <kevin at scrye.com> 1.8.3-1
+- Update to 1.8.3
+
 * Sun Jan 11 2015 Toshio Kuratomi <toshio at fedoraproject.org> - 1.8.2-3
 - Work around a bug in python2.6 by using simplejson (applies in EPEL6)
 
diff --git a/sources b/sources
index b56ba40..f359f32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2ac0e5a4c092dfa84c7e9e51cd45095  ansible-1.8.2.tar.gz
+aa59af402c2636e019a5edc6fc78142f  ansible-1.8.3.tar.gz


More information about the scm-commits mailing list