Projects
home:jvle:branches:openEuler:24.03:Extra
libreoffice
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 65
View file
_service:tar_scm:libreoffice.spec
Changed
@@ -273,12 +273,12 @@ # Not yet upstreamed # disable tip-of-the-day dialog by default -# Patch0: 0001-disble-tip-of-the-day-dialog-by-default.patch +Patch0: 0001-disble-tip-of-the-day-dialog-by-default.patch # disable opencl by default -# Patch1: 0001-disable-opencl-by-default.patch +Patch1: 0001-disable-opencl-by-default.patch Patch3: 0001-disable-libe-book-support.patch # https://lists.freedesktop.org/archives/libreoffice/2023-September/090948.html -# Patch4: kahansum_test_fix_for_aarch64_s390x.patch +Patch4: kahansum_test_fix_for_aarch64_s390x.patch # Patches for riscv64 here
View file
_service:tar_scm:0001-disable-opencl-by-default.patch
Changed
@@ -1,18 +1,7 @@ -From 87b90b6fbf010effd44ef0e2bd3d75b27562a82b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com> -Date: Mon, 27 Mar 2017 11:47:01 +0100 -Subject: PATCH Resolves: rhbz#1432468 disable opencl by default - -Change-Id: Ie037fcabdd219f195425979dd721501fb5527573 ---- - officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs -index 99b4104f6499..ef7ada84c2f3 100644 ---- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs -+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs -@@ -5652,7 +5652,7 @@ +diff -urN a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs +--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 2024-09-23 21:53:35.000000000 +0800 ++++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs 2024-10-17 13:14:29.387688383 +0800 +@@ -5379,7 +5379,7 @@ <desc>Determines whether OpenCL can be used, when available, to speed up some operations.</desc> </info> @@ -21,6 +10,3 @@ </prop> <prop oor:name="OpenCLDenyList" oor:type="oor:string-list" oor:nillable="false"> <!-- UIHints: Tools - Options General OpenCL --> --- -2.29.2 -
View file
_service:tar_scm:0001-disble-tip-of-the-day-dialog-by-default.patch
Changed
@@ -1,18 +1,7 @@ -From d6e2cdb0023e422546e3ece5bf9915f7c490ced8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com> -Date: Fri, 20 Mar 2020 14:24:05 +0000 -Subject: PATCH disble tip-of-the-day dialog by default - -Change-Id: Ie7f0e3fe3dda12c2ec88c376d2b57419253ae5cf ---- - officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs -index e7c339e2e22e..9aa88ef1aa02 100644 ---- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs -+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs -@@ -5570,7 +5570,7 @@ +diff -urN a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs +--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 2024-09-23 21:53:35.000000000 +0800 ++++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs 2024-10-17 13:09:08.083564970 +0800 +@@ -5340,7 +5340,7 @@ <info> <desc>Determines whether the Tip-of-the-Day dialog is shown on startup.</desc> </info> @@ -21,6 +10,3 @@ </prop> <prop oor:name="LastTipOfTheDayShown" oor:type="xs:int" oor:nillable="false"> <info> --- -2.24.1 -
View file
_service:tar_scm:kahansum_test_fix_for_aarch64_s390x.patch
Changed
@@ -1,19 +1,17 @@ -diff --git a/sc/inc/arraysumfunctor.hxx b/sc/inc/arraysumfunctor.hxx -index c1eabb220..682ca182b 100644 ---- a/sc/inc/arraysumfunctor.hxx -+++ b/sc/inc/arraysumfunctor.hxx -@@ -68,8 +68,12 @@ static inline KahanSum executeFast(size_t& i, size_t nSize, const double* pCurre +diff -urN a/sc/inc/arraysumfunctor.hxx b/sc/inc/arraysumfunctor.hxx +--- a/sc/inc/arraysumfunctor.hxx 2024-09-23 21:53:35.000000000 +0800 ++++ b/sc/inc/arraysumfunctor.hxx 2024-10-17 13:18:03.820345837 +0800 +@@ -68,9 +68,12 @@ inline KahanSum sumArray(const double* pArray, size_t nSize) { size_t i = 0; +#if 0 const double* pCurrent = pArray; KahanSum fSum = executeFast(i, nSize, pCurrent); +- +#else + KahanSum fSum = 0.0; +#endif - // sum rest of the array for (; i < nSize; ++i) --- -2.44.0 + fSum += pArrayi;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2