From a23dd980b9ecb3d98c73e35133d1f21980442d4c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 24 Jan 2007 15:39:34 +0000 Subject: [PATCH 1/6] Update to 1.1.2 --- .cvsignore | 2 +- python-lxml.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index bfb4724..f130c7d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.0.3.tgz +lxml-1.1.2.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 5d6d1d9..acb928e 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -31,6 +31,7 @@ and handles memory management automatically, unlike the default bindings. %prep %setup -q -n %{srcname}-%{version} +chmod a-x doc/rest2html.py %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -56,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/lxml/*.pyo %changelog +* Fri Jan 19 2007 Jeffrey C. Ollie - 1.1.2-1 +- Update to 1.1.2 + +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 +- Rebuild for new Python + * Sat Sep 16 2006 Shahms E. King 1.0.3-2 - Rebuild for FC6 diff --git a/sources b/sources index 2aaea63..677d420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz +d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz From c40b062d63cf9f779193ef1decf209dfb7ffb823 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 31 Jul 2007 11:37:53 +0000 Subject: [PATCH 2/6] Update to 1.3.3 --- .cvsignore | 2 +- python-lxml.spec | 14 +++++--------- sources | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index f130c7d..531984d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.1.2.tgz +lxml-1.3.3.tgz diff --git a/python-lxml.spec b/python-lxml.spec index acb928e..9a95ed8 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,10 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%{!?python_version: %define python_version %(%{__python} -c "import sys ; print sys.version[:3]")} %define srcname lxml Name: python-%{srcname} -Version: 1.1.2 +Version: 1.3.3 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -18,7 +17,6 @@ BuildRequires: python-devel libxslt-devel python-setuptools # Upstream now includes the generated .c file and the Pyrex shipped # with FC (0.9.3.1) is broken for gcc >= 4.0 #BuildRequires: Pyrex >= 0.9.4 -Requires: python-abi = %{python_version} %description lxml provides a Python binding to the libxslt and libxml2 libraries. It @@ -49,14 +47,12 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README.txt LICENSES.txt PKG-INFO CREDITS.txt CHANGES.txt doc/ -%{python_sitearch}/lxml-%{version}-py%{python_version}.egg-info/ -%dir %{python_sitearch}/lxml -%{python_sitearch}/lxml/*.so -%{python_sitearch}/lxml/*.py -%{python_sitearch}/lxml/*.pyc -%{python_sitearch}/lxml/*.pyo +%{python_sitearch}/* %changelog +* Mon Jul 30 2007 Jeffrey C. Ollie - 1.3.3-1 +- Update to 1.3.3 + * Fri Jan 19 2007 Jeffrey C. Ollie - 1.1.2-1 - Update to 1.1.2 diff --git a/sources b/sources index 677d420..0346a9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz +2baa9f8ad14aa6dcfb763cfa0ce3bbcb lxml-1.3.3.tgz From a93d41373160102e71296e0a2f1e2a7406693d50 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 1 Aug 2007 19:07:06 +0000 Subject: [PATCH 3/6] Initialize branch EL-5 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..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 8d7655b315065702411772da05d5068ba9b58209 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 22 Aug 2007 16:38:08 +0000 Subject: [PATCH 4/6] Bump release and rebuild. --- python-lxml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index 9a95ed8..2a59995 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/* %changelog +* Wed Aug 22 2007 Jeffrey C. Ollie - 1.3.3-2 +- Bump release and rebuild. + * Mon Jul 30 2007 Jeffrey C. Ollie - 1.3.3-1 - Update to 1.3.3 From 79dcc72975df111a1745b340ca2c8913ace86cc1 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 16 Dec 2007 00:04:24 +0000 Subject: [PATCH 5/6] Update to 1.3.6 --- .cvsignore | 2 +- python-lxml.spec | 58 ++++++++++++++++++++++++++---------------------- sources | 2 +- 3 files changed, 34 insertions(+), 28 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 2a59995..7cf1c2f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,48 +1,42 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define srcname lxml - -Name: python-%{srcname} -Version: 1.3.3 -Release: 2%{?dist} +Name: python-lxml +Version: 1.3.6 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries License: BSD URL: http://codespeak.net/lxml/ -Source0: http://codespeak.net/lxml/%{srcname}-%{version}.tgz +Source0: http://codespeak.net/lxml/lxml-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel libxslt-devel python-setuptools -# Upstream now includes the generated .c file and the Pyrex shipped -# with FC (0.9.3.1) is broken for gcc >= 4.0 -#BuildRequires: Pyrex >= 0.9.4 +BuildRequires: python-devel +BuildRequires: libxslt-devel +BuildRequires: python-setuptools-devel %description -lxml provides a Python binding to the libxslt and libxml2 libraries. It -follows the ElementTree API as much as possible in order to provide a more -Pythonic interface to libxml2 and libxslt than the default bindings. In -particular, lxml deals with Python Unicode strings rather than encoded UTF-8 -and handles memory management automatically, unlike the default bindings. - +lxml provides a Python binding to the libxslt and libxml2 libraries. +It follows the ElementTree API as much as possible in order to provide +a more Pythonic interface to libxml2 and libxslt than the default +bindings. In particular, lxml deals with Python Unicode strings +rather than encoded UTF-8 and handles memory management automatically, +unlike the default bindings. %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n lxml-%{version} chmod a-x doc/rest2html.py %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build - +CFLAGS="%{optflags}" %{__python} setup.py build %install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed - +rm -rf %{buildroot} +%{__python} setup.py install --skip-build --root %{buildroot} %clean -rm -rf $RPM_BUILD_ROOT - +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -50,8 +44,20 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/* %changelog -* Wed Aug 22 2007 Jeffrey C. Ollie - 1.3.3-2 -- Bump release and rebuild. +* 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. + +* Wed Aug 29 2007 Fedora Release Engineering - 1.3.3-3 +- Rebuild for selinux ppc32 issue. + +* Tue Aug 28 2007 Jeffrey C. Ollie - 1.3.3-2 +- BR python-setuptools-devel * Mon Jul 30 2007 Jeffrey C. Ollie - 1.3.3-1 - Update to 1.3.3 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 5a7327d56f878f057777d25c40e4bd78ca7084a5 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 4 Mar 2008 14:33:40 +0000 Subject: [PATCH 6/6] 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