diff --git a/expat-2.2.4.tar.bz2 b/expat-2.2.4.tar.bz2 deleted file mode 100644 index 865553b..0000000 --- a/expat-2.2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e -size 505038 diff --git a/expat-2.2.5.tar.bz2 b/expat-2.2.5.tar.bz2 new file mode 100644 index 0000000..0d0b7d7 --- /dev/null +++ b/expat-2.2.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6 +size 510868 diff --git a/expat-docbook.patch b/expat-docbook.patch deleted file mode 100644 index 22520ea..0000000 --- a/expat-docbook.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: expat-2.2.4/doc/doc.mk -=================================================================== ---- expat-2.2.4.orig/doc/doc.mk -+++ expat-2.2.4/doc/doc.mk -@@ -1,7 +1,7 @@ - # Copyright (C) Sebastian Pipping - # Licensed under MIT/X License - --DOCBOOK_TO_MAN = docbook2x-man -+DOCBOOK_TO_MAN = docbook-to-man - - srcdir = . - diff --git a/expat.changes b/expat.changes index 9d89b40..4563eb6 100644 --- a/expat.changes +++ b/expat.changes @@ -1,7 +1,31 @@ +------------------------------------------------------------------- +Wed Nov 8 20:01:31 UTC 2017 - aavindraa@gmail.com + +- Version update to 2.2.5 Tue October 31 2017 + * Bug fixes: + - If the parser runs out of memory, make sure its internal + state reflects the memory it actually has, not the memory + it wanted to have. + - The default handler wasn't being called when it should for + a SYSTEM or PUBLIC doctype if an entity declaration handler + was registered. + - Fix a case of mistakenly reported parsing success where + XML_StopParser was called from an element handler + - Function XML_ErrorString was returning NULL rather than + a message for code XML_ERROR_INVALID_ARGUMENT + introduced with release 2.2.1 + * Other changes: + - Add argument -N adding notation declarations + - various compiler-specific fixes + - Improve docbook2x-man detection +- drop expat-docbook.patch + * fixed in 0f5186c7b8e503c669e332d944712de010b265f3 +- switch to github for release tarballs and website + ------------------------------------------------------------------- Thu Oct 26 09:53:50 UTC 2017 - pmonrealgonzalez@suse.com -- Version update to 2.2.4 Sat Auguest 19 2017 +- Version update to 2.2.4 Sat August 19 2017 * Bug fixes: #115 Fix copying of partial characters for UTF-8 input * Other changes: diff --git a/expat.spec b/expat.spec index 3540451..62da7b8 100644 --- a/expat.spec +++ b/expat.spec @@ -16,17 +16,17 @@ # +%global unversion 2_2_5 Name: expat -Version: 2.2.4 +Version: 2.2.5 Release: 0 Summary: XML Parser Toolkit License: MIT Group: Development/Libraries/C and C++ -Url: http://www.libexpat.org -Source0: http://downloads.sourceforge.net/project/expat/expat/%{version}/expat-%{version}.tar.bz2 +Url: http://libexpat.github.io +Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2 Source1: %{name}faq.html Source2: baselibs.conf -Patch0: expat-docbook.patch BuildRequires: docbook2x BuildRequires: gcc-c++ BuildRequires: libtool @@ -62,7 +62,6 @@ in libexpat. %prep %setup -q -%patch0 -p1 cp %{SOURCE1} . rm -f examples/*.dsp diff --git a/expatfaq.html b/expatfaq.html index 2a701b0..af7555f 100644 --- a/expatfaq.html +++ b/expatfaq.html @@ -1,6 +1,12 @@ + + expat FAQ @@ -9,14 +15,6 @@

Frequently Asked Questions about Expat

-

Where can I get the latest version of expat?

- -

The latest version of expat 1.X is available from ftp://ftp.jclark.com/pub/xml/expat.zip. New versions of expat -will be available from expat.sourceforge.net.

-

Where can I get help in using expat?

Try the xml-dev mailing list (subscribe by mailing to