diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 1609a23c437bba252efe071b5f078ee00dcf4ff4..1ddd7b6107776e3af320e0d5a0a4239391087074 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,21 +8,20 @@ %endif Name: kf5-%{framework} -Version: 5.115.0 -Release: 2 +Version: 5.116.0 +Release: 1 Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications -License: LGPLv2+ +License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) 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 + +%global majmin %majmin_ver_kf5 +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz + +## upstream patches + BuildRequires: dbusmenu-qt5-devel BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kcodecs-devel >= %{majmin} @@ -105,6 +104,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Wed Jan 22 2025 peijiankang - 5.116.0-1 +- update version to 5.116.0 + * Thu Nov 21 2024 tangjie02 - 5.115.0-2 - adapt to the new CMake macros to fix build failure diff --git a/knotifications-5.115.0.tar.xz b/knotifications-5.115.0.tar.xz deleted file mode 100644 index b68e210d3cd3dbb819b49e32c982ca8dc787ede8..0000000000000000000000000000000000000000 Binary files a/knotifications-5.115.0.tar.xz and /dev/null differ diff --git a/knotifications-5.116.0.tar.xz b/knotifications-5.116.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..36f1973c004abf29f23e17e8fd36bcb8a32ca3b4 Binary files /dev/null and b/knotifications-5.116.0.tar.xz differ