Blob Blame History Raw
-------------------------------------------------------------------
Tue Oct  1 10:06:34 UTC 2019 - Fridrich Strba <fstrba@suse.com>

- Build against the new compatibility log4j12-mini package

-------------------------------------------------------------------
Thu Dec  6 15:27:33 UTC 2018 - Fridrich Strba <fstrba@suse.com>

- Don't require the removed xerces-j2-xml-apis, build against a
  generic xml-apis provider in order to allow bootstrapping

-------------------------------------------------------------------
Tue May 15 04:51:19 UTC 2018 - fstrba@suse.com

- Build with source and target 8 to prepare for a possible removal
  of 1.6 compatibility

-------------------------------------------------------------------
Thu Sep 14 11:15:20 UTC 2017 - fstrba@suse.com

- Fix building with jdk9 by specifying java source and target 1.6

-------------------------------------------------------------------
Fri May 19 11:39:08 UTC 2017 - tchvatal@suse.com

- Do not require the builddeps, only the tools we really use

-------------------------------------------------------------------
Thu Dec  4 16:48:19 UTC 2014 - p.drouand@gmail.com

- Drop java-devel dependency; replaced with javapackages-tools

-------------------------------------------------------------------
Fri Jul 11 13:49:39 UTC 2014 - tchvatal@suse.com

- Do not version java docdir.

-------------------------------------------------------------------
Mon Jul  7 13:26:36 UTC 2014 - tchvatal@suse.com

- Remove some redundant definitions from spec

-------------------------------------------------------------------
Mon Jul  7 12:34:21 UTC 2014 - tchvatal@suse.com

- Cleanup with spec-cleaner and fix build with xerces-j2-xml-apis

-------------------------------------------------------------------
Mon Sep  9 11:04:07 UTC 2013 - tchvatal@suse.com

- Move from jpackage-utils to javapackage-tools

-------------------------------------------------------------------
Sat Sep 17 10:47:40 UTC 2011 - jengelh@medozas.de

- Remove redundant tags/sections from specfile

-------------------------------------------------------------------
Thu Feb 28 12:43:31 CET 2008 - mvyskocil@suse.cz

- Adopted from jpackage(1.7)
- New version 0.9.13
  - Fixed bug where normalize-space() function required an argument.
    With no arguments, it now correctly defaults to the context node.
    (kvisco - 20050114)
  - Backed out previous fix in 0.9.12. It was an incorrect fix,
    there was actually no bug with the node-set comparisons
    after triple-checking the XPath spec. When comparing two nodesets
    sometimes they can both be equal and not-equal at the same time,
    and sometimes they can both be never and equal, and never not-equal.
    It's very confusing, but the previous implementation had it correct.
  - Fixed bug in EqualyExprImpl with respect to the NOT_EQUALS
    operator (!=) when used with NodeSet comparisons.
  - Fixed issue with xsl:sort that was restricting the result of
    the expression specified by the select attribute to be a
    node-set, instead of any valid XPath result.
  - Fixed some NullPointerExceptions that were occurring when
    attempting to create a StringResult with a null value.
  - Fixed issue of possible incorrect context node
    when processing certain expressions at the top-level.
  - Fixed parse error when using variables in union expressions.
  - Fixed issue with using the node-test keywords in
    attribute expressions (eg: @text, @node, @pi)
  - Added some improvements to the expressions API to
    allow greater ability to "drill-down" and get to
    the core components of the XPath expressions.
  - Fixes issue with error occuring when "xml prefix" is being
    declared by Xerces. Normally, the "xml" prefix shouldn't
    be declared, but Xerces declares this, probably as a
    convenience. The error is changed to check only for
    a redefinition of the "xml" prefix to a non-valid
    URI.
  - Made some improvements to the XPath expressions package to
    allow improved accessibility to the components of a given
    expression. Improvements include the ability to obtain the
    Operator type of a BinaryExpr and a new GroupedExpression
    interface for expressions wrapped in parenthesis.
    (kvisco - 2003-10-06)
  - Added Identity transformation support in the JAXP implementation
    (kvisco - 2003-10-06)
  - Fixed *static* variable bug in the Lexer, should fix some problems
    with certain operators being treated as a function name. This was
    a regression from 0.9.5 (I think).
    (kvisco - 2003-10-02)
  - Added support for URIResolver in the JAXP implementation
    (kvisco - 2003-10-01)
  - Fixed document-base bug with document() function
    (kvisco - 2003-09-28)
  - Updated to support JAXP. The user must first configure
    their environment by setting within the system properties
    the JAXP property: javax.xml.transform.TransformerFactory
    to the value of:
    org.exolab.adaptx.jaxp.transform.TransformerFactoryImpl
    (kvisco - 2003-09-09)

- Compiled by icedtea

-------------------------------------------------------------------
Fri Sep 15 14:47:24 CEST 2006 - ro@suse.de

- set source=1.4 for java 

-------------------------------------------------------------------
Wed Jan 25 21:45:41 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Wed Jul 27 13:20:23 CEST 2005 - jsmeix@suse.de

- Adjustments in the spec file.

-------------------------------------------------------------------
Mon Jul 18 15:26:23 CEST 2005 - jsmeix@suse.de

- Current version 0.9.6 from JPackage.org

-------------------------------------------------------------------
Thu Sep 16 15:20:33 CEST 2004 - skh@suse.de

- Fix prerequires of javadoc subpackage

-------------------------------------------------------------------
Sun Sep  5 21:33:14 CEST 2004 - skh@suse.de

- Initial package created with version 0.9.6 (JPackage 1.5)