Merge pull request #1364 from Rmys/master

expat-2.4.8
This commit is contained in:
Rmys
2022-07-19 16:05:56 +03:00
committed by GitHub
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>XML parsing libraries</Summary>
<Description>This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.</Description>
<Archive sha1sum="b677b9a1cf3a1424fda183223fae2c58f50151af" type="tarbz2">mirrors://sourceforge/expat/expat-2.4.1.tar.bz2</Archive>
<Archive sha1sum="5bc8aed3107a04ba2a35d45646eb079e6abbfe1d" type="tarbz2">mirrors://sourceforge/expat/expat-2.4.8.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gnuconfig</Dependency>
<Dependency>glibc-devel</Dependency>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="12">
<Date>2022-07-18</Date>
<Version>2.4.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2021-06-12</Date>
<Version>2.4.1</Version>