0c86ef06d6
* arrays-doubling.patch * scan-pseudo-attribute.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=43
178 lines
6.0 KiB
Plaintext
178 lines
6.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 11 15:12:31 UTC 2016 - tchvatal@suse.com
|
|
|
|
- Add patches for bnc#814241 upstream#1616
|
|
* arrays-doubling.patch
|
|
* scan-pseudo-attribute.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 21 09:58:48 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Fixup man page permissions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 21 09:20:42 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Sort out update-alternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 6 15:48:05 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Version bump to 2.11.0:
|
|
* This release expands on Xerces' experimental support for XML
|
|
Schema 1.1 by providing implementations for the simplified
|
|
complex type restriction rules (also known as subsumption),
|
|
xs:override and a few other XML Schema 1.1 features. This
|
|
release also introduces experimental support for XML Schema
|
|
Component Designators (SCD). It fixes several bugs which were
|
|
present in Xerces-J 2.10.0 and also includes a few other minor
|
|
enhancements.
|
|
* As of this release, Xerces and Xalan now share a common
|
|
serialization codebase. The DOM Level 3 serialization support
|
|
which was in Xerces was migrated into the Xalan serializer and
|
|
Xerces' native serializer was deprecated. In this release we
|
|
also upgraded the xml-commons resolver to v1.2 (which provides
|
|
support for OASIS XML Catalogs v1.1), introduced a few minor
|
|
features and fixed several bugs.
|
|
- Obsoleted patches no longer needed:
|
|
* xerces-j2-parsing.patch
|
|
* xerces-j2-2.8.1_new_unsupported_dom_methods.patch
|
|
* xerces-build.patch
|
|
* xerces-j2-gcj-switch-constants-bug.patch
|
|
* java150_build.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 9 11:06:27 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Move from jpackage-utils to javapackage-tools
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 23 12:11:30 UTC 2013 - mvyskocil@suse.com
|
|
|
|
- drop javadoc packages
|
|
- drop antlr-bootstrap from BR as javadoc is not built
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 11 14:52:38 UTC 2013 - mvyskocil@suse.com
|
|
|
|
- removed the -boostrap package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 16 11:31:42 UTC 2011 - andrea.turrini@gmail.com
|
|
|
|
- fixed typos in xerces-j2.spec
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 14 13:05:09 UTC 2011 - mvyskocil@suse.cz
|
|
|
|
- build ignore openjdk
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 21 09:15:04 UTC 2010 - mvyskocil@suse.cz
|
|
|
|
- use antlr-bootstrap for javadoc build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 13:40:54 UTC 2010 - mvyskocil@suse.cz
|
|
|
|
- remove unecessary xerces-j2-build.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 2 12:36:13 UTC 2010 - mvyskocil@suse.cz
|
|
|
|
- ignore antlr(-java) to reduce build cycles
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 17 11:44:46 UTC 2009 - mvyskocil@suse.cz
|
|
|
|
- fixed bnc#530717: VUL-0: xerces-j2: XML parsing vulnerability
|
|
- Removed non used patch xerces-build.patch
|
|
- Fixed some rpmlint warnings and errors
|
|
- Removed javadoc postinstall scripts
|
|
- Removed %%release from subpackages requires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 12 12:22:20 CET 2008 - mvyskocil@suse.cz
|
|
|
|
- use gcj for build as this version is not compatible with INM Java6
|
|
- added a jpackage-utils to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 29 19:14:10 CET 2008 - coolo@suse.de
|
|
|
|
- adding prereq for xml-apis and xml-resolver
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 23 12:24:53 CET 2008 - prusnak@suse.cz
|
|
|
|
- removed comma between symbols in PreReq
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 2 11:54:38 CEST 2007 - dbornkessel@suse.de
|
|
|
|
- added unzip to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 23 17:05:07 CET 2007 - dbornkessel@suse.de
|
|
|
|
- added dummy methods for not yet supported new dom methods
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 16 18:29:04 CET 2007 - dbornkessel@suse.de
|
|
|
|
- created sub-packages xml-apis and xml-resolver to avoid Bug #232127
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 15 14:18:46 CET 2006 - dbornkessel@suse.de
|
|
|
|
|
|
- Changed
|
|
PreReq: /usr/sbin/update-alternatives
|
|
to
|
|
PreReq: update-alternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 22 16:39:41 CEST 2006 - dbornkessel@suse.de
|
|
|
|
- update to 2.8.1
|
|
- added source="1.4" target="1.4" to [x]javac & javadoc ant tasks
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 30 14:12:11 CET 2006 - dbornkessel@suse.de
|
|
|
|
- changed update alternatives prios
|
|
- corrected update-alternatives name for 'xml-commons-resolver'
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 27 01:36:20 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 24 16:42:28 CET 2006 - dbornkessel@suse.de
|
|
|
|
- added missing jar file (xml-apis & resolver)
|
|
- added xml-apis and resolver to alternative system, so they can be
|
|
interchanged with xml-commons-apis and commons-resolver
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 18 02:21:51 CET 2006 - dbornkessel@suse.de
|
|
|
|
- Update to version 2.7.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 00:35:27 CEST 2005 - dmueller@suse.de
|
|
|
|
- add norootforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 16 20:01:23 CEST 2004 - skh@suse.de
|
|
|
|
- Fix prerequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 2 15:58:07 CEST 2004 - skh@suse.de
|
|
|
|
- Initial package created with version 2.6.2 (JPackage 1.5)
|
|
|