rpms/python-lxml/devel .cvsignore, 1.28, 1.29 python-lxml.spec, 1.40, 1.41 sources, 1.28, 1.29

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu Jan 14 14:22:26 UTC 2010


Author: jcollie

Update of /cvs/pkgs/rpms/python-lxml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5714

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Thu Jan 14 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.4-1
- Update to 2.2.4
- Enable Python 3 subpackage



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore	30 Oct 2009 20:57:16 -0000	1.28
+++ .cvsignore	14 Jan 2010 14:22:25 -0000	1.29
@@ -1 +1,2 @@
-lxml-2.2.3.tar.gz
+lxml-2.2.4.tar.gz
+lxml-2.2.4.tar.gz.asc


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/python-lxml.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- python-lxml.spec	6 Nov 2009 02:30:21 -0000	1.40
+++ python-lxml.spec	14 Jan 2010 14:22:25 -0000	1.41
@@ -1,4 +1,4 @@
-%global with_python3 0
+%global with_python3 1
 
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
@@ -7,15 +7,15 @@
 %endif
 
 Name:           python-lxml
-Version:        2.2.3
-Release:        3%{?dist}
+Version:        2.2.4
+Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://codespeak.net/lxml/
 Source0:        http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz
-#Source0:        http://codespeak.net/lxml/lxml-%{version}.tgz
+Source1:        http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxslt-devel
@@ -25,7 +25,7 @@ BuildRequires:  python-setuptools-devel
 
 %if %{with_python3}
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
+#BuildRequires:  python3-setuptools
 %global py3dir  ../python3-lxml-%{version}
 %endif
 
@@ -96,6 +96,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Jan 14 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.4-1
+- Update to 2.2.4
+- Enable Python 3 subpackage
+
 * Thu Nov  5 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.3-3
 - F-13's python build chain must be a little different...
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	30 Oct 2009 20:57:17 -0000	1.28
+++ sources	14 Jan 2010 14:22:25 -0000	1.29
@@ -1 +1,2 @@
-0b3fcd56909273b3db864133475449dc  lxml-2.2.3.tar.gz
+077841e74ee728e7746b65d8483274be  lxml-2.2.4.tar.gz
+146a5316476dac830fcbe7164d635df7  lxml-2.2.4.tar.gz.asc



More information about the scm-commits mailing list