The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual \r
Studio) and should work on all other platform cmake supports.\r
\r
-Assuming ~/expat-2.1.0 is the source directory of expat, add a subdirectory\r
+Assuming ~/expat-2.1.1 is the source directory of expat, add a subdirectory\r
build and change into that directory:\r
-~/expat-2.1.0$ mkdir build && cd build\r
-~/expat-2.1.0/build$\r
+~/expat-2.1.1$ mkdir build && cd build\r
+~/expat-2.1.1/build$\r
\r
From that directory, call cmake first, then call make, make test and \r
make install in the usual way:\r
-~/expat-2.1.0/build$ cmake ..\r
+~/expat-2.1.1/build$ cmake ..\r
-- The C compiler identification is GNU\r
-- The CXX compiler identification is GNU\r
....\r
-- Configuring done\r
-- Generating done\r
--- Build files have been written to: /home/patrick/expat-2.1.0/build\r
+-- Build files have been written to: /home/patrick/expat-2.1.1/build\r
\r
If you want to specify the install location for your files, append \r
-DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.\r
\r
-~/expat-2.1.0/build$ make && make test && make install\r
+~/expat-2.1.1/build$ make && make test && make install\r
Scanning dependencies of target expat\r
[ 5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o\r
[ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o\r
cmake_minimum_required(VERSION 2.6)\r
set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org")\r
set(PACKAGE_NAME "expat")\r
-set(PACKAGE_VERSION "2.1.0")\r
+set(PACKAGE_VERSION "2.1.1")\r
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")\r
set(PACKAGE_TARNAME "${PACKAGE_NAME}")\r
\r
- Expat, Release 2.1.0
+ Expat, Release 2.1.1
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
-%define version 2.1.0
+%define version 2.1.1
%define release 1
Summary: Expat is an XML 1.0 parser written in C.
/usr/share/man/man1/xmlwf.1.gz
%changelog
+* Wed Mar 2 2016 Sebastian Pipping <sebastian@pipping.org>
+[Release 2.1.1-1]
+- Update for the 2.1.1 release.
+
* Sat Mar 3 2012 Karl Waclawek <karl@waclawek.net>
[Release 2.1.0-1]
- Update for the 2.1.0 release.
*/
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 1
-#define XML_MICRO_VERSION 0
+#define XML_MICRO_VERSION 1
#ifdef __cplusplus
}
[Setup]
AppName=Expat
AppId=expat
-AppVersion=2.1.0
-AppVerName=Expat 2.1.0
+AppVersion=2.1.1
+AppVerName=Expat 2.1.1
AppCopyright=Copyright © 1998-2012 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
AppPublisher=The Expat Developers
AppPublisherURL=http://www.libexpat.org/
AppSupportURL=http://www.libexpat.org/
AppUpdatesURL=http://www.libexpat.org/
-UninstallDisplayName=Expat XML Parser 2.1.0
-VersionInfoVersion=2.1.0
+UninstallDisplayName=Expat XML Parser 2.1.1
+VersionInfoVersion=2.1.1
-DefaultDirName={pf}\Expat 2.1.0
+DefaultDirName={pf}\Expat 2.1.1
UninstallFilesDir={app}\Uninstall
Compression=lzma