rpms/python-fedora/F-9 .cvsignore, 1.18, 1.19 python-fedora.spec, 1.22, 1.23 sources, 1.20, 1.21

Toshio くらとみ toshio at fedoraproject.org
Tue Aug 26 23:45:22 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-fedora/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv462

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:

* Mon Aug 25 2008 Luke Macken <lmacken at redhat.com> - 0.3.5-1
- New upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-9/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	28 Jul 2008 22:36:27 -0000	1.18
+++ .cvsignore	26 Aug 2008 23:44:51 -0000	1.19
@@ -1 +1 @@
-python-fedora-0.3.4.tar.gz
+python-fedora-0.3.5.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-9/python-fedora.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- python-fedora.spec	28 Jul 2008 22:36:27 -0000	1.22
+++ python-fedora.spec	26 Aug 2008 23:44:51 -0000	1.23
@@ -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 @@
 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 @@
 %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 @@
 %{python_sitelib}/*
 
 %changelog
+* Mon Aug 25 2008 Luke Macken <lmacken at redhat.com> - 0.3.5-1
+- New upstream release
+
 * Mon Jul 28 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.4-1
 - Small fix to proxyclient.send_request() for sequence types.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-9/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	28 Jul 2008 22:36:27 -0000	1.20
+++ sources	26 Aug 2008 23:44:51 -0000	1.21
@@ -1 +1 @@
-bb6cc0d0b6b9b385429483283f3bfb9d  python-fedora-0.3.4.tar.gz
+0d6cf8d8cb5aaeb60573b8edcd9183b9  python-fedora-0.3.5.tar.gz




More information about the fedora-extras-commits mailing list