Changelog for
xsd-4.1.0-2.4.x86_64.rpm :
* Mon Aug 07 2023 Christophe Marin
- Use pre-generated pdf files to have reproducible builds.
* Wed Feb 10 2021 Christophe Giboudeaux - Update to 4.1.0
* Support for abstract XML Schema types. The corresponding C++ classes now have _clone() declared pure virtual which prevents construction of their instances.- Drop 0001-Fix-build-with-GCC10.patch. Merged upstream.- Rebase xsdcxx-rename.patch
* Thu Dec 05 2019 Christophe Giboudeaux - Add 0001-Fix-build-with-GCC10.patch (boo#1158369)- Run spec-cleaner
* Thu Feb 02 2017 adam.majerAATTsuse.de- use individual libboost-
*-devel packages instead of boost-devel
* Wed Jul 23 2014 cgiboudeauxAATTgmx.com- Update to 4.0.0
* Drop support for Xerces-C++ <= 2.8.0.
* Oracle/Berkeley DB XML support has been dropped.
* New option, --std, specifies the C++ standard that the generated code should conform to. Valid values are c++98 (default) and c++11.
* New option, --fat-type-file, triggers the placement of code corresponding to global elements into type files instead of schema files in the file- per-type mode. This option is primarily useful when trying to minimize the amount of object code that is linked to an executable by packaging compiled generated code into a static (archive) library.
* New option, --generate-dep, triggers the generation of the make dependency files (.d) for the generated C++ files. Other options controlling dependency generation are: --generate-dep-only, - -dep-phony, --dep-target, --dep-suffix, and --dep-regex. For details on this functionality, refer to the XSD compiler command line manual (man pages).
* New option, --suppress-assignment, suppresses the generation of copy assignment operators for complex types. If this option is specified, the copy assignment operators for such types are declared private and left unimplemented.
* New option, --polymorphic-plate, allows the creation of multiple polymorphic map plates in the same application. For details, refer to the XSD compiler command line manual (man pages). See the NEWS file for the complete changelog- Drop boost1.46-buildfix.patch (no longer needed)
* Wed May 09 2012 cgiboudeauxAATTgmx.com- Change license to SUSE-GPL-2.0-with-FLOSS-exception
* Fri May 04 2012 cgiboudeauxAATTgmx.com- Update to 3.3.0.1- Spec cleanup
* Tue Jul 28 2009 kalevAATTsmartlink.ee- Updated to work with openSUSE
* Mon Jul 27 2009 rel-engAATTlists.fedoraproject.org- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jul 07 2009 Antti.AndreimannAATTmail.ee- Removed redundant PostScript files from the doc package