epel9
Marc Deop i Argemí 2 years ago
parent c2e6692c7c
commit 961b43487d

1
.gitignore vendored

@ -52,3 +52,4 @@
/kdnssd-5.98.0.tar.xz /kdnssd-5.98.0.tar.xz
/kdnssd-5.99.0.tar.xz /kdnssd-5.99.0.tar.xz
/kdnssd-5.100.0.tar.xz /kdnssd-5.100.0.tar.xz
/kdnssd-5.101.0.tar.xz

@ -1,7 +1,7 @@
%global framework kdnssd %global framework kdnssd
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.100.0 Version: 5.101.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 integration module for DNS-SD services (Zeroconf) Summary: KDE Frameworks 5 Tier 1 integration module for DNS-SD services (Zeroconf)
@ -9,12 +9,7 @@ License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework} URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global stable %stable_kf5
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: avahi-devel BuildRequires: avahi-devel
@ -70,6 +65,10 @@ developing applications that use %{name}.
%changelog %changelog
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
- 5.101.0
- use new macros to simplify code
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1 * Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
- 5.100.0 - 5.100.0

@ -1 +1 @@
SHA512 (kdnssd-5.100.0.tar.xz) = 80104bd70340e7c0fdf94524dafc40ed9ed2f1411874fd20374443f44ec5136ae69728f3c6e5e9bb5ceb2e087c27e5a5fa8ab719dc3300aecf0e7a7694d2f254 SHA512 (kdnssd-5.101.0.tar.xz) = ee836267876ca6319f457250bfba83414ce42b255286f121c73fb03273748cf5699cc736c6d5b52bd7ead16002e9dc324e99fc585897e2e641141dddb510c488

Loading…
Cancel
Save