Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2014-03-21 13:51:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible (Old)
 and      /work/SRC/openSUSE:Factory/.ansible.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2014-03-19 
09:40:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes     2014-03-21 
13:51:54.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Mar 20 23:24:56 UTC 2014 - l...@linux-schulserver.de
+
+- update to 1.5.3:
+  * Fixes to the git module related to host key checking
+  * Force command action to not be executed by the shell unless 
+    specifically enabled.
+  * Validate SSL certs accessed through urllib*. 
+  * Implement new default cipher class AES256 in ansible-vault.
+  * Misc bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  ansible-1.5.tar.bz2

New:
----
  ansible-1.5.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansible.spec ++++++
--- /var/tmp/diff_new_pack.HCimws/_old  2014-03-21 13:51:54.000000000 +0100
+++ /var/tmp/diff_new_pack.HCimws/_new  2014-03-21 13:51:54.000000000 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package ansible
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2013 by Lars Vogdt
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,15 +13,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           ansible
-Version:        1.5
-Release:        1
+Version:        1.5.3
+Release:        0
 Summary:        SSH-based configuration management, deployment, and 
orchestration engine
 License:        GPL-3.0+
-Url:            http://www.ansibleworks.com
 Group:          System/Management
+Url:            http://www.ansibleworks.com
 # http://ansibleworks.com/releases/ansible-%%{version}.tar.gz
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
@@ -54,16 +57,16 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 BuildRequires:  python2-devel
 Requires:       python26-PyYAML
-Requires:       python26-paramiko
 Requires:       python26-jinja2
 Requires:       python26-keyczar
+Requires:       python26-paramiko
 %endif
 %if 0%{?rhel} > 5 || 0%{?rhel_version} > 505
 BuildRequires:  python2-devel
 Requires:       PyYAML
-Requires:       python-paramiko
 Requires:       python-jinja2
 Requires:       python-keyczar
+Requires:       python-paramiko
 %endif
 #
 # Fedora
@@ -71,12 +74,11 @@
 %if 0%{?fedora}
 BuildRequires:  python2-devel
 Requires:       PyYAML
-Requires:       python-paramiko
 Requires:       python-jinja2
 Requires:       python-keyczar
+Requires:       python-paramiko
 %endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Ansible is a radically simple model-driven configuration management,

++++++ CHANGELOG.md ++++++
--- /var/tmp/diff_new_pack.HCimws/_old  2014-03-21 13:51:54.000000000 +0100
+++ /var/tmp/diff_new_pack.HCimws/_new  2014-03-21 13:51:54.000000000 +0100
@@ -1,6 +1,22 @@
 Ansible Changes By Release
 ==========================
 
+## 1.5.3 "Love Walks In" - March 13, 2014
+
+- Fix validate_certs and run_command errors from previous release
+- Fixes to the git module related to host key checking
+
+## 1.5.2 "Love Walks In" - March 11, 2014
+
+- Fix module errors in airbrake and apt from previous release
+
+## 1.5.1 "Love Walks In" - March 10, 2014
+
+- Force command action to not be executed by the shell unless specifically 
enabled.
+- Validate SSL certs accessed through urllib*.
+- Implement new default cipher class AES256 in ansible-vault.
+- Misc bug fixes.
+
 ## 1.5 "Love Walks In" - February 28, 2014
 
 Major features/changes:

++++++ ansible-1.5.tar.bz2 -> ansible-1.5.3.tar.bz2 ++++++
++++ 5215 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to