From f66dd484148ee543a1377dc5d0420613ad6364d3 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Aug 25 2008 18:01:28 +0000 Subject: 0.3.5 upstream release --- diff --git a/.cvsignore b/.cvsignore index 19a1b6a..f80b0b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.3.4.tar.gz +python-fedora-0.3.5.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index 86f7587..2815d62 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.4 +Version: 0.3.5 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -12,7 +12,7 @@ Source0: https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-setuptools-devel +BuildRequires: python-devel python-setuptools-devel python-paver Requires: python-simplejson Requires: python-bugzilla Requires: python-feedparser @@ -32,12 +32,12 @@ TurboGears Applications such as Bodhi, PackageDB, MirrorManager, and FAS2. %setup -q %build -%{__python} setup.py build +paver build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT +paver install --skip-build --root $RPM_BUILD_ROOT %clean @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Mon Aug 25 2008 Luke Macken - 0.3.5-1 +- New upstream release + * Mon Jul 28 2008 Toshio Kuratomi - 0.3.4-1 - Small fix to proxyclient.send_request() for sequence types. diff --git a/sources b/sources index 79d57ed..66489ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb6cc0d0b6b9b385429483283f3bfb9d python-fedora-0.3.4.tar.gz +0d6cf8d8cb5aaeb60573b8edcd9183b9 python-fedora-0.3.5.tar.gz