List Info

Thread: Release of libxml2-2.6.28




Release of libxml2-2.6.28
user name
2007-04-17 11:10:33
  Hum, I didn't made a releas for quite a long time and
various
fixes and patches had accumulated:
   ftp://xmlsoft.org/libxml/

* Documentation: comment fixes (Markus Keim)
 - xpath comments fixes too (James Dennett)
* Bug fixes: XPath bug (William Brack)
 - HTML parser autoclose stack usage (Usamah Malik)
 - various regexp bug fixes (DV and William)
 - path conversion on Windows (Igor Zlatkovic)
 - htmlCtxtReset fix (Michael Day)
 - XPath principal node of axis bug
 - HTML serialization of some codepoint (Steven Rainwater)
 - user data propagation in XInclude (Michael Day)
 - standalone and XML decl detection (Michael Day)
 - Python id ouptut for some id
 - fix the big python string memory leak
 - URI parsing fixes (Stephane Bidoul and William)
 - long comments parsing bug (William)
 - concurrent threads initialization (Ted Phelps)
 - invalid char in text XInclude (William)
 - XPath memory leak (William)
 - tab in python problems (Andreas Hanke)
 - XPath node comparison error (Oleg Paraschenko)
 - cleanup patch for reader (Julien Reichel)
 - XML Schemas attribute group (William)
 - HTML parsing problem (William)
 - fix char 0x2d in regexps (William)
 - regexp quantifier range with min occurs of 0 (William)
 - HTML script/style parsing (Mike Day)
* Improvement: make xmlTextReaderSetup() public
* Compilation and postability: fix a missing include problem
(William)
 - __ss_familly on AIX again (Bjorn Wiberg)
 - compilation without zlib (Michael Day)
 - catalog patch for Win32 (Christian Ehrlicher)
 - Windows CE fixes (Andreas Stricke)
* Various CVS to SVN infrastructure changes

  thanks to everybody who contributed with bug reports,
ideas and patches !

Daniel

-- 
Red Hat Virtualization group http://redhat.com/v
irtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillardredhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ |
Rpmfind RPM search engine  http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xmlgnome.org
http://mai
l.gnome.org/mailman/listinfo/xml

Re: Release of libxml2-2.6.28
user name
2007-04-17 16:41:20
I just tried building the source RPM to get something
installable for my
SuSE machine at work, and had errors:

rpmbuild --rebuild --target=i686
/tmp/libxml2-2.6.28-1.src.rpm
...
Finding  Provides: /usr/lib/rpm/find-provides libxml2
Finding  Requires: /usr/lib/rpm/find-requires libxml2
Finding  Supplements: /usr/lib/rpm/find-supplements libxml2
Provides: libxml2mod.so
Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <=
4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
Requires: libxml2 = 2.6.28 /usr/lib/python2.4 libc.so.6
libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.3.4)
libxml2.so.2
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/libxml2-2.6.28-root
error: Installed (but unpackaged) file(s) found:
   /usr/share/doc/libxml2-2.6.28/Copyright
   /usr/share/doc/libxml2-2.6.28/examples/testHTML.c
   /usr/share/doc/libxml2-2.6.28/examples/testSAX.c
   /usr/share/doc/libxml2-2.6.28/examples/testXPath.c
   /usr/share/doc/libxml2-2.6.28/examples/xmllint.c
...
RPM build errors:
    InstallSourcePackage: Header V3 DSA signature: NOKEY,
key ID de95bc1f
    user veillard does not exist - using root
    group vcsa does not exist - using root
    user veillard does not exist - using root
    group vcsa does not exist - using root
    Installed (but unpackaged) file(s) found:
   /usr/share/doc/libxml2-2.6.28/Copyright
   /usr/share/doc/libxml2-2.6.28/examples/testHTML.c
...

and the build fails. Is this a source RPM problem, or a
SuSE-is-stupid
problem?

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xmlgnome.org
http://mai
l.gnome.org/mailman/listinfo/xml

Re: Release of libxml2-2.6.28
user name
2007-04-17 16:55:27
On Tue, Apr 17, 2007 at 04:41:20PM -0500, david.hagoodgmail.com
wrote:
> error: Installed (but unpackaged) file(s) found:
>    /usr/share/doc/libxml2-2.6.28/Copyright
>    /usr/share/doc/libxml2-2.6.28/examples/testHTML.c
>    /usr/share/doc/libxml2-2.6.28/examples/testSAX.c
>    /usr/share/doc/libxml2-2.6.28/examples/testXPath.c
>    /usr/share/doc/libxml2-2.6.28/examples/xmllint.c
> ...
> RPM build errors:
>     InstallSourcePackage: Header V3 DSA signature:
NOKEY, key ID de95bc1f
>     user veillard does not exist - using root
>     group vcsa does not exist - using root
>     user veillard does not exist - using root
>     group vcsa does not exist - using root
>     Installed (but unpackaged) file(s) found:
>    /usr/share/doc/libxml2-2.6.28/Copyright
>    /usr/share/doc/libxml2-2.6.28/examples/testHTML.c
> ...
> 
> and the build fails. Is this a source RPM problem, or a
SuSE-is-stupid
> problem?

  probably just that some of the macros used by packages in
Fedora/Red Hat
may be different in SuSE ... 

We use the following, maybe it's not interpreted in the same
way in your system
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO
%doc doc/*.html doc/html doc/*.gif doc/*.png
%doc doc/tutorial doc/libxml2-api.xml.gz
%doc doc/examples

Daniel

-- 
Red Hat Virtualization group http://redhat.com/v
irtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillardredhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ |
Rpmfind RPM search engine  http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xmlgnome.org
http://mai
l.gnome.org/mailman/listinfo/xml

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )