[bodhi] Update to 0.9.9.2 to work with the new pkgdb2

Luke Macken lmacken at fedoraproject.org
Wed May 14 17:04:07 UTC 2014


commit 19a3b72679ea49cad503f8171e4e82d824d919aa
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed May 14 11:03:47 2014 -0600

    Update to 0.9.9.2 to work with the new pkgdb2

 .gitignore |    1 +
 bodhi.spec |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8434d56..059172e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ bodhi-0.7.14.tar.bz2
 /bodhi-0.9.7.tar.bz2
 /bodhi-0.9.8.tar.bz2
 /bodhi-0.9.9.tar.bz2
+/bodhi-0.9.9.2.tar.bz2
diff --git a/bodhi.spec b/bodhi.spec
index 586efe9..b079a79 100644
--- a/bodhi.spec
+++ b/bodhi.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           bodhi
-Version:        0.9.9
-Release:        2%{?dist}
+Version:        0.9.9.2
+Release:        1%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
@@ -133,6 +133,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 
 %changelog
+* Wed May 14 2014 Luke Macken <lmacken at redhat.com> - 0.9.9.2-1
+- Update to 0.9.9.2
+
 * Tue Mar 18 2014 Luke Macken <lmacken at redhat.com> - 0.9.9-2
 - Fix the Source URL (#985058)
 
diff --git a/sources b/sources
index 5f3bf1c..67fa5ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5aa4918c40edcdd713747bc077b2bc99  bodhi-0.9.9.tar.bz2
+22023969356906d9c60bb508269cee3e  bodhi-0.9.9.2.tar.bz2


More information about the scm-commits mailing list