rpms/python-peak-util-extremes/devel .cvsignore, 1.2, 1.3 python-peak-util-extremes.spec, 1.4, 1.5 sources, 1.2, 1.3

Toshio くらとみ toshio at fedoraproject.org
Thu Jul 1 17:53:32 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-peak-util-extremes/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27246

Modified Files:
	.cvsignore python-peak-util-extremes.spec sources 
Log Message:

* Thu Jul 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1.1-1
- Cleanup for newer python packaging guidelines
- Update to 1.1.1 but that's just to proactively keep picky upstream requires happy;
  there's no code changes between 1.1 and 1.1.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-extremes/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Sep 2008 07:16:28 -0000	1.2
+++ .cvsignore	1 Jul 2010 17:53:31 -0000	1.3
@@ -1 +1 @@
-Extremes-1.1.zip
+Extremes-1.1.1.zip


Index: python-peak-util-extremes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-extremes/devel/python-peak-util-extremes.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-peak-util-extremes.spec	26 Jul 2009 20:50:23 -0000	1.4
+++ python-peak-util-extremes.spec	1 Jul 2010 17:53:32 -0000	1.5
@@ -1,22 +1,30 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if 0%{?fedora} < 13 && 0%{?rhel} < 6
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
-%define packagename Extremes
+%global packagename Extremes
 
 Name:           python-peak-util-extremes
-Version:        1.1
-Release:        4%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Production-quality 'Min' and 'Max' objects
 
 Group:          Development/Languages
 License:        Python or ZPLv2.1
 URL:            http://pypi.python.org/pypi/Extremes
 Source0:        http://pypi.python.org/packages/source/E/%{packagename}/%{packagename}-%{version}.zip
+# patch so ez_setup doesn't try to bootstrap a newer version of setuptools.
+# The version we have is fine.
 Patch0:         %{name}-setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
+%if 0%{?fedora} && 0%{?fedora} < 13
 BuildRequires:  python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 
 %description 
 The peak.util.extremes module provides a production-quality implementation of
@@ -47,6 +55,11 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Thu Jul 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1.1-1
+- Cleanup for newer python packaging guidelines
+- Update to 1.1.1 but that's just to proactively keep picky upstream requires happy;
+  there's no code changes between 1.1 and 1.1.1
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-extremes/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Sep 2008 07:16:28 -0000	1.2
+++ sources	1 Jul 2010 17:53:32 -0000	1.3
@@ -1 +1 @@
-34fc2c114b09e2cc331482d6cc4e4399  Extremes-1.1.zip
+744c685f3ab2b94819fa34e41ca7e268  Extremes-1.1.1.zip



More information about the scm-commits mailing list