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

Toshio くらとみ toshio at fedoraproject.org
Thu Jul 1 01:56:07 UTC 2010


Author: toshio

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

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

* Wed Jun 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.1-1
- Update to 0.5.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-assembler/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Sep 2008 07:18:17 -0000	1.2
+++ .cvsignore	1 Jul 2010 01:56:07 -0000	1.3
@@ -1 +1 @@
-BytecodeAssembler-0.5.zip
+BytecodeAssembler-0.5.1.zip


Index: python-peak-util-assembler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-assembler/devel/python-peak-util-assembler.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-peak-util-assembler.spec	26 Jul 2009 20:50:08 -0000	1.4
+++ python-peak-util-assembler.spec	1 Jul 2010 01:56:07 -0000	1.5
@@ -1,10 +1,12 @@
-%{!?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 BytecodeAssembler
+%global packagename BytecodeAssembler
 
 Name:           python-peak-util-assembler
-Version:        0.5
-Release:        4%{?dist}
+Version:        0.5.1
+Release:        1%{?dist}
 Summary:        Generate Python code objects by "assembling" bytecode
 
 Group:          Development/Languages
@@ -14,8 +16,12 @@ Source0:        http://pypi.python.org/p
 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
 BuildRequires:  python-nose
 
 Requires:       python-decoratortools >= 1.2
@@ -56,6 +62,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Wed Jun 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-assembler/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Sep 2008 07:18:17 -0000	1.2
+++ sources	1 Jul 2010 01:56:07 -0000	1.3
@@ -1 +1 @@
-94645cdd4b97ed94b946ff66c0f7bbf0  BytecodeAssembler-0.5.zip
+b93fe5310226004431816e5139a986f5  BytecodeAssembler-0.5.1.zip



More information about the scm-commits mailing list