Bump version number.

web
Michael R Sweet 21 years ago
parent 04ce2615b2
commit 251fae8b6b
  1. 10
      mxml.list.in
  2. 10
      mxml.spec

@ -1,5 +1,5 @@
# #
# "$Id: mxml.list.in,v 1.9 2003/09/29 01:22:55 mike Exp $" # "$Id: mxml.list.in,v 1.10 2003/12/01 15:29:02 mike Exp $"
# #
# EPM software list file for mini-XML, a small XML-like file parsing library. # EPM software list file for mini-XML, a small XML-like file parsing library.
# #
@ -32,7 +32,7 @@ $srcdir=@srcdir@
%vendor Michael Sweet %vendor Michael Sweet
%license ${srcdir}/COPYING %license ${srcdir}/COPYING
%readme ${srcdir}/README %readme ${srcdir}/README
%version 1.2 %version 1.3
%description <<EOF %description <<EOF
Mini-XML is a small XML parsing library that you can use to read Mini-XML is a small XML parsing library that you can use to read
@ -40,8 +40,8 @@ XML and XML-like data files in your application without
requiring large non-standard libraries. Mini-XML provides the requiring large non-standard libraries. Mini-XML provides the
following functionality: following functionality:
- Reading and writing of UTF-8 encoded XML files. - Reading and writing of UTF-8 encoded XML files and
- Reading and writing of UTF-8 encoded XML strings. strings.
- Data is stored in a linked-list tree structure, preserving - Data is stored in a linked-list tree structure, preserving
the XML data hierarchy. the XML data hierarchy.
- Supports arbitrary element names, attributes, and - Supports arbitrary element names, attributes, and
@ -89,5 +89,5 @@ f 0444 root sys ${mandir}/cat3/mxml.$CAT3EXT $srcdir/mxml.$CAT3EXT
f 0444 root sys ${mandir}/man3/mxml.$MAN3EXT $srcdir/mxml.man f 0444 root sys ${mandir}/man3/mxml.$MAN3EXT $srcdir/mxml.man
# #
# End of "$Id: mxml.list.in,v 1.9 2003/09/29 01:22:55 mike Exp $". # End of "$Id: mxml.list.in,v 1.10 2003/12/01 15:29:02 mike Exp $".
# #

@ -1,5 +1,5 @@
# #
# "$Id: mxml.spec,v 1.8 2003/09/29 01:22:56 mike Exp $" # "$Id: mxml.spec,v 1.9 2003/12/01 15:29:02 mike Exp $"
# #
# RPM "spec" file for mini-XML, a small XML-like file parsing library. # RPM "spec" file for mini-XML, a small XML-like file parsing library.
# #
@ -18,7 +18,7 @@
Summary: Miniature XML development library Summary: Miniature XML development library
Name: mxml Name: mxml
Version: 1.2 Version: 1.3
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Development/Libraries Group: Development/Libraries
@ -36,8 +36,8 @@ XML and XML-like data files in your application without
requiring large non-standard libraries. Mini-XML provides the requiring large non-standard libraries. Mini-XML provides the
following functionality: following functionality:
- Reading and writing of UTF-8 encoded XML files. - Reading and writing of UTF-8 encoded XML files and
- Reading and writing of UTF-8 encoded XML strings. strings.
- Data is stored in a linked-list tree structure, preserving - Data is stored in a linked-list tree structure, preserving
the XML data hierarchy. the XML data hierarchy.
- Supports arbitrary element names, attributes, and - Supports arbitrary element names, attributes, and
@ -95,5 +95,5 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man3/* /usr/share/man/man3/*
# #
# End of "$Id: mxml.spec,v 1.8 2003/09/29 01:22:56 mike Exp $". # End of "$Id: mxml.spec,v 1.9 2003/12/01 15:29:02 mike Exp $".
# #

Loading…
Cancel
Save