diff --git a/.cvsignore b/.cvsignore index 3be4f92..cedfc48 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.3.12.tar.gz +python-fedora-0.3.13.1.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index fb55a9b..db169f9 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-fedora -Version: 0.3.12 +Version: 0.3.13.1 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel -BuildRequires: python-paver +BuildRequires: python-paver >= 1.0 BuildRequires: python-sphinx %if 0%{?fedora} >= 9 BuildRequires: python-cherrypy2 @@ -65,6 +65,19 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Sat Jun 13 2009 Toshio Kuratomi - 0.3.13.1-1 +- Merge 0.3.12.1 and 0.3.13 releases together. + +* Sat Jun 13 2009 Toshio Kuratomi - 0.3.13-1 +- New release. Some new pkgdb API, defaultdict implementation, and a + bugfix to response code from the shipped login controller. + +* Wed Jun 11 2009 Ricky Zhou - 0.3.12.1-2 +- Backport a patch to add a bugzilla_email entry. + +* Wed Jun 03 2009 Ricky Zhou - 0.3.12.1-1 +- Update for new FAS release. + * Thu Mar 19 2009 Toshio Kuratomi - 0.3.12-1 - Bugfix and cleanup release. diff --git a/sources b/sources index e996cf9..002ae3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e81443acf339eabfb54b009765e1892b python-fedora-0.3.12.tar.gz +c42d24ef3fb28b15a3a4f2ad93d407c8 python-fedora-0.3.13.1.tar.gz