summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2012-03-03 21:37:14 +0000
committerkwaclaw <kwaclaw>2012-03-03 21:37:14 +0000
commit69db8d6441cdf6d256435b58e1930d5f395f9ec7 (patch)
tree9708c82c23d594ac4749525c02d55283307c8d5c
parent5a236271e5d57e76956a6c6daf2e447be65a3f63 (diff)
downloadlibexpat-69db8d6441cdf6d256435b58e1930d5f395f9ec7.tar.gz
Release preparations.
-rw-r--r--MANIFEST2
-rw-r--r--expat.spec6
2 files changed, 6 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 38f5033..94e7130 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -62,7 +62,7 @@ conftools/get-version.sh
conftools/mkinstalldirs
conftools/config.guess
conftools/config.sub
-conftools/install.sh
+conftools/install-sh
conftools/ltmain.sh
m4/libtool.m4
m4/ltversion.m4
diff --git a/expat.spec b/expat.spec
index 8c4ae06..d07ed76 100644
--- a/expat.spec
+++ b/expat.spec
@@ -1,4 +1,4 @@
-%define version 2.0.1
+%define version 2.1.0
%define release 1
Summary: Expat is an XML 1.0 parser written in C.
@@ -39,6 +39,10 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
/usr/man/man1/xmlwf.1.gz
%changelog
+* Sat Mar 3 2012 Karl Waclawek <karl@waclawek.net>
+[Release 2.1.0-1]
+- Update for the 2.1.0 release.
+
* Sun Nov 26 2006 Karl Waclawek <karl@waclawek.net>
[Release 2.0.1-1]
- Update for the 2.0.1 release.