Correct download enpoints (#2068568)

epel9
Troy Dawson 3 years ago
parent cb9be34796
commit 785f54b98f

@ -0,0 +1,26 @@
diff --git a/components/shellprivate/wallpaperplugin.knsrc b/components/shellprivate/wallpaperplugin.knsrc
index 1495b6e271421f8b4c10c9b3fe0d6c8c9b59f5ba..3ed59f75d53a844d166b116318b4f66f0ca4c2d8 100644
--- a/components/shellprivate/wallpaperplugin.knsrc
+++ b/components/shellprivate/wallpaperplugin.knsrc
@@ -42,7 +42,7 @@ Name[x-test]=xxWallpaper Pluginsxx
Name[zh_CN]=壁纸插件
Name[zh_TW]=桌布外掛程式
-ProvidersUrl=https://download.kde.org/ocs/providers.xml
+ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
Categories=Plasma Wallpaper Plugin
StandardResource=tmp
Uncompress=kpackage
diff --git a/kcms/kfontinst/kcmfontinst/kfontinst.knsrc b/kcms/kfontinst/kcmfontinst/kfontinst.knsrc
index 99c19542344ed0190a83452d7a1df16629433cf8..fd41b1f8963d97b691219088558ea1bfc1adec1d 100644
--- a/kcms/kfontinst/kcmfontinst/kfontinst.knsrc
+++ b/kcms/kfontinst/kcmfontinst/kfontinst.knsrc
@@ -42,7 +42,7 @@ Name[vi]=Phông chữ
Name[x-test]=xxFontsxx
Name[zh_CN]=字体
-ProvidersUrl=https://distribute.kde.org/khotnewstuff/fonts-providers.xml
+ProvidersUrl=https://cdn.kde.org/khotnewstuff/v1/fonts-providers.xml
Categories=KDE-Look.org Fonts
TargetDir=kfontinst
Uncompress=archive

@ -21,7 +21,7 @@
Name: plasma-workspace Name: plasma-workspace
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
Version: 5.23.5 Version: 5.23.5
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://invent.kde.org/plasma/%{name} URL: https://invent.kde.org/plasma/%{name}
@ -68,6 +68,10 @@ Patch105: plasma-workspace-5.21.90-folderview_layout.patch
## upstream Patches (master branch) ## upstream Patches (master branch)
## Backported patches
# https://bugzilla.redhat.com/show_bug.cgi?id=2065761
Patch300: plasma-workspace-5.23.3-correct-endpoint.patch
# udev # udev
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: dbusmenu-qt5-devel BuildRequires: dbusmenu-qt5-devel
@ -452,6 +456,7 @@ sed -i -e "s|@DEFAULT_LOOKANDFEEL@|%{?default_lookandfeel}%{!?default_lookandfee
shell/packageplugins/lookandfeel/lookandfeel.cpp shell/packageplugins/lookandfeel/lookandfeel.cpp
%endif %endif
%patch105 -p1 %patch105 -p1
%patch300 -p1
%if 0%{?fedora} %if 0%{?fedora}
# Populate initial lookandfeel package # Populate initial lookandfeel package
@ -746,6 +751,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.{klipper,
%changelog %changelog
* Fri Mar 25 2022 Troy Dawson <tdawson@redhat.com> - 5.23.5-2
- Correct download enpoints (#2068568)
* Tue Jan 04 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.5-1 * Tue Jan 04 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.5-1
- 5.23.5 - 5.23.5

Loading…
Cancel
Save