Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 586301 Details for
Bug 716088
FTBFS xmlbeans-2.4.0-7.fc15
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch fixing the problem
0001-Update-to-newer-saxon-API.patch (text/plain), 2.82 KB, created by
Mikolaj Izdebski
on 2012-05-23 10:21:19 UTC
(
hide
)
Description:
Patch fixing the problem
Filename:
MIME Type:
Creator:
Mikolaj Izdebski
Created:
2012-05-23 10:21:19 UTC
Size:
2.82 KB
patch
obsolete
>From c17a7a5acf849855f5069c25eed4ebe2d3faa741 Mon Sep 17 00:00:00 2001 >From: Mikolaj Izdebski <mizdebsk@redhat.com> >Date: Wed, 23 May 2012 12:18:57 +0200 >Subject: [PATCH] Update to newer saxon API > >--- > 0001-Update-to-newer-saxon-API.patch | 25 +++++++++++++++++++++++++ > xmlbeans.spec | 7 ++++++- > 2 files changed, 31 insertions(+), 1 deletions(-) > create mode 100644 0001-Update-to-newer-saxon-API.patch > >diff --git a/0001-Update-to-newer-saxon-API.patch b/0001-Update-to-newer-saxon-API.patch >new file mode 100644 >index 0000000..ad79a95 >--- /dev/null >+++ b/0001-Update-to-newer-saxon-API.patch >@@ -0,0 +1,25 @@ >+From c06b729673544826892266c5778227a47c495d49 Mon Sep 17 00:00:00 2001 >+From: Mikolaj Izdebski <mizdebsk@redhat.com> >+Date: Wed, 23 May 2012 11:54:56 +0200 >+Subject: [PATCH] Update to newer saxon API >+ >+--- >+ .../xmlbeans/impl/xpath/saxon/XBeansXPath.java | 2 +- >+ 1 files changed, 1 insertions(+), 1 deletions(-) >+ >+diff --git a/src/xpath_xquery/org/apache/xmlbeans/impl/xpath/saxon/XBeansXPath.java b/src/xpath_xquery/org/apache/xmlbeans/impl/xpath/saxon/XBeansXPath.java >+index f210e95..b972c85 100644 >+--- a/src/xpath_xquery/org/apache/xmlbeans/impl/xpath/saxon/XBeansXPath.java >++++ b/src/xpath_xquery/org/apache/xmlbeans/impl/xpath/saxon/XBeansXPath.java >+@@ -27,7 +27,7 @@ import org.w3c.dom.Node; >+ import net.sf.saxon.Configuration; >+ import net.sf.saxon.dom.NodeWrapper; >+ import net.sf.saxon.om.NodeInfo; >+-import net.sf.saxon.om.VirtualNode; >++import net.sf.saxon.tree.wrapper.VirtualNode; >+ import net.sf.saxon.om.Item; >+ import net.sf.saxon.value.Value; >+ import net.sf.saxon.sxpath.XPathEvaluator; >+-- >+1.7.7.6 >+ >diff --git a/xmlbeans.spec b/xmlbeans.spec >index 3f11547..e773325 100644 >--- a/xmlbeans.spec >+++ b/xmlbeans.spec >@@ -32,12 +32,13 @@ > > Name: xmlbeans > Version: 2.4.0 >-Release: 8%{?dist}%{?with_bootstrap:.boot} >+Release: 9%{?dist}%{?with_bootstrap:.boot} > Summary: XML-Java binding tool > Group: Development/Libraries > URL: http://xmlbeans.apache.org/ > Source0: http://www.apache.org/dist/xmlbeans/source/%{name}-%{version}-src.tgz > Patch0: xmlbeans-2.4.0-nodownload.patch >+Patch1: 0001-Update-to-newer-saxon-API.patch > License: ASL 2.0 > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >@@ -103,6 +104,7 @@ Requires: %{name} = %{version}-%{release} > %prep > %setup -q -n %{name}-%{version} > %patch0 -p1 -b .nodownload >+%patch1 -p1 > > > %build >@@ -194,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT > > > %changelog >+* Wed May 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-9 >+- Update to newer saxon API >+ > * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 716088
:
508823
|
508824
|
508825
|
508826
|
508827
|
508828
| 586301