[salt-api] Minor bugfix version released

Andrew Niemantsverdriet kaptk2 at fedoraproject.org
Mon Apr 29 19:40:35 UTC 2013


commit 8699c9961b6f2d444a428f4d2c9c0cd97a3e04f4
Author: Andrew Niemantsverdriet <andrewNiemants at gmail.com>
Date:   Mon Apr 29 13:41:20 2013 -0600

    Minor bugfix version released

 .gitignore    |    1 +
 salt-api.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdc9803..e318689 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /salt-api-0.7.5.tar.gz
 /salt-api-0.8.0.tar.gz
+/salt-api-0.8.1.tar.gz
diff --git a/salt-api.spec b/salt-api.spec
index d2ca0b8..8057c5d 100644
--- a/salt-api.spec
+++ b/salt-api.spec
@@ -12,7 +12,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name: salt-api
-Version: 0.8.0
+Version: 0.8.1
 Release: 0%{?dist}
 Summary: A web api for to access salt the parallel remote execution system
 
@@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Apr 29 2013 Andrew Niemantsverdreit <andrewniemants at gmail.com> - 0.8.1-0
+- Minor bugfix version released
+
 * Tue Apr 16 2013 Andrew Niemantsverdriet <andrewniemants at gmail.com> - 0.8.0-0
 - New version released
 
diff --git a/sources b/sources
index 205f777..fec1f3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9239a7184ced5d426696735456ee829  salt-api-0.8.0.tar.gz
+151e92d186c8026cc17122733e296daf  salt-api-0.8.1.tar.gz


More information about the scm-commits mailing list