Hello community, here is the log from the commit of package libxslt checked in at Wed May 24 03:07:31 CEST 2006. -------- --- libxslt/libxslt.changes 2006-01-25 21:37:50.000000000 +0100 +++ libxslt/libxslt.changes 2006-05-23 15:34:31.000000000 +0200 @@ -1,0 +2,9 @@ +Tue May 23 15:19:20 CEST 2006 - ke@suse.de + +- Update to version 1.1.16: + * Bug fixes (pattern compilation, namespace prefixes, etc.). + * Speed up sorting. + * Documentation update. +- Adjust warn patch; drop libxslt-xpath-pattern.patch. + +------------------------------------------------------------------- Old: ---- libxslt-1.1.15.tar.bz2 libxslt-xpath-pattern.patch New: ---- libxslt-1.1.16.tar.bz2 libxslt-makefile.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxslt-python.spec ++++++ --- /var/tmp/diff_new_pack.qL9kdR/_old 2006-05-24 03:05:29.000000000 +0200 +++ /var/tmp/diff_new_pack.qL9kdR/_new 2006-05-24 03:05:29.000000000 +0200 @@ -1,20 +1,20 @@ # -# spec file for package libxslt-python (Version 1.1.15) +# spec file for package libxslt-python (Version 1.1.16) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: libxslt-python BuildRequires: libxml2-python libxslt-devel python-devel -Summary: Python bindings for libxslt -Version: 1.1.15 -Release: 3 +Summary: Python Bindings for libxslt +Version: 1.1.16 +Release: 1 License: X11/MIT Group: Development/Libraries/Python Source: ftp://fr.rpmfind.net/pub/libxml/libxslt-%{version}.tar.bz2 @@ -35,9 +35,9 @@ written in the Python programming language to use the interface supplied by the libxslt library to apply XSLT transformations. -This library allows to parse stylesheets, uses the libxml2-python to +This library allows parsing stylesheets. It uses the libxml2-python to load and save XML and HTML files. Direct access to XPath and the XSLT -transformation context are possible; thus it is possible to extend the +transformation context are possible. Thus it is possible to extend the XSLT language with XPath functions written in Python. ++++++ libxslt.spec ++++++ --- /var/tmp/diff_new_pack.qL9kdR/_old 2006-05-24 03:05:29.000000000 +0200 +++ /var/tmp/diff_new_pack.qL9kdR/_new 2006-05-24 03:05:29.000000000 +0200 @@ -1,11 +1,11 @@ # -# spec file for package libxslt (Version 1.1.15) +# spec file for package libxslt (Version 1.1.16) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,15 +13,15 @@ Name: libxslt BuildRequires: libgcrypt-devel libxml2-devel Summary: XSL Transformation Library -Version: 1.1.15 -Release: 3 +Version: 1.1.16 +Release: 1 License: X11/MIT Group: System/Libraries # Source: ftp://fr.rpmfind.net/pub/libxml/libxslt-1.0.23.tar.bz2 Source: ftp://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/libxslt/1.1/%{name}-%{version}.tar.bz2 Patch: libxslt-aliasing.patch Patch1: libxslt-warn.patch -Patch10: libxslt-xpath-pattern.patch +Patch10: libxslt-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libxml2 >= 2.6.17 URL: http://xmlsoft.org/XSLT/ @@ -34,7 +34,7 @@ It is based on libxml (version 2) for XML parsing, tree manipulation, and XPath support. It is written in plain C, making as few assumptions as possible and sticks closely to ANSI C/POSIX for easy embedding. -Though not primarily designed with performance in mind, libxslt seems +Although not primarily designed with performance in mind, libxslt seems to be a relatively fast processor. It also includes full support for the EXSLT set of extension functions as well as some common extensions present in other XSLT engines. @@ -65,7 +65,7 @@ %setup -q %patch -p 1 %patch1 -%patch10 +%patch10 -p 1 %build autoreconf --force --install @@ -113,6 +113,12 @@ %{_mandir}/man3/* %changelog -n libxslt +* Tue May 23 2006 - ke@suse.de +- Update to version 1.1.16: + * Bug fixes (pattern compilation, namespace prefixes, etc.). + * Speed up sorting. + * Documentation update. +- Adjust warn patch; drop libxslt-xpath-pattern.patch. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Oct 11 2005 - ke@suse.de ++++++ libxslt-1.1.15.tar.bz2 -> libxslt-1.1.16.tar.bz2 ++++++ ++++ 24003 lines of diff (skipped) ++++++ libxslt-makefile.patch ++++++ --- libxslt-1.1.16/libxslt/Makefile.am.~1~ 2005-10-02 11:25:21.000000000 +0200 +++ libxslt-1.1.16/libxslt/Makefile.am 2006-05-23 15:10:08.000000000 +0200 @@ -61,4 +61,4 @@ @(cd ../xsltproc ; $(MAKE)) install-exec-hook: - $(mkinstalldirs) "$(libdir)/libxslt-plugins" + $(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins" Diff finished. Tue May 23 15:10:26 2006 ++++++ libxslt-warn.patch ++++++ --- /var/tmp/diff_new_pack.qL9kdR/_old 2006-05-24 03:05:41.000000000 +0200 +++ /var/tmp/diff_new_pack.qL9kdR/_new 2006-05-24 03:05:41.000000000 +0200 @@ -1,14 +1,3 @@ ---- libxslt/attrvt.c -+++ libxslt/attrvt.c -@@ -196,7 +196,7 @@ - if (attr->psvi != NULL) { - #ifdef WITH_XSLT_DEBUG_AVT - xsltGenericDebug(xsltGenericDebugContext, -- "AVT %s: already compiled\n"); -+ "AVT %s: already compiled\n", attr->name); - #endif - return; - } --- libxslt/extensions.c +++ libxslt/extensions.c @@ -338,7 +338,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de