From 72132d698174bc99b9e67c0a88a3b7ffd5817dbe Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 20 Oct 2007 10:19:43 +0000 Subject: [PATCH 1/4] Initialize branch F-8 for python-lxml --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From ad525ebbc34b7738c23817a0d2560005008d8217 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Dec 2007 23:50:16 +0000 Subject: [PATCH 2/4] Update to 1.3.6 --- .cvsignore | 2 +- python-lxml.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 531984d..52f7707 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.3.3.tgz +lxml-1.3.6.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 3a0fbc0..7cf1c2f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 1.3.4 +Version: 1.3.6 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -33,7 +33,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} --single-version-externally-managed +%{__python} setup.py install --skip-build --root %{buildroot} %clean rm -rf %{buildroot} @@ -44,6 +44,12 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Mon Nov 4 2007 Jeffrey C. Ollie - 1.3.6-1 +- Update to 1.3.6. + +* Mon Oct 22 2007 Jeffrey C. Ollie - 1.3.5-1 +- Update to 1.3.5. + * Thu Aug 30 2007 Jeffrey C. Ollie - 1.3.4-1 - Update to 1.3.4. diff --git a/sources b/sources index 0346a9b..69fc08a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2baa9f8ad14aa6dcfb763cfa0ce3bbcb lxml-1.3.3.tgz +a66f3b9669ee4fd2f98b6be920ac583c lxml-1.3.6.tgz From d0e6faca2daeba02b02ee90bc25db6b73d522afc Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 4 Mar 2008 15:02:47 +0000 Subject: [PATCH 3/4] Update to 2.0.2 --- .cvsignore | 2 +- python-lxml.spec | 23 ++++++++++++++++++----- sources | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 52f7707..2f446de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.3.6.tgz +lxml-2.0.2.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 7cf1c2f..fe07625 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 1.3.6 +Version: 2.0.2 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -11,9 +11,13 @@ URL: http://codespeak.net/lxml/ Source0: http://codespeak.net/lxml/lxml-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel BuildRequires: libxslt-devel -BuildRequires: python-setuptools-devel + +%if 0%{?fedora} >= 8 +BuildRequires: python-setuptools-devel +%else +BuildRequires: python-setuptools +%endif %description lxml provides a Python binding to the libxslt and libxml2 libraries. @@ -29,11 +33,11 @@ unlike the default bindings. chmod a-x doc/rest2html.py %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build %install rm -rf %{buildroot} -%{__python} setup.py install --skip-build --root %{buildroot} +%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot} %clean rm -rf %{buildroot} @@ -44,6 +48,15 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Sat Feb 23 2008 Jeffrey C. Ollie - 2.0.2-1 +- Update to 2.0.2 + +* Tue Feb 19 2008 Jeffrey C. Ollie - 2.0.1-1 +- Update to 2.0.1 + +* Tue Feb 19 2008 Fedora Release Engineering - 1.3.6-2 +- Autorebuild for GCC 4.3 + * Mon Nov 4 2007 Jeffrey C. Ollie - 1.3.6-1 - Update to 1.3.6. diff --git a/sources b/sources index 69fc08a..7c8b04e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a66f3b9669ee4fd2f98b6be920ac583c lxml-1.3.6.tgz +ddfa5354726d4bb5de54a8685bdc87a2 lxml-2.0.2.tgz From ff696c554ca4f6561d1280a2d8ea76e8344a1c32 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 27 Mar 2008 04:29:42 +0000 Subject: [PATCH 4/4] - Update to 2.0.3 --- .cvsignore | 2 +- python-lxml.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2f446de..0db85f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.2.tgz +lxml-2.0.3.tgz diff --git a/python-lxml.spec b/python-lxml.spec index fe07625..b3616f4 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Wed Mar 26 2008 Jeffrey C. Ollie - 2.0.3-1 +- Update to 2.0.3 + * Sat Feb 23 2008 Jeffrey C. Ollie - 2.0.2-1 - Update to 2.0.2 diff --git a/sources b/sources index 7c8b04e..bcbd2cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddfa5354726d4bb5de54a8685bdc87a2 lxml-2.0.2.tgz +cdef802a5543571c167140efaf788b69 lxml-2.0.3.tgz