Hello community, here is the log from the commit of package python-xmldiff for openSUSE:Factory checked in at Mon Sep 5 17:08:22 CEST 2011.
-------- --- python-xmldiff/python-xmldiff.changes 2007-01-15 11:35:30.000000000 +0100 +++ python-xmldiff/python-xmldiff.changes 2011-05-28 23:11:28.000000000 +0200 @@ -1,0 +2,10 @@ +Sat May 28 21:00:54 UTC 2011 - [email protected] + +- Update to version 0.6.10: + + fails when comparing minimal trees on i386 +- Changes from version 0.6.9: + + Fixed xmldiff-xmlrev compilation error. +- Spec file cleanup +- Drop patches: xmldiff-0.6.8-python2.5.patch + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- xmldiff-0.6.8-python2.5.patch xmldiff-0.6.8.tar.gz New: ---- xmldiff-0.6.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xmldiff.spec ++++++ --- /var/tmp/diff_new_pack.ibaPkk/_old 2011-09-05 17:07:49.000000000 +0200 +++ /var/tmp/diff_new_pack.ibaPkk/_new 2011-09-05 17:07:49.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-xmldiff (Version 0.6.8) +# spec file for package python-xmldiff # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,22 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: python-xmldiff -BuildRequires: python-devel -Summary: Python Tool for Detecting Differences Between XML Files -License: GPL v2 or later -Version: 0.6.8 -Release: 181 +%define _name xmldiff +Version: 0.6.10 +Release: 1 +License: GPLv2+ +Summary: Tree to tree correction between xml documents +Url: http://www.logilab.org/projects/xmldiff/ Group: Productivity/Publishing/XML -Source: ftp://ftp.logilab.org/pub/xmldiff/xmldiff-%{version}.tar.gz -Patch: xmldiff-0.6.7-clean-tmp.patch +Source: http://ftp.logilab.org/pub/xmldiff/%{_name}-%{version}.tar.gz +Patch0: xmldiff-0.6.7-clean-tmp.patch Patch1: xmldiff-0.6.7-xsldata.patch -Patch2: xmldiff-0.6.8-python2.5.patch +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -Url: http://www.logilab.org/projects/xmldiff/ Requires: file opensp libxslt python-xml %py_requires @@ -42,34 +41,23 @@ structured information", by S. Chawathe, A. Rajaraman, H. Garcia-Molina, and J. Widom, Stanford University, 1996. - - -Authors: --------- - Sylvain Thenault <[email protected]> - %prep -%setup -q -n xmldiff-%{version} -%patch +%setup -q -n %{_name}-%{version} +%patch0 %patch1 -%patch2 %build -export CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install -python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT +python setup.py install --root=%{buildroot} --prefix=%{_prefix} --record-rpm %{name}.record-rpm +rm -rf %{buildroot}%{python_sitearch}/%{_name}/test/data/ %clean -rm -rf $RPM_BUILD_ROOT +%{?buildroot:%__rm -rf %{buildroot}} -%files +%files -f %{name}.record-rpm %defattr(-, root, root) %doc ChangeLog TODO README* doc/ -%{py_sitedir}/xmldiff -%{_datadir}/xml/xmldiff -%{_bindir}/* -%{py_sitedir}/*egg-info %changelog ++++++ xmldiff-0.6.8.tar.gz -> xmldiff-0.6.10.tar.gz ++++++ ++++ 1798 lines of diff (skipped) ++++++ xmldiff-0.6.7-xsldata.patch ++++++ --- /var/tmp/diff_new_pack.ibaPkk/_old 2011-09-05 17:07:49.000000000 +0200 +++ /var/tmp/diff_new_pack.ibaPkk/_new 2011-09-05 17:07:49.000000000 +0200 @@ -1,6 +1,8 @@ ---- __pkginfo__.py +Index: __pkginfo__.py +=================================================================== +--- __pkginfo__.py.orig +++ __pkginfo__.py -@@ -54,7 +54,7 @@ +@@ -55,7 +55,7 @@ try: except: pass @@ -9,9 +11,11 @@ ['xsl/docbook_rev.xsl', 'xsl/xmlrev.xslt']) ] ---- bin/xmlrev +Index: bin/xmlrev +=================================================================== +--- bin/xmlrev.orig +++ bin/xmlrev -@@ -107,7 +107,7 @@ +@@ -107,7 +107,7 @@ function usage(){ echo " show difference between revisions as xupdate" } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
