From 60b18e94d893618b93e0ced419272059a1951c50 Mon Sep 17 00:00:00 2001 From: Clint Savage Date: Fri, 22 Mar 2013 17:53:03 -0600 Subject: [PATCH] updating to patch release 0.13.3 --- .gitignore | 1 + salt.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d8644fe..e58dab0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /salt-0.12.1.tar.gz /salt-0.13.1.tar.gz /salt-0.13.2.tar.gz +/salt-0.13.3.tar.gz diff --git a/salt.spec b/salt.spec index 448dc18..11537df 100644 --- a/salt.spec +++ b/salt.spec @@ -11,7 +11,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: salt -Version: 0.13.2 +Version: 0.13.3 Release: 1%{?dist} Summary: A parallel remote execution system @@ -309,6 +309,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Mar 22 2013 Clint Savage - 0.13.3-1 +- Update to upstream patch release 0.13.3 + * Wed Mar 13 2013 Clint Savage - 0.13.2-1 - Update to upstream patch release 0.13.2 diff --git a/sources b/sources index 1bb0d1e..47ba97d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b18ab3d0f4fcb79ab8552b8dbcd5a002 salt-0.13.2.tar.gz +22c8e5213084aa625c4ad89560072be8 salt-0.13.3.tar.gz