From 02de9eac602b0734712590c9745f945bacf75acd Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 16 Jul 2004 02:10:57 +0000 Subject: [PATCH] Update version number to 1.95.8 in preparation for release. --- expat/README | 2 +- expat/doc/reference.html | 2 +- expat/expat.spec | 8 +++++++- expat/win32/expat.iss | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/expat/README b/expat/README index 6998da17..29f9d663 100644 --- a/expat/README +++ b/expat/README @@ -1,5 +1,5 @@ - Expat, Release 1.95.7 + Expat, Release 1.95.8 This is Expat, a C library for parsing XML, written by James Clark. Expat is a stream-oriented XML parser. This means that you register diff --git a/expat/doc/reference.html b/expat/doc/reference.html index a983a7eb..2a00af6b 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -19,7 +19,7 @@

The Expat XML Parser

- Release 1.95.7 + Release 1.95.8 diff --git a/expat/expat.spec b/expat/expat.spec index 33ba187a..7339dbcf 100644 --- a/expat/expat.spec +++ b/expat/expat.spec @@ -1,4 +1,4 @@ -%define version 1.95.7 +%define version 1.95.8 %define release 1 Summary: Expat is an XML 1.0 parser written in C. @@ -35,9 +35,15 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf /usr/bin/xmlwf /usr/lib /usr/include/expat.h +/usr/include/expat_external.h /usr/man/man1/xmlwf.1.gz %changelog +[Release 1.95.8-1] +* Fri Jul 16 2004 Fred L. Drake, Jr. +- Update for the 1.95.8 release. +- Add the expat_external.h header to the installed files. + * Tue Oct 21 2003 Fred L. Drake, Jr. - Update list of documentation files; we missed a .png file in the previous release. diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index 5bb96399..da4574bd 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -7,15 +7,15 @@ [Setup] AppName=expat AppId=expat -AppVersion=1.95.7 -AppVerName=expat 1.95.7 +AppVersion=1.95.8 +AppVerName=expat 1.95.8 AppCopyright=Copyright © 1998-2003 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers -DefaultDirName={sd}\Expat-1.95.7 +DefaultDirName={sd}\Expat-1.95.8 AppPublisher=The Expat Developers AppPublisherURL=http://www.libexpat.org/ AppSupportURL=http://www.libexpat.org/ AppUpdatesURL=http://www.libexpat.org/ -UninstallDisplayName=Expat XML Parser (version 1.95.7) +UninstallDisplayName=Expat XML Parser (version 1.95.8) UninstallFilesDir={app}\Uninstall Compression=bzip/9 -- 2.40.0