From fae543bf24d2896d25f4456ce7c52f2ca934b2d4 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Jul 20 2008 05:19:32 +0000 Subject: 0.3.2 --- diff --git a/.cvsignore b/.cvsignore index f06732b..e3580ac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.3.1.tar.gz +python-fedora-0.3.2.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index 22183cf..95afbac 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-fedora -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -17,6 +17,7 @@ Requires: python-simplejson Requires: python-bugzilla Requires: python-feedparser Requires: python-sqlalchemy +Requires: koji Provides: python-fedora-infrastructure = %{version}-%{release} Obsoletes: python-fedora-infrastructure < %{version}-%{release} @@ -49,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Sun Jul 20 2008 Luke Macken - 0.3.2-1 +- Latest upstream release +- Add koji to the Requires + * Mon Jul 14 2008 Luke Macken - 0.3.1-1 - New upstream bugfix release diff --git a/sources b/sources index e1dd9f9..d9dd990 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -770f93074a7fcbdbc7871d0214e41bb9 python-fedora-0.3.1.tar.gz +620153d0c42d5a9030239c01e29ce1d8 python-fedora-0.3.2.tar.gz