From 0e26398e75e8620f5fd4a8f3f9e67cb4b09ac920 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sat, 16 Jan 2021 21:41:54 +0100 Subject: [PATCH] fix: use proper URL in Source0 --- kf5-kwayland.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c179171..35848f0 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,19 +15,20 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ URL: https://invent.kde.org/frameworks/%{framework} +%global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: make BuildRequires: extra-cmake-modules >= %{version} @@ -112,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Jan 16 2021 Marc Deop marcdeop@fedoraproject.org - 5.78.0-2 +- Fix Source0 url + * Mon Jan 4 08:56:16 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0