Changelog for
xsd-4.0.0-16.7.x86_64.rpm :
Thu Feb 2 13:00:00 2017 adam.majerAATTsuse.de
- use individual libboost-
*-devel packages instead of boost-devel
Wed Jul 23 14:00:00 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 9 14:00:00 2012 cgiboudeauxAATTgmx.com
- Change license to SUSE-GPL-2.0-with-FLOSS-exception
Fri May 4 14:00:00 2012 cgiboudeauxAATTgmx.com
- Update to 3.3.0.1
- Spec cleanup
Tue Jul 28 14:00:00 2009 kalevAATTsmartlink.ee
- Updated to work with openSUSE
Mon Jul 27 14:00:00 2009 rel-engAATTlists.fedoraproject.org
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Tue Jul 7 14:00:00 2009 Antti.AndreimannAATTmail.ee
- Removed redundant PostScript files from the doc package
Mon Jul 6 14:00:00 2009 Antti.AndreimannAATTmail.ee
- Added ACE homepage to SPEC file comments
- Added verbose=1 to MAKEFLAGS so compiler flags could be
verified from build logs.
Sat Jul 4 14:00:00 2009 Antti.AndreimannAATTmail.ee
- Changed License tag to clarify which exceptions we are talking about
Wed May 20 14:00:00 2009 Antti.AndreimannAATTmail.ee
- Initial RPM release.