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
This commit is contained in:
parent
8c304f587a
commit
9e1de13f16
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6725a701bd3cf4e6e121eb9d08433dcd7cf5c890727d9323cb88978427182d03
|
|
||||||
size 191933
|
|
3
mxml-2.6.tar.bz2
Normal file
3
mxml-2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be33d1942d72eb7ce72361596a1b70ff04c492027a42a1f67fbb2fd2d9b449e0
|
||||||
|
size 198188
|
22
mxml.changes
22
mxml.changes
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 6 17:08:54 UTC 2011 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 11 21:56:59 CEST 2008 - mrueckert@suse.de
|
Thu Sep 11 21:56:59 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@ Name: mxml
|
|||||||
Url: http://www.easysw.com/~mike/mxml
|
Url: http://www.easysw.com/~mike/mxml
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: 23
|
Release: 23
|
||||||
Summary: Small XML Parsing Library
|
Summary: Small XML Parsing Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: mxml-2.3-nobinstrip.patch
|
Patch: mxml-2.3-nobinstrip.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: pkgconfig
|
||||||
%description
|
%description
|
||||||
Mini-XML is a small XML parsing library that you can use to read XML
|
Mini-XML is a small XML parsing library that you can use to read XML
|
||||||
and XML-like data files in your application without requiring large
|
and XML-like data files in your application without requiring large
|
||||||
@ -47,10 +47,8 @@ Authors:
|
|||||||
%package -n libmxml1
|
%package -n libmxml1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{name} = %{version}
|
|
||||||
#
|
#
|
||||||
Summary: Shared libary for mxml
|
Summary: Shared libary for mxml
|
||||||
|
|
||||||
%description -n libmxml1
|
%description -n libmxml1
|
||||||
Mini-XML is a small XML parsing library that you can use to read XML
|
Mini-XML is a small XML parsing library that you can use to read XML
|
||||||
and XML-like data files in your application without requiring large
|
and XML-like data files in your application without requiring large
|
||||||
|
Loading…
x
Reference in New Issue
Block a user