diff --git a/.gitignore b/.gitignore index 7aaea21..e5237c6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /python-fedora-0.3.37.tar.xz /python-fedora-0.4.0.tar.gz /python-fedora-0.5.0.tar.gz +/python-fedora-0.5.1.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index e0e337b..8d6400a 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -9,7 +9,7 @@ #%%global prerel c2 Name: python-fedora -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -268,6 +268,9 @@ rm -rf %{buildroot}%{python2_sitelib}/tests/ %{python2_sitelib}/flask_fas_openid.py* %changelog +* Mon Aug 17 2015 Ralph Bean - 0.5.1-1 +- Typofix in the BodhiClient. + * Mon Aug 17 2015 Ralph Bean - 0.5.0-1 - Bodhi2 compatibility. - Return munch object from OpenIdBaseClient. diff --git a/sources b/sources index 448d591..e4dd242 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efeabfcd862502a1b7b692527537bd99 python-fedora-0.5.0.tar.gz +03abcec627a4bc5ef0f9ec6dbd1a88e3 python-fedora-0.5.1.tar.gz