Commit Graph

15 Commits

Author SHA256 Message Date
fe21e2c355 Accepting request 781961 from home:darix:branches:devel:libraries:c_c++
- Update to version 3.1

OBS-URL: https://build.opensuse.org/request/show/781961
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=21
2020-03-06 08:12:07 +00:00
Ismail Dönmez
7d65a834ad Accepting request 622923 from home:1Antoine1:branches:devel:libraries:c_c++
- Update to version 2.11:
  * CDATA nodes now omit the trailing "]]" for convenience
    (gh#michaelrsweet/mxml#170).
  * Fixed a memory leak in mxmlDelete (gh#michaelrsweet/mxml#183)
  * mxmlElementSetAttrf did not work with some versions of Visual
    Studio (gh#michaelrsweet/mxml#184)
  * Added mxmlElementGetAttrByIndex and mxmlELementGetAttrCount
    functions (gh#michaelrsweet/mxml#185)
  * The configure script now properly supports cross-compilation
    (gh#michaelrsweet/mxml#188)
  * The mxmldoc utility now supports generation of EPUB files
    (gh#michaelrsweet/mxml#189)
  * The mxmldoc utility now supports the SOURCE_DATE_EPOCH
    environment variable for reproducible builds
    (gh#michaelrsweet/mxml#193)
  * The mxmldoc utility now supports Markdown
    (gh#michaelrsweet/mxml#194)
  * Fixed writing of custom data values (gh#michaelrsweet/mxml#201)
  * Added mxmlNewOpaquef and mxmlSetOpaquef functions to add and
    set formatted opaque string values.
  * The mxmldoc utility scanned and loaded descriptive text
    differently, causing the detailed descriptions ("discussion")
    to be lost in generated documentation.
  * The mxmldoc utility now supports @exclude format@ comments to
    exclude documentation based on the output format. The format
    string can be all to exclude documentation for all formats or a
    comma-delimited list such as @exclude man,html@.
- Drop upstreamed patches:
  * reproducible.path
  * mxml-2.3-nobinstrip.patch
- Clean spec file.

OBS-URL: https://build.opensuse.org/request/show/622923
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=19
2018-07-17 08:35:08 +00:00
4de7b70f29 Accepting request 490884 from home:bmwiedemann:branches:devel:libraries:c_c++
Add reproducible.patch to make build reproducible

OBS-URL: https://build.opensuse.org/request/show/490884
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=17
2017-04-26 14:43:59 +00:00
6ff6fa6a73 Accepting request 439918 from home:darix:branches:devel:libraries:c_c++
- update to version 2.10
  - The version number in mxml.h was wrong (Bug #532)
  - The mxml.spec file was out of date (Bug #521)
  - Mini-XML no longer allows malformed element names (Bug #509)
  - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes
    when MXML_TEXT_CALLBACK was specified (Bug #531)
  - mxmlDelete used a recursive algorithm which could require large
    amounts of stack space depending on the file (Bug #549,
    CVE-2016-4570) (bnc #979205)
  - mxmlWrite* used a recursive algorithm which could require large
    amounts of stack space depending on the file (Bug #549,
    CVE-2016-4571) (bnc #979206)

OBS-URL: https://build.opensuse.org/request/show/439918
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=15
2016-11-11 15:04:21 +00:00
14b9486cac Accepting request 289554 from home:posophe:branches:devel:libraries:c_c++
Update

OBS-URL: https://build.opensuse.org/request/show/289554
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=13
2015-03-07 08:14:24 +00:00
Ismail Dönmez
5db747fc90 Accepting request 248850 from home:jengelh:branches:devel:libraries:c_c++
- Improve on RPM group classification

OBS-URL: https://build.opensuse.org/request/show/248850
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=11
2014-09-12 10:14:50 +00:00
Ismail Dönmez
66c2c598da Accepting request 248720 from home:sumski:hazard:to:your:stereo
Add baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/248720
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=9
2014-09-12 08:27:48 +00:00
aece8ca23e Remove redundant tags/sections; smp_mflags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=7
2012-01-29 19:56:13 +00:00
Ismail Dönmez
87a7170ee1 Accepting request 78692 from home:aturrini:branches:devel:libraries:c_c++
Fixed typos in mxml.spec

OBS-URL: https://build.opensuse.org/request/show/78692
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=5
2011-08-12 19:18:44 +00:00
Sascha Peilicke
9e1de13f16 Accepting request 72805 from devel:libraries:c_c++
- update to version 2.6
  - Documentation fixes (STR #91, STR #92)
  - The mxmldoc program did not handle typedef comments properly
    (STR #72)
  - Added support for "long long" printf formats.
  - The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
  - The mxmldoc program now supports generating Xcode documentation
    sets.
  - mxmlSave*() did not output UTF-8 correctly on some platforms.
  - mxmlNewXML() now adds encoding="utf-8" in the ?xml directive to
    avoid problems with non-conformant XML parsers that assume
    something other than UTF-8 as the default encoding.
  - Wrapping was not disabled when mxmlSetWrapMargin(0) was called,
    and "<?xml ... ?>" was always followed by a newline (STR #76)
  - The mxml.pc.in file was broken (STR #79)
  - The mxmldoc program now handles "typedef enum name {} name"
    correctly (STR #72)
- drop requires on main package from the library package

OBS-URL: https://build.opensuse.org/request/show/72805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=11
2011-06-07 07:14:27 +00:00
OBS User unknown
7bbb46b8bf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=5 2008-09-13 03:52:09 +00:00
OBS User unknown
51be604f97 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=4 2008-06-23 21:36:07 +00:00
OBS User unknown
766f5e1ea2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=3 2007-07-12 23:38:10 +00:00
OBS User unknown
9c22e72e15 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=2 2007-04-25 23:16:24 +00:00
OBS User unknown
3da5443940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=1 2007-01-15 23:26:05 +00:00