forked from pool/expat
Accepting request 634952 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Version update to 2.2.6 Sun August 12 2018 * Bug fixes: - Avoid doing arithmetic with NULL pointers in XML_GetBuffer - Fix 2.2.5 regression with suspend-resume while parsing a document like '<root/>' * Other changes: - Autotools: Fix docbook-related configure syntax error - Autotools: Avoid grep option `-q` for Solaris - Autotools: Support ./configure DOCBOOK_TO_MAN="xmlto man --skip-validation" - Autotools: Support DOCBOOK_TO_MAN command which produces xmlwf.1 rather than XMLWF.1; also covers case insensitive file systems - Autotools: Drop -rpath option passed to libtool - Autotools: Detect and deny SGML docbook2man as ours is XML - Autotools/CMake: Support command db2x_docbook2man as well - CMake: Introduce option WARNINGS_AS_ERRORS, defaults to OFF - CMake: Introduce option MSVC_USE_STATIC_CRT, defaults to OFF - CMake: Introduce option XML_UNICODE and XML_UNICODE_WCHAR_T, both defaulting to OFF - CMake: Prefer check_symbol_exists over check_function_exists - CMake: Create the same pkg-config file as with GNU Autotools - CMake: Use GNUInstallDirs module to set proper defaults for install directories - CMake: Utilize expat_config.h.cmake for XML_DEV_URANDOM - Address compiler warnings - Fix miscellaneous typos OBS-URL: https://build.opensuse.org/request/show/634952 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=68
This commit is contained in:
parent
403905b38b
commit
6858130e3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6
|
||||
size 510868
|
3
expat-2.2.6.tar.bz2
Normal file
3
expat-2.2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2
|
||||
size 513322
|
6
expat-2.2.6.tar.bz2.asc
Normal file
6
expat-2.2.6.tar.bz2.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQQ9fpWdifrP7jg3GSGwC8ZqQBoWAAUCW3Qi/wAKCRCwC8ZqQBoW
|
||||
AFThAKDKcZGKjkK91qJ/VeIp4paY6zWmngCbByWF9v7qt+PV35VYDa5Djwrmgt4=
|
||||
=z9yn
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 11:32:10 UTC 2018 - pmonrealgonzalez@suse.com
|
||||
|
||||
- Version update to 2.2.6 Sun August 12 2018
|
||||
* Bug fixes:
|
||||
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
|
||||
- Fix 2.2.5 regression with suspend-resume while parsing
|
||||
a document like '<root/>'
|
||||
* Other changes:
|
||||
- Autotools: Fix docbook-related configure syntax error
|
||||
- Autotools: Avoid grep option `-q` for Solaris
|
||||
- Autotools: Support
|
||||
./configure DOCBOOK_TO_MAN="xmlto man --skip-validation"
|
||||
- Autotools: Support DOCBOOK_TO_MAN command which produces
|
||||
xmlwf.1 rather than XMLWF.1; also covers case insensitive
|
||||
file systems
|
||||
- Autotools: Drop -rpath option passed to libtool
|
||||
- Autotools: Detect and deny SGML docbook2man as ours is XML
|
||||
- Autotools/CMake: Support command db2x_docbook2man as well
|
||||
- CMake: Introduce option WARNINGS_AS_ERRORS, defaults to OFF
|
||||
- CMake: Introduce option MSVC_USE_STATIC_CRT, defaults to OFF
|
||||
- CMake: Introduce option XML_UNICODE and XML_UNICODE_WCHAR_T,
|
||||
both defaulting to OFF
|
||||
- CMake: Prefer check_symbol_exists over check_function_exists
|
||||
- CMake: Create the same pkg-config file as with GNU Autotools
|
||||
- CMake: Use GNUInstallDirs module to set proper defaults for
|
||||
install directories
|
||||
- CMake: Utilize expat_config.h.cmake for XML_DEV_URANDOM
|
||||
- Address compiler warnings
|
||||
- Fix miscellaneous typos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 10:22:18 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package expat
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,17 +17,19 @@
|
||||
|
||||
|
||||
%global do_profiling 0
|
||||
%global unversion 2_2_5
|
||||
%global unversion 2_2_6
|
||||
Name: expat
|
||||
Version: 2.2.5
|
||||
Version: 2.2.6
|
||||
Release: 0
|
||||
Summary: XML Parser Toolkit
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://libexpat.github.io
|
||||
Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2
|
||||
Source3: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2.asc
|
||||
Source1: %{name}faq.html
|
||||
Source2: baselibs.conf
|
||||
BuildRequires: docbook2x
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
@ -69,7 +71,6 @@ rm -f examples/*.dsp
|
||||
%build
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--without-docbook \
|
||||
--docdir="%{_docdir}/%{name}" \
|
||||
--disable-static
|
||||
%if 0%{?do_profiling}
|
||||
|
Loading…
Reference in New Issue
Block a user