Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
2 changed files with 1 additions and 24 deletions
|
|
@ -1,20 +0,0 @@
|
|||
Index: xalan/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp
|
||||
===================================================================
|
||||
--- xalan.orig/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp 2025-10-22 08:05:45.403631397 -0400
|
||||
+++ xalan/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp 2025-10-22 08:18:14.821542155 -0400
|
||||
@@ -320,13 +320,13 @@
|
||||
{
|
||||
XalanUnicodeChar value = decodeUTF16SurrogatePair(ch, theChars[i+1], getMemoryManager());
|
||||
|
||||
- if (this->m_isPresentable(value))
|
||||
+ if (m_predicate(value))
|
||||
{
|
||||
write(value);
|
||||
}
|
||||
else
|
||||
{
|
||||
- this->writeNumberedEntityReference(value);
|
||||
+ writeNumericCharacterReference(value);
|
||||
}
|
||||
|
||||
++i;
|
||||
|
|
@ -40,8 +40,6 @@ Source3: Xalan.1
|
|||
# from 14 to 17.
|
||||
Patch: https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/xalan-c/files/xalan-c-1.12-icu-75.patch
|
||||
|
||||
Patch: gcc_15_fixes.patch
|
||||
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: cmake
|
||||
# Either make or ninja is supported.
|
||||
|
|
@ -106,7 +104,7 @@ documentation.
|
|||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
|
||||
%autosetup -n %{tar_name} -p 1
|
||||
%autosetup -n %{tar_name}
|
||||
|
||||
# https://github.com/apache/xalan-c/pull/35
|
||||
chmod -v a-x NOTICE
|
||||
|
|
@ -125,7 +123,6 @@ find docs samples src -type f -exec file '{}' '+' |
|
|||
|
||||
|
||||
%conf
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake %{?with_icu:-Dtranscoder=icu} -GNinja
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue