-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
%global framework kio | ||
|
||
%global stable_kf6 stable | ||
%global majmin_ver_kf6 6.5 | ||
%global majmin_ver_kf6 6.7 | ||
|
||
Name: kf6-%{framework} | ||
Version: %{majmin_ver_kf6}.0 | ||
Release: 3%{?dist}.switcheroo.{{{ git_dir_version }}} | ||
Release: 1%{?dist}.switcheroo.{{{ git_dir_version }}} | ||
Summary: KDE Frameworks 6 Tier 3 solution for filesystem abstraction | ||
|
||
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT | ||
|
@@ -223,6 +223,12 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator. | |
%{_qt6_docdir}/*.qch | ||
|
||
%changelog | ||
* Fri Oct 04 2024 Steve Cossette <[email protected]> - 6.7.0-1 | ||
- 6.7.0 | ||
|
||
* Mon Sep 16 2024 Steve Cossette <[email protected]> - 6.6.0-1 | ||
- 6.6.0 | ||
|
||
* Sat Aug 10 2024 Steve Cossette <[email protected]> - 6.5.0-1 | ||
- 6.5.0 | ||
|
||
|