Hello community,

here is the log from the commit of package xerces-c.2100 for 
openSUSE:12.3:Update checked in at 2013-10-28 12:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/xerces-c.2100 (Old)
 and      /work/SRC/openSUSE:12.3:Update/.xerces-c.2100.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xerces-c.2100"

Changes:
--------
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.xerces-c.2100.new/xerces-c.changes  
2013-10-28 12:52:04.000000000 +0100
@@ -0,0 +1,248 @@
+-------------------------------------------------------------------
+Sun Oct 20 21:38:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Disable sse2 instructions on non x86_64 arches, bnc#846539
+
+-------------------------------------------------------------------
+Fri Apr 13 17:58:48 UTC 2012 - behri...@users.sourceforge.net
+
+- 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). 
+
+-------------------------------------------------------------------
+Sat Jan 28 22:15:56 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+- Restore missing pkgconfig provides
+
+-------------------------------------------------------------------
+Wed Oct  7 15:04:42 CEST 2009 - prus...@suse.cz
+
+- fix provides and obsoletes [bnc#544957]
+
+-------------------------------------------------------------------
+Thu Aug 13 16:16:03 CEST 2009 - prus...@suse.cz
+
+- fix CVE-2009-1885 (CVE-2009-1885.patch) [bnc#530708]
+
+-------------------------------------------------------------------
+Tue Mar 10 13:04:32 CET 2009 - prus...@suse.cz
+
+- updated to 3.0.1
+  * More robust handling of leading/trailing whitespaces (XERCESC-1838).
+  * Minor documentation updates, including a fix for XERCESC-1848.
+  * Add --disable-rpath configure option.
+  * Remove class name from method declaration (XERCESC-1850).
+  * Fix a bug in the socket and winsock net accessors when a redirection
+    response does not contain a "Location" header.
+  * Make XMLMutex use the correct MemoryManager when it closes it's mutex.
+  * Documentation fixes (XERCESC-1841).
+  * Backport fixes for memory leaks.
+  * Alberto Massari  Force Borland projects to use CRLF EOL.
+  * The wrong constructor was called, causing a memory leak (XERCESC-1840).
+  * Fix memory leak (XERCESC-1834).
+  * Update URLs in source code to point to the new pages.
+
+-------------------------------------------------------------------
+Tue Mar 10 11:23:16 CET 2009 - prus...@suse.cz
+
+- updated to 3.0.0
+  * changes too numerous to list
+- removed obsoleted patch:
+  * lib64.patch
+  * optflags.patch
+
+-------------------------------------------------------------------
+Mon Aug 18 13:46:40 CEST 2008 - prus...@suse.cz
+
+- add -DNDEBUG to opt_flags
+
+-------------------------------------------------------------------
+Mon Aug 18 00:57:38 CEST 2008 - r...@suse.de
+
+- disable parallel build for now, breaks 
+
+-------------------------------------------------------------------
+Thu Aug 14 16:14:35 CEST 2008 - prus...@suse.cz
+
+- cleaned spec file (and renamed libXerces-c-28 to libXerces-c28)
+
+-------------------------------------------------------------------
+Mon Apr  7 18:41:17 CEST 2008 - zpetr...@suse.cz
+
+- update to version 2.8.0
+  - this version should fix large number of bugs.
+  - Exponential growth of memory block (from 16KB to 128KB) 
+    that are allocated by the DOM heap.
+  - The NODE_CLONED notification is now sent to each node's user data 
+    handler when cloning the entire DOMDocument.
+  - Allow whitespace-only nodes to be added as children of a DOMDocument.
+  - When a node is cloned or imported the type information (PSVI)
+    is also copied.
+
+-------------------------------------------------------------------
+Tue Dec 18 16:55:18 CET 2007 - zpetr...@suse.cz
+
+- fixed Required field for libXerces-c-27
+
+-------------------------------------------------------------------
+Tue Aug  7 00:19:23 CEST 2007 - mrueck...@suse.de
+
+- fixed file section for the devel package
+- %post* scriptlets for ldconfig
+
+-------------------------------------------------------------------
+Mon Aug  6 22:12:13 CEST 2007 - mrueck...@suse.de
+
+- added provides/obsoletes for the package rename 
+
+-------------------------------------------------------------------
+Mon Aug  6 09:45:51 CEST 2007 - zpetr...@suse.cz
+
+- branch/rename package according to Share library guidelines.
+
+-------------------------------------------------------------------
+Wed Jan 25 21:34:03 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Mon Jan 16 21:08:22 CET 2006 - zpetr...@suse.cz
+
+- added -fno-strict-aliasing.
+
+-------------------------------------------------------------------
+Wed Jan 11 09:50:07 CET 2006 - zpetr...@suse.cz
+
+- update to 2.7.0
+
+-------------------------------------------------------------------
+Fri Sep  9 11:30:56 CEST 2005 - zpetr...@suse.cz
+
+- endelementfix.patch - namespace bug (#114685) 
+
+-------------------------------------------------------------------
+Tue Jan 11 15:38:15 CET 2005 - di...@suse.de
+
+- update to 2.6.0
+- build with icu libraries
+- did some cleanup
+
+-------------------------------------------------------------------
+Thu Mar 18 16:34:05 CET 2004 - di...@suse.de
+
+- fixed bug #36229 with patch, provided there 
+
+-------------------------------------------------------------------
+Mon Feb 23 12:11:31 CET 2004 - di...@suse.de
+
+- update to 2.5.0
+
+-------------------------------------------------------------------
+Sat Jan 17 16:33:13 CET 2004 - meiss...@suse.de
+
+- added missing include to fix gcc3.4 build.
+
+-------------------------------------------------------------------
+Sun Jan  4 18:10:01 CET 2004 - nas...@suse.de
+
+- update to 2.4.0
+
+-------------------------------------------------------------------
+Tue Aug 26 19:46:30 CEST 2003 - nas...@suse.de
+
+- Reduced docs
+
+-------------------------------------------------------------------
+Sun Jul 27 16:49:28 CEST 2003 - nas...@suse.de
+
+- update to version 2.3.0
+
+-------------------------------------------------------------------
+Tue May 27 22:59:54 CEST 2003 - nas...@suse.de
+
+- Removed CVS files
+
+-------------------------------------------------------------------
+Fri May 16 05:11:33 CEST 2003 - nas...@suse.de
+
+- update to version 2.2.0
+
+-------------------------------------------------------------------
+Mon Jan 20 05:57:41 CET 2003 - nas...@suse.de
+
+- update to version 2.1.0
+
+-------------------------------------------------------------------
+Fri May 17 03:07:38 CEST 2002 - nas...@suse.de
+
+- lib64 problems fixed: Now build on all architectures
+
+-------------------------------------------------------------------
+Wed May 15 07:25:48 CEST 2002 - nas...@suse.de
+
++++ 51 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:12.3:Update/.xerces-c.2100.new/xerces-c.changes

New:
----
  xerces-c-3.1.1.tar.gz
  xerces-c.changes
  xerces-c.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xerces-c.spec ++++++
#
# spec file for package xerces-c
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           xerces-c
BuildRequires:  gcc-c++ libicu-devel pkgconfig
License:        Apache-2.0
Group:          Productivity/Publishing/XML
Version:        3.1.1
Release:        4
Summary:        A Validating XML Parser
Url:            http://xerces.apache.org/xerces-c/
Source:         xerces-c-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
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,
generating, manipulating, and validating XML documents. Xerces-C is
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_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_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,
generating, manipulating, and validating XML documents. Xerces-C is
faithful to the XML 1.0 recommendation and associated standards ( DOM
1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).

This package contains just the shared libraries.

%package -n libxerces-c-devel
Requires:       libxerces-c-3_1 = %{version}
Provides:       Xerces-c-devel = %{version}
Obsoletes:      Xerces-c-devel <= %{version}
Provides:       libXerces-c-devel = %{version}
Obsoletes:      libXerces-c-devel <= %{version}
Group:          Development/Libraries/C and C++
Summary:        A validating XML parser - Development Files

%description -n libxerces-c-devel
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,
generating, manipulating, and validating XML documents.

This package includes files needed for development with Xerces-c

%prep
%setup -q -n xerces-c-%{version}

%build
%configure \
%ifnarch x86_64
    --disable-sse2 \
%endif
    --disable-static
make %{?_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%post -n libxerces-c-3_1 -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_1
%defattr(-,root,root)
%{_libdir}/libxerces-c-3.1.so

%files -n libxerces-c-devel
%defattr(-,root,root)
%{_includedir}/xercesc
%{_libdir}/libxerces-c.so
%{_libdir}/pkgconfig/xerces-c.pc

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to