summaryrefslogtreecommitdiff
path: root/libxml.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* preparing release 2.6.19, updated docs and rebuilding. DanielLIBXML2_2_6_19Daniel Veillard2005-04-021-2/+3
| | | | | | * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and rebuilding. Daniel
* do not package .la files applied patch from Gerry Murphy for xmllintDaniel Veillard2005-03-161-0/+1
| | | | | | | | * libxml.spec.in: do not package .la files * xmllint.c: applied patch from Gerry Murphy for xmllint return code * xmlschemastypes.c: fixed a couple of missing tests of parameters at public API entry points. Daniel
* preparing release of 2.6.18 updated docs and rebuilt reactivated gccLIBXML2_2_6_18Daniel Veillard2005-03-131-1/+1
| | | | | | | * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18 updated docs and rebuilt * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0 Daniel
* some gcc4 portability patches, including a serious aliasing bug exposed inDaniel Veillard2005-03-101-12/+1
| | | | | | | * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability patches, including a serious aliasing bug exposed in s390 when trying to convert data pointer to code pointer. Daniel
* added BuildRequires: zlib-devel, fixes Red Hat bug #124942 DanielDaniel Veillard2004-08-261-1/+1
| | | | | | * libxml.spec.in: added BuildRequires: zlib-devel, fixes Red Hat bug #124942 Daniel
* too bleeding edge to be useful with gcc-3.2 and 3.3, DanielDaniel Veillard2004-06-271-12/+13
|
* another, more 'experimental' feature to get compiler optimization based onDaniel Veillard2004-06-271-2/+39
| | | | | * libxml.spec.in: another, more 'experimental' feature to get compiler optimization based on gcc runtime profiling
* Last minute releases change #@$$% of spec file ! DanielLIBXML2_2_6_9Daniel Veillard2004-04-181-1/+1
|
* keep the ChangeLog compressed fix a segfault when using Close() test forDaniel Veillard2004-04-181-3/+4
| | | | | | | | * libxml.spec.in: keep the ChangeLog compressed * xmlreader.c: fix a segfault when using Close() * python/tests/Makefile.am python/tests/reader8.py: test for the Close() reader API. Daniel
* fixing Red Hat bug #120482 , libxml2-python should depend on the versionDaniel Veillard2004-04-091-1/+1
| | | | | | * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python should depend on the version of python used to compile it. Daniel
* preparing release of libxml2-2.6.3, updated and regenerated the docs.LIBXML2_2_6_3Daniel Veillard2003-12-101-0/+1
| | | | | | * configure.in doc/* libxml.spec.in: preparing release of libxml2-2.6.3, updated and regenerated the docs. Daniel
* fixed some wording make sure doc/examples is packaged fixed the reallyDaniel Veillard2003-11-151-0/+1
| | | | | | | | | | * Copyright: fixed some wording * libxml.spec.in: make sure doc/examples is packaged * include/libxml/tree.h valid.c xmlreader.c: fixed the really annoying problem about xmlRemoveID and xmlReader streaming. Thing looks fixed now, add to add a doc reference to the xmlID structure though... Daniel
* less verbose on difference cleanup fixed xmlCleanupParser() doc work onDaniel Veillard2003-11-111-6/+1
| | | | | | | | | | | | | | * check-xinclude-test-suite.py: less verbose on difference * libxml.spec.in: cleanup * parser.c: fixed xmlCleanupParser() doc * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/examples/Makefile.am doc/examples/example1.c doc/examples/examples.xml doc/examples/index.py doc/examples/test1.xml: work on adding C examples and generating automated information about those. examples.xml is autogenerated describing the examples. * example/Makefile.am: cleanup Daniel
* Fixed the release number fo the spec file, DanielDaniel Veillard2003-05-141-1/+1
|
* trying to conciliate --with-python= requirements and RPM builds, a PITADaniel Veillard2003-05-141-21/+1
| | | | | | | * configure.in libxml.spec.in python/Makefile.am: trying to conciliate --with-python= requirements and RPM builds, a PITA really... Daniel
* added a comment about bug #112902 DanielDaniel Veillard2003-05-131-0/+5
| | | | | * libxml.spec.in: added a comment about bug #112902 Daniel
* 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