From 9e1de13f167777a9d4940eff09644ffcec518fa868a2b5fa3cc13dfdc1f2bafd Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 7 Jun 2011 07:14:27 +0000 Subject: [PATCH] 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 "" 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 --- mxml-2.5.tar.bz2 | 3 --- mxml-2.6.tar.bz2 | 3 +++ mxml.changes | 22 ++++++++++++++++++++++ mxml.spec | 6 ++---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 mxml-2.5.tar.bz2 create mode 100644 mxml-2.6.tar.bz2 diff --git a/mxml-2.5.tar.bz2 b/mxml-2.5.tar.bz2 deleted file mode 100644 index e120a65..0000000 --- a/mxml-2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6725a701bd3cf4e6e121eb9d08433dcd7cf5c890727d9323cb88978427182d03 -size 191933 diff --git a/mxml-2.6.tar.bz2 b/mxml-2.6.tar.bz2 new file mode 100644 index 0000000..f87db53 --- /dev/null +++ b/mxml-2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be33d1942d72eb7ce72361596a1b70ff04c492027a42a1f67fbb2fd2d9b449e0 +size 198188 diff --git a/mxml.changes b/mxml.changes index 876f438..cc69de9 100644 --- a/mxml.changes +++ b/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 "" 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 diff --git a/mxml.spec b/mxml.spec index 8d77599..7a56959 100644 --- a/mxml.spec +++ b/mxml.spec @@ -22,13 +22,13 @@ Name: mxml Url: http://www.easysw.com/~mike/mxml License: LGPL v2.1 or later Group: Development/Libraries/Other -Version: 2.5 +Version: 2.6 Release: 23 Summary: Small XML Parsing Library Source: %{name}-%{version}.tar.bz2 Patch: mxml-2.3-nobinstrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build - +BuildRequires: pkgconfig %description 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 @@ -47,10 +47,8 @@ Authors: %package -n libmxml1 License: LGPL v2.1 or later Group: Development/Libraries/Other -Requires: %{name} = %{version} # Summary: Shared libary for mxml - %description -n libmxml1 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