Hello community, here is the log from the commit of package xerces-c for openSUSE:Factory checked in at 2012-04-17 07:50:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xerces-c (Old) and /work/SRC/openSUSE:Factory/.xerces-c.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xerces-c", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xerces-c/xerces-c.changes 2012-02-14 19:09:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c.changes 2012-04-17 07:50:53.000000000 +0200 @@ -1,0 +2,19 @@ +Fri Apr 13 17:58:48 UTC 2012 - [email protected] + +- updated to 3.1.1 + * Check that we have non-NULL host before trying to connect (XERCESC-1920). + * Recover from the mismatching start/end even count which may happen when we continue parsing an invalid document (XERCESC-1919). + * If the transcoder doesn't process any input, throw an exception (XERCESC-1916). + * Delay the recursive expansion of includes until the document fragment has been placed in the final location (XERCESC-1918). + * The code formatting a content model was skipping the cardinality indicators (*, +, ?) (XERCESC-1914). + * Fix a few bugs and memory leaks in XInclude code. + * Give proper name to 64-bit PDB file in static build (XERCESC-1907). + * Spelling fixes (XERCESC-1911). + * Don't include cpuid.h if we are using intrin.h (XERCESC-1912). + * Fix socket leak. + * Set scanner object on validation context. Needed during QName validation. Don't re-validate default/fixed values in preContentValidation when called from loadGrammar. This values are already validated in TraverseSchema. + * Remove explicit setting of prefix for cloned elements and attributes since it is done properly by the create*() functions (XERCESC-1913). + * Initializing unitialized variables in TranscodeToStr and TranscodeFromStr (#XERCESC-1858). + * Fixed a bug when transcoding small strings using TranscodeToStr (XERCESC-1858). + +------------------------------------------------------------------- Old: ---- xerces-c-3.0.1-CVE-2009-1885.patch xerces-c-3.0.1-include.patch xerces-c-3.0.1.tar.bz2 New: ---- xerces-c-3.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xerces-c.spec ++++++ --- /var/tmp/diff_new_pack.y5t5fT/_old 2012-04-17 07:50:54.000000000 +0200 +++ /var/tmp/diff_new_pack.y5t5fT/_new 2012-04-17 07:50:54.000000000 +0200 @@ -21,13 +21,11 @@ BuildRequires: gcc-c++ libicu-devel pkgconfig License: Apache-2.0 Group: Productivity/Publishing/XML -Version: 3.0.1 +Version: 3.1.1 Release: 4 Summary: A Validating XML Parser Url: http://xerces.apache.org/xerces-c/ -Source: xerces-c-%{version}.tar.bz2 -Patch0: %{name}-3.0.1-include.patch -Patch1: %{name}-3.0.1-CVE-2009-1885.patch +Source: xerces-c-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,13 +36,13 @@ faithful to the XML 1.0 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces). -%package -n libxerces-c-3_0 +%package -n libxerces-c-3_1 Group: Productivity/Publishing/XML Summary: Shared libraries for Xerces-c - a validating XML parser Provides: Xerces-c = %{version} Obsoletes: Xerces-c <= %{version} -%description -n libxerces-c-3_0 +%description -n libxerces-c-3_1 Xerces-C is a validating XML parser written in a portable subset of C++. Xerces-C makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, @@ -55,7 +53,7 @@ This package contains just the shared libraries. %package -n libxerces-c-devel -Requires: libxerces-c-3_0 = %{version} +Requires: libxerces-c-3_1 = %{version} Provides: Xerces-c-devel = %{version} Obsoletes: Xerces-c-devel <= %{version} Provides: libXerces-c-devel = %{version} @@ -73,8 +71,6 @@ %prep %setup -q -n xerces-c-%{version} -%patch0 -%patch1 %build %configure \ @@ -85,18 +81,18 @@ make DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%post -n libxerces-c-3_0 -p /sbin/ldconfig +%post -n libxerces-c-3_1 -p /sbin/ldconfig -%postun -n libxerces-c-3_0 -p /sbin/ldconfig +%postun -n libxerces-c-3_1 -p /sbin/ldconfig %files %defattr(-,root,root) %doc CREDITS KEYS LICENSE NOTICE README doc/* %{_bindir}/* -%files -n libxerces-c-3_0 +%files -n libxerces-c-3_1 %defattr(-,root,root) -%{_libdir}/libxerces-c-3.0.so +%{_libdir}/libxerces-c-3.1.so %files -n libxerces-c-devel %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
