104 lines
4.2 KiB
Plaintext
104 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 30 13:51:59 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Add patch (CVE-2024-50602, boo#1232580)
|
|
* CVE-2024-50602.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 7 08:25:23 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Use pre-generated pdf files to have reproducible builds.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 10 08:34:07 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- 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 5 09:03:23 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Add 0001-Fix-build-with-GCC10.patch (boo#1158369)
|
|
- Run spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 2 15:44:53 UTC 2017 - adam.majer@suse.de
|
|
|
|
- use individual libboost-*-devel packages instead of boost-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 23 21:25:00 UTC 2014 - cgiboudeaux@gmx.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 11:43:55 UTC 2012 - cgiboudeaux@gmx.com
|
|
|
|
- Change license to SUSE-GPL-2.0-with-FLOSS-exception
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 4 09:28:12 UTC 2012 - cgiboudeaux@gmx.com
|
|
|
|
- Update to 3.3.0.1
|
|
- Spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 28 2009 - kalev@smartlink.ee
|
|
|
|
- Updated to work with openSUSE
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 27 2009 - rel-eng@lists.fedoraproject.org
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 07 2009 - Antti.Andreimann@mail.ee
|
|
|
|
- Removed redundant PostScript files from the doc package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 06 2009 - Antti.Andreimann@mail.ee
|
|
|
|
- Added ACE homepage to SPEC file comments
|
|
- Added verbose=1 to MAKEFLAGS so compiler flags could be
|
|
verified from build logs.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 04 2009 - Antti.Andreimann@mail.ee
|
|
|
|
- Changed License tag to clarify which exceptions we are talking about
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 20 2009 - Antti.Andreimann@mail.ee
|
|
|
|
- Initial RPM release.
|