summaryrefslogtreecommitdiff
path: root/libxml.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* fixes a libtool problem on AMD 64bits builds found the validation problemDaniel Veillard2003-02-091-1/+1
| | | | | | | | | | * libxml.spec.in: fixes a libtool problem on AMD 64bits builds * relaxng.c: found the validation problem I had with interleave when not covering all remaining siblings * Makefile.am test.relaxng/* result/relaxng/*: augmented the testsuite and check the RNG schemas against the RNG schemas given in appendix A Daniel
* integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul basedDaniel Veillard2003-01-021-0/+5
| | | | | | | * libxml.spec.in python/Makefile.am python/drv_libxml2.py: integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul based on the python XmlTextReader interface. Daniel
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-1/+1
| | | | | | | | | | | | | | | * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API building Python script, does the C parsing directly, generates a better API description including structure fieds defs and enums. Still a couple of bugs, but good enough for the python wrappers now. * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c include/libxml/schemasInternals.h include/libxml/tree.h: more cleanup based on the python analysis script reports. * libxml.spec.in: make sure the API XML description is part of the devel package. Daniel
* add a line in %changelog for releases DanielDaniel Veillard2002-11-251-0/+3
| | | | | * libxml.spec.in configure.in: add a line in %changelog for releases Daniel
* preparing 2.4.28 some cleanup updated the news and regenerated. DanielDaniel Veillard2002-11-221-0/+2
| | | | | | | * configure.in: preparing 2.4.28 * libxml.spec.in doc/Makefile.am: some cleanup * doc/*: updated the news and regenerated. Daniel
* preparing release 2.4.27 updated and rebuilt the docs try to make sure theLIBXML_2_4_27Daniel Veillard2002-11-171-0/+1
| | | | | | | | | | * configure.in: preparing release 2.4.27 * doc/* : updated and rebuilt the docs * doc/Makefile.am libxml.spec.in: try to make sure the tutorial and all the docs are actually packaged and in the final RPMs * parser.c parserInternals.c include/libxml/parser.h: restore xmllint --recover feature. Daniel
* serious cleanup of the spec file and associated changes in the Makefiles.Daniel Veillard2002-10-231-38/+24
| | | | | | | | * Makefile.am config.h.in libxml.spec.in doc/Makefile.am: serious cleanup of the spec file and associated changes in the Makefiles. * valid.c: try to remove some warnings on x86_64 Daniel
* fixes libary path for x86_64 AMD DanielDaniel Veillard2002-09-041-12/+18
| | | | | * libxml.spec.in: fixes libary path for x86_64 AMD Daniel
* fixing bug #81112 DanielDaniel Veillard2002-05-241-0/+1
| | | | | * libxml.spec.in: fixing bug #81112 Daniel
* release of 2.4.20 updated and rebuilt the docs DanielLIBXML_2_4_20Daniel Veillard2002-04-151-1/+1
| | | | | | * configure.in: release of 2.4.20 * doc/*: updated and rebuilt the docs Daniel
* fixed bug #76168, attribute redeclared in the internal subset should notDaniel Veillard2002-03-251-1/+1
| | | | | | | | * valid.c SAX.c: fixed bug #76168, attribute redeclared in the internal subset should not raise duplicate ID errors, also there was a small bug in conjunction to namespace declarations defaulted and xml:xxx attributes DTD definitions. Daniel
* Cleanup of the python Makefiles based on Jacob and James feedback, fixedDaniel Veillard2002-03-151-0/+2
| | | | | | | | | | * libxml.spec.in python/Makefile.am python/tests/Makefile.am python/generator.py python/libxml.c python/types.c: Cleanup of the python Makefiles based on Jacob and James feedback, fixed the spec file accordingly, fixed the number of warning that passing my pedantic CFLAGS was generating. Conclusion is that Python includes are real crap. Daniel
* Fixed #73408 missing images are now copied on install and part of theDaniel Veillard2002-03-071-1/+1
| | | | | | * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images are now copied on install and part of the -devel RPM Daniel
* Fixed bug #72570 moved the libxml man page to section 3 DanielDaniel Veillard2002-03-061-1/+1
| | | | | | * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570 moved the libxml man page to section 3 Daniel
* Justin Fletcher found some parts of the code needing cleanup Fixed theDaniel Veillard2002-02-091-1/+1
| | | | | | | | | | * parserInternals.c valid.c: Justin Fletcher found some parts of the code needing cleanup * libxml.spec.in python/Makefile.am python/generator.py python/libxml.c python/libxml.py: Fixed the python Makefiles corrected a bug showing up on ia64, changed the name of the python internal module too Daniel
* Changed to the MIT Licence updated the doc accordingly preparing 2.4.14Daniel Veillard2002-02-081-2/+4
| | | | | | | | | | | | | | | | | * Copyright Makefile.am README configure.in libxml.spec.in: Changed to the MIT Licence * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html doc/xmlio.html: updated the doc accordingly * include/libxml/xmlwin32version.h configure.in: preparing 2.4.14 release * python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/types.c: fixed the const xmlChar * wrapper and generator, XPath extension functions now use the context as first argument * python/tests/tstxpath.py python/tests/xpath.py python/tests/xpathext.py: Updated the tests accordingly * tree.c: fixed bug #70067 Daniel
* Progressing through the TODOs, class description output, extra XML API,Daniel Veillard2002-02-021-0/+18
| | | | | | | | | * libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt: Progressing through the TODOs, class description output, extra XML API, RPM now builds the wrappers for all python installed versions Daniel
* added more informations in the libxml2-python package including docs.Daniel Veillard2002-02-021-0/+27
| | | | | | | | | * configure.in libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml2class.txt: added more informations in the libxml2-python package including docs. Slightly changed the class hierarchy * python/tests/*: added basic regression tests infrastructure too Daniel
* cleanup updated with 2.4.8 DanielDaniel Veillard2001-11-041-57/+53
| | | | | | * libxml.spec.in: cleanup * include/libxml/xmlwin32version.h: updated with 2.4.8 Daniel
* Fixed SGML catalogs breakage of 2.4.7, added a couple of really neededDaniel Veillard2001-11-041-0/+4
| | | | | | | | | | * include/libxml/catalog.h catalog.c: Fixed SGML catalogs breakage of 2.4.7, added a couple of really needed APIs like xmlCatalogIsEmpty() and xmlNewCatalog() * xmlcatalog.c: updated --sgml --noout to be a suitable replacement for install-catalog * configure.in: preparing 2.4.8 Daniel
* PISSED !!! DO NOT COMMIT DIRECTLY IF NOT ALLOWED PERSONALLYDaniel Veillard2001-09-191-88/+77
| | | | | | | * Makefile.am libxml.spec.in: backing up non-documented changes commited without review or aproval by Jens Finke <jens@gnome.org> * HACKING: made 100% clear that no commit should be done directly Daniel
* Don't copy libxml.spec, it's already included due to listing inCEST 2001 Jens Finke2001-09-191-77/+88
| | | | | | | | | Wed Sep 19 08:42:20 CEST 2001 Jens Finke <jens@gnome.org> * Makfefile.am (dist-hook): Don't copy libxml.spec, it's already included due to listing in EXTRA_DIST. * libxml.spec.in: Updated.
* dohh generated the wrong include path :-( re-dohh forgot the new manpageDaniel Veillard2001-09-131-0/+1
| | | | | | * libxml-2.0.pc.in: dohh generated the wrong include path :-( * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( Daniel
* moved includes to includedir/libxml2/libxml, updated the configurationDaniel Veillard2001-09-121-4/+3
| | | | | | * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml, updated the configuration scripts systems accordingly
* renaming testCatalog as xmlcatalog, making it an installed app adding aDaniel Veillard2001-08-201-0/+1
| | | | | | | | | | | | * Makefile.am xmlcatalog.c libxml.spec.in: renaming testCatalog as xmlcatalog, making it an installed app adding a shell, and preparing it to be a /etc/xml/catalog management tool, though not ready yet * catalog.c include/libxml/catalog.h: adding support for XML Catalogs http://www.oasis-open.org/committees/entity/ not finished, there is some interesting tradeoffs and a few open questions left. Daniel
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-3/+3
| | | | | | | | | | | | | | | | * AUTHORS: added William and Bjorn * include/libxml/*.h *.c README doc/*.html etc.: changed old email to daniel@veillard.com hopefully I won't have to do this again * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that docs can be rebuilt cleanly now * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h from CVs it's generated, added include/libxml/xmlwin32version.h also generated but which should change far less frequently. * catalog.c nanoftp.c: made sure to include libxml.h not libxml/xmlversion.h directly * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h when compiling on WIN32 and MSC Daniel
* new patches from Toshio Kuratomi DanielDaniel Veillard2001-04-261-12/+24
| | | | | * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi Daniel
* Renamed the library to libxml2 and made the changes needed to haveDaniel Veillard2001-01-281-2/+2
| | | | | | | | | | libxml-devel and libxml2-devel to coexist: - Makefile.am configure.in libxml.spec.in example/Makefile.am: Changed the library name, in order to get libxml-devel and libxml2-devel to coexist on a single system - xml-config.1 xml-config.in xmlConf.sh.in: renamed - xml2-config.1 xml2-config.in xml2Conf.sh.in: new files Daniel
* Some packaging cleanup:Daniel Veillard2001-01-251-0/+1
| | | | | | | - Makefile.am doc/Makefile.am libxml.spec.in: painful work to get the HTML doc to go into the -devel RPM ... - aclocal.m4 config.h.in: some updates due to auto* magic Daniel
* Improved the package description in the spec file, DanielDaniel Veillard2000-10-301-4/+21
|
* Added a man page for xml-config Fredrik Hallenberg <hallon@lysator.liu.se>, ↵Daniel Veillard2000-10-111-0/+1
| | | | Daniel.
* New set of cleanups, released 2.2.3:LIBXML_2_2_3Daniel Veillard2000-09-171-2/+2
| | | | | | | | | - SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: removed a few warnings in pedantic mode ... - parserInternals.c parser.c: moved encoding switching function to parserInternals.c - configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 Daniel
* Added man pages, DanielDaniel Veillard2000-08-191-0/+5
|
* Fixed the handling of the control FTP connectionDaniel Veillard2000-07-101-5/+4
| | | | | Fixed the spec file Daniel
* Fixed bug #7419, dependancies fouled, Daniel.Daniel Veillard2000-07-021-1/+1
|
* Work done on the plane, ready to release libxml2-2.0.0, DanielDaniel Veillard2000-04-031-1/+2
|
* Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel.Daniel Veillard2000-03-141-13/+4
|
* This is the 2.0.0-beta, lots and lots and lots of changesDaniel Veillard2000-03-141-2/+1
| | | | | | Have a look at http://xmlsoft.org/upgrade.html Daniel
* - added a nano FTP moduleDaniel Veillard2000-01-251-3/+1
| | | | | - removed SNAP from RPM - updated the status in doc
* Updated the doc, and patched libxml.spec.in, Daniel.Daniel Veillard1999-09-241-1/+1
|
* Fixed CHAR, errno, alpha RPM compile, updated doc, DanielLIB_XML_1_7_1Daniel Veillard1999-09-231-4/+9
|
* Corrected xmlConf.sh missing in distrib, DanielDaniel Veillard1999-08-151-0/+1
|
* Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... DanielDaniel Veillard1999-08-101-1/+9
|
* Allow defining a CUSTOM_RELEASE at RPM build timeElliot Lee1999-07-291-1/+2
|
* Release of libxml-1.1, Daniel.LIB_XML_1_1Daniel Veillard1999-06-021-0/+5
|
* alpha updates gregGregory McLean1999-02-281-2/+12
| | | | | alpha updates greg
* Made spec file autogenerate, tweaked it alsoMichael Fulbright1999-02-211-0/+85
Dr Mike <drmike@redhat.com>