Compare commits

...

12 Commits

Author SHA1 Message Date
585d8c9af4 LLVM: 19.1.2 2024-10-24 20:43:59 +06:00
343f91aeae vkd3d: 1.13 2024-10-24 18:03:52 +06:00
e3095ec9bb mingw: update 2024-10-24 18:02:48 +06:00
840fefa599 eigen3: 3.4.0 2024-10-24 17:59:00 +06:00
9216ebaeeb mesa: 23.3.6 2024-10-24 17:57:27 +06:00
7a2df55f8f spirv-llvm-translator: initial build 2024-10-24 17:56:32 +06:00
017e7b715b xsimd: importing newer version 2024-10-24 17:55:15 +06:00
e6cac52fac pipewire: 1.0.9 2024-10-24 17:54:25 +06:00
ebf02d1012 KDE: update gears & frameworks 2024-10-24 17:53:53 +06:00
e6e7cd3865 plasma: 6.2.2 2024-10-24 17:52:39 +06:00
38d956677e okteta: 0.26.18 2024-10-24 17:50:28 +06:00
c5de2b2aa2 krita: 5.2.6 2024-10-24 16:46:54 +06:00
484 changed files with 5546 additions and 22901 deletions

View File

@ -1 +0,0 @@
krita/

View File

@ -0,0 +1,23 @@
From 2d71c47661d43a4e3c1ab0c27803de980bdf2bb2 Mon Sep 17 00:00:00 2001
From: Antonio Rojas <arojas@archlinux.org>
Date: Mon, 11 Dec 2023 20:26:13 +0100
Subject: [PATCH] Bump SIP ABI version to 12.8
Fixes build with SIP 6.8
---
cmake/modules/pyproject.toml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/modules/pyproject.toml.in b/cmake/modules/pyproject.toml.in
index 44ca263..462063b 100644
--- a/cmake/modules/pyproject.toml.in
+++ b/cmake/modules/pyproject.toml.in
@@ -9,7 +9,7 @@ name = "@module_name_toml@"
sip-module = "@sip_name@"
sip-include-dirs = @sip_include_dirs@
sip-files-dir = "@module_srcs@"
-abi-version = "12"
+abi-version = "12.8"
[tool.sip.bindings.@module_name_toml@]
pep484-pyi = true

View File

@ -0,0 +1,12 @@
--- a/3rdparty_vendor/raqm/src/raqm-0.10.1/src/meson.build 2024-09-30 22:58:27.000000000 +0600
+++ b/3rdparty_vendor/raqm/src/raqm-0.10.1/src/meson.build 2024-10-23 19:35:53.696775590 +0600
@@ -38,7 +38,8 @@
'raqm.h',
version: meson.project_version(),
dependencies: deps,
- c_args: ['-DHAVE_CONFIG_H'],
+ c_args: ['-DHAVE_CONFIG_H', '-fPIC'],
+ pic : false,
install: true,
)

View File

@ -0,0 +1,12 @@
diff -up krita-5.2.2/CMakeLists.txt.me krita-5.2.2/CMakeLists.txt
--- krita-5.2.2/CMakeLists.txt.me 2024-01-08 16:38:04.243581928 +0100
+++ krita-5.2.2/CMakeLists.txt 2024-01-08 16:40:43.083471073 +0100
@@ -1181,7 +1181,7 @@ set_package_properties(Fontconfig PROPER
##
## Check for libunibreak
##
-find_package(libunibreak 5.0 REQUIRED)
+find_package(libunibreak 4.0 REQUIRED)
set_package_properties(libunibreak PROPERTIES
DESCRIPTION "Implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29"
URL "https://github.com/adah1972/libunibreak"

View File

@ -0,0 +1,14 @@
--- a/krita/org.kde.krita.appdata.xml 2024-10-23 10:13:09.948418254 +0600
+++ b/krita/org.kde.krita.appdata.xml 2024-10-23 10:17:59.563583050 +0600
@@ -581,11 +581,9 @@
<caption xml:lang="en-GB">Or the active <a href="https://krita-artists.org">Krita Artists community</a></caption>
<caption xml:lang="eo">Aŭ la aktiva <a href="https://krita-artists.org">Komunumo de Krita-Artistoj</a></caption>
<caption xml:lang="es">O al activo <a href="https://krita-artists.org">La comunidad de artistas de Krita</a></caption>
- <caption xml:lang="eu">Edo <a href="https://krita-artists.org">Krita Artisten komunitatea</a> aktiboa</caption>
<caption xml:lang="fi">Tai aktiivinen <a href="https://krita-artists.org">Krita-taiteilijayhteisö</a></caption>
<caption xml:lang="fr">Ou l'active <a href="https://krita-artists.org">La communauté d'artistes de Krita</a></caption>
<caption xml:lang="gl">Ou á activa <a href="https://krita-artists.org">comunidade de artistas de KDE</a>.</caption>
- <caption xml:lang="id">Atau <a href="https://krita-artists.org">Komunitas Pelukis Krita</a> yang aktif</caption>
<caption xml:lang="it">O l'attiva <a href="https://krita-artists.org">Comunità degli Artisti di Krita</a></caption>
<caption xml:lang="ja">または、活発な <a href="https://krita-artists.org">Krita アーティストコミュニティー</a></caption>
<caption xml:lang="ka">ან აქტიური <a href="https://krita-artists.org">Krita -ის ხელვნების საზოგადოება</a></caption>

View File

@ -0,0 +1,22 @@
--- a/CMakeLists.txt 2024-10-23 11:09:04.810701319 +0600
+++ b/CMakeLists.txt 2024-10-23 11:18:53.711861131 +0600
@@ -330,7 +330,7 @@
endif (NOT CAN_USE_PYTHON_LIBS)
endif (Python_FOUND)
else(WIN32)
- find_package(PythonLibrary 3.8)
+ find_package(PythonLibrary 3.6)
endif(WIN32)
########################
--- a/cmake/modules/FindPythonLibrary.cmake 2024-09-30 22:58:27.000000000 +0600
+++ b/cmake/modules/FindPythonLibrary.cmake 2024-10-23 11:44:52.078705638 +0600
@@ -36,7 +36,7 @@
# on APPLE we search python using Python_ROOT_DIR set by the toolchain file
find_package(Python 3.8 REQUIRED COMPONENTS Development Interpreter)
else()
- find_package(Python 3.8 REQUIRED COMPONENTS Interpreter OPTIONAL_COMPONENTS Development)
+ find_package(Python 3.6 REQUIRED COMPONENTS Interpreter OPTIONAL_COMPONENTS Development)
endif()
message(STATUS "FindPythonLibrary: ${Python_Interpreter_FOUND}")

View File

@ -0,0 +1,605 @@
%global krita_python 1
%global kf5_ver 5.44.0
%global kf6_ver 6.0
%global versiondir %(echo %{version} | cut -d. -f1-3)
%global zug_version 0.1.1
%global immer_version 0.8.1
%global lager_version 0.1.1
# Work around for eigen3 trying to enforce power10.
# https://bugzilla.redhat.com/show_bug.cgi?id=1996330
%ifarch ppc64 ppc64le
%global optflags %(echo %{optflags} -DEIGEN_ALTIVEC_DISABLE_MMA)
%endif
%bcond_with qt6
%ifnarch %{ix86} ppc64 ppc64le
%bcond_without xsimd
%endif
Name: krita
Version: 5.2.6
Release: 1%{?dist}
Summary: Krita is a sketching and painting program
License: GPL-2.0-or-later
URL: https://krita.org
Source0: https://download.kde.org/%{?pre:un}stable/krita/%{versiondir}%{?pre:-%{pre}}/krita-%{version}%{?pre:-%{pre}}.tar.xz
Source1: https://github.com/arximboldi/zug/archive/v%{zug_version}/zug-%{zug_version}.tar.gz
Source2: https://github.com/arximboldi/immer/archive/v%{immer_version}/immer-%{immer_version}.tar.gz
Source3: https://github.com/arximboldi/lager/archive/v%{lager_version}/lager-%{lager_version}.tar.gz
## downstream patches
Patch1: krita-5.2.6-appstream_validate.patch
Patch2: krita-5.2.2-libunibreak.patch
Patch3: krita-use-older-version-of-python3.patch
Patch5: build-raqm-with-fpic.patch
## upstream patches
%if %{with qt6}
Patch4: 0004-Fix-build-with-sip6.8.patch
BuildRequires: extra-cmake-modules >= %{kf6_ver}
BuildRequires: kf6-rpm-macros
BuildRequires: cmake(KF6Archive)
BuildRequires: cmake(KF6Completion)
BuildRequires: cmake(KF6Config)
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: cmake(KF6Crash)
BuildRequires: cmake(KF6GuiAddons)
BuildRequires: cmake(KF6I18n)
BuildRequires: cmake(KF6ItemModels)
BuildRequires: cmake(KF6ItemViews)
BuildRequires: cmake(KF6KIO)
BuildRequires: cmake(KF6WidgetsAddons)
BuildRequires: cmake(KF6WindowSystem)
BuildRequires: cmake(KF6KDcraw)
BuildRequires: cmake(Qt6Core) >= 6.6
BuildRequires: cmake(Qt6Multimedia)
BuildRequires: cmake(Qt6Svg)
BuildRequires: cmake(Qt6Xml)
%else
BuildRequires: extra-cmake-modules >= %{kf5_ver}
BuildRequires: kf5-rpm-macros
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5KDcraw)
BuildRequires: qt5-qtbase-devel >= 5.12.0
BuildRequires: qt5-qtbase-private-devel >= 5.12.0
BuildRequires: cmake(Qt5Multimedia)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Xml)
BuildRequires: cmake(Qt5X11Extras)
%endif
BuildRequires: boost1.81-devel
BuildRequires: giflib-devel >= 5
BuildRequires: libtiff-devel
BuildRequires: ninja-build
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(eigen3) >= 3.3.9
BuildRequires: pkgconfig(exiv2)
BuildRequires: pkgconfig(gsl)
BuildRequires: pkgconfig(kseexpr)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libheif)
BuildRequires: pkgconfig(libinput)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libjxl)
BuildRequires: pkgconfig(libopenjp2)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libraw)
BuildRequires: pkgconfig(libturbojpeg)
BuildRequires: pkgconfig(libwebp) >= 1.2
BuildRequires: pkgconfig(OpenColorIO)
BuildRequires: pkgconfig(OpenEXR)
BuildRequires: pkgconfig(poppler-qt5)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-util)
BuildRequires: pkgconfig(xi)
BuildRequires: quazip-qt5-devel
BuildRequires: zlib-devel
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: cmake(Mlt7)
BuildRequires: pkgconfig(libmypaint)
BuildRequires: pkgconfig(fribidi) >= 1.0.6
BuildRequires: catch2-devel
BuildRequires: cmake(sdl2)
BuildRequires: cmake(Mlt7)
BuildRequires: pkgconfig(libunibreak)
BuildRequires: pkgconfig(freetype2) >= 24.0
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(harfbuzz) >= 4.0.0
BuildRequires: pkgconfig(libmypaint)
%if %{with xsimd}
BuildRequires: cmake(xsimd) >= 9.0
%endif
%if 0%{?krita_python}
%if %{with qt6}
%global python3_pkgversion 3.11
%global python3_includedir %{_includedir}/python3.11
BuildRequires: python3.11-devel
BuildRequires: python3.11-rpm-macros
BuildRequires: python3.11-pyqt6-devel
BuildRequires: python3.11-pyqt6-sip
BuildRequires: sip6
%else
%global python3_pkgversion 3
%global python3_includedir %{_includedir}/python3.6m
BuildRequires: python3-devel
BuildRequires: python3-rpm-macros
BuildRequires: python3-qt5-devel
BuildRequires: python3-sip-devel
BuildRequires: sip
Requires: python3-qt5-base
%{?_sip_api:Requires: python3-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}
%endif
%endif
Obsoletes: calligra-krita < 3.0
Provides: calligra-krita = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description
Krita is a sketching and painting program.
It was created with the following types of art in mind:
- concept art
- texture or matte painting
- illustrations and comics
%package libs
Summary: Shared libraries for %{name}
Obsoletes: calligra-krita-libs < 3.0
Provides: calligra-krita-libs = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
%if 0%{?rhel} == 8
Requires: (rx-fribidi or fribidi >= 1.0.10)
Requires: (rx-freetype or freetype >= 2.11.0)
Requires: (rx-harfbuzz or harfbuzz >= 4.0.0)
Requires: (rx-libwebp or libwebp >= 1.2.0)
%endif
%description libs
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel
%{summary}.
%prep
%setup -q -n %{name}-%{version}%{?pre:-%{pre}} -a 1 -a 2 -a 3
%patch -P1 -p1
%patch -P2 -p1
%patch -P3 -p1
%if %{with qt6}
%patch -P4 -p1
%endif
%patch -P5 -p1
%build
%if 0%{?rhel} == 8
%global _rxlibdir /opt/rx/%{_lib}
export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} $LDFLAGS"
export CFLAGS="-I%{_includedir}/openjpeg-2.4 %{optflags} -fPIC"
export CXXFLAGS="-I%{_includedir}/openjpeg-2.4 %{optflags} -fPIC"
%endif
# build zug
%cmake -Dzug_BUILD_EXAMPLES=FALSE \
-Dzug_BUILD_DOCS:BOOL=FALSE \
-B zug -S zug-%{zug_version}/
DESTDIR=$(pwd) cmake --install zug --prefix /
# build immer
%cmake -Dimmer_BUILD_DOCS:BOOL=FALSE \
-Dimmer_BUILD_EXAMPLES:BOOL=FALSE \
-Dimmer_BUILD_EXTRAS:BOOL=FALSE \
-DDISABLE_WERROR:BOOL=TRUE \
-B immer -S immer-%{immer_version}/
DESTDIR=$(pwd) cmake --install immer --prefix /
# build lager
%cmake -Dlager_BUILD_EXAMPLES:BOOL=FALSE \
-Dlager_BUILD_DEBUGGER_EXAMPLES:BOOL=FALSE \
-Dlager_BUILD_DOCS:BOOL=FALSE -DCMAKE_PREFIX_PATH=$(pwd) \
-B lager -S lager-%{lager_version}/
DESTDIR=$(pwd) cmake --install lager --prefix /
# build krita
%if %{with qt6}
%cmake_kf6 -G Ninja \
-D BUILD_WITH_QT6:BOOL=ON \
%else
%cmake_kf5 -G Ninja \
%endif
-DPython_EXECUTABLE=%__python3 \
-DPython_INCLUDE_DIRS=%{python3_includedir} \
%if 0%{?rhel} == 8
-DFREETYPE_INCLUDE_DIR_freetype2=/opt/rx/include/freetype2 \
-DFREETYPE_INCLUDE_DIR_ft2build=/opt/rx/include/freetype2 \
-DFREETYPE_LIBRARY_RELEASE=%{_rxlibdir}/libfreetype.so \
%endif
-DCMAKE_PREFIX_PATH=$(pwd) \
-DBUILD_TESTING:BOOL=OFF
%cmake_build
%install
%cmake_install
## unpackaged files
# omit headers, avoid need for -devel subpkg for now
rm -fv %{buildroot}%{_includedir}/*
%find_lang %{name} --all-name --with-html
%check
appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.krita.appdata.xml
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.krita.desktop
%files -f %{name}.lang
%doc README.md
%license COPYING*
%config(noreplace) %{_sysconfdir}/xdg/kritarc
%{_kf5_bindir}/krita
%{_kf5_bindir}/krita_version
%{_kf5_libdir}/kritaplugins/
%{_kf5_metainfodir}/org.kde.krita.appdata.xml
%{_kf5_datadir}/applications/org.kde.krita.desktop
%{_kf5_datadir}/applications/krita*.desktop
%{_kf5_datadir}/color-schemes/*
%{_kf5_datadir}/color/icc/*
%{_kf5_datadir}/icons/hicolor/*/*/*
%{_kf5_datadir}/krita/
%{_kf5_datadir}/kritaplugins/
# fixme: /org/krita -> /org/kde/krita ?
#{_kf5_qmldir}/org/krita/
%if 0%{?krita_python}
%{_kf5_bindir}/kritarunner
%{_kf5_libdir}/krita-python-libs/
%endif
%files libs
%{_kf5_libdir}/libkrita*.so.*
#files devel
%{_kf5_libdir}/libkrita*.so
#{_includedir}/*.h*
%changelog
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 5.2.6-1
- Updated to version 5.2.6
* Mon May 20 2024 Raven <raven@sysadmins.ws> - 5.2.2-1
- Updated to version 5.2.2
* Mon Aug 22 2022 Raven <raven@sysadmins.ws> - 5.1.0-1
- Updated to version 5.1.0.
* Mon Apr 18 2022 Miro Hrončok <mhroncok@redhat.com> - 5.0.2-2
- Rebuilt for quazip 1.3
* Sat Jan 22 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 5.0.2-1
- Updated to version 5.0.2.
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Dec 28 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 5.0.0-1
- Updated to version 5.0.0.
* Fri Nov 12 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.8-3
- disable python bindings
* Sat Oct 30 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.8-2
- -libs: revert part of the "SPEC cleanup", we don't want main pkg pulled in for multilib
* Sun Sep 26 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 4.4.8-1
- Updated to version 4.4.8.
- Performed minor SPEC cleanup.
* Mon Aug 23 2021 Richard Shaw <hobbes1069@gmail.com> - 4.4.5-10
- Rebuild with opencolorio1 compat package.
* Sun Aug 22 2021 Richard Shaw <hobbes1069@gmail.com> - 4.4.5-9
- Rebuild with opencolorio1 compat package.
* Sun Aug 22 2021 Richard Shaw <hobbes1069@gmail.com> - 4.4.5-8
- Rebuild for OpenEXR/Imath 3.1.
* Thu Aug 19 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.5-7
- Rebuild (quazip)
* Fri Aug 13 2021 Richard Shaw <hobbes1069@gmail.com> - 4.4.5-6
- Rebuild with opencolorio1 compat package.
* Sun Aug 01 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.5-5
- Pull in upstream OpenEXR-3 build fix
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Jul 10 2021 Scott Talbert <swt@techie.net> - 4.4.5-3
- Revert back to building with sip 4 due to no sip 6 support
* Sat Jul 03 2021 Scott Talbert <swt@techie.net> - 4.4.5-2
- Update to build with sip5
* Mon Jun 28 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.5-1
- 4.4.5
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.4.3-0.3.beta1
- Rebuilt for Python 3.10
* Thu Mar 11 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-0.2.beta1
- rebuild without -gcc11.patch (fixes landed in qt5-qtbase instead)
* Mon Mar 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-0.1.beta1
- 4.4.3-beta1
* Mon Mar 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.2-4
- .spec cleanup
- backport crash fix for scaled displays
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jan 20 2021 Rex Dieter <rdieter@fedoraproject.org> - 4.4.2-2
- 4.4.2
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 4.4.1-2
- Rebuild for OpenEXR 2.5.3.
* Tue Nov 03 2020 Rex Dieter <rdieter@fedoraproject.org> - 4.4.1-1
- 4.4.1
* Wed Oct 28 2020 Marie Loise Nolden <loise@kde.org> - 4.4.0-1
- 4.4.0
* Wed Oct 28 2020 Jeff Law <law@redhat.com> - 4.3.0-3
- Fix missing #includes for gcc-11
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jun 29 2020 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-1
- 5.3.0
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 4.2.9-4
- Rebuilt for Python 3.9
* Mon May 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 4.2.9-3
- Rebuild for new LibRaw
* Mon Mar 30 2020 Rex Dieter <rdieter@fedoraproject.org> - 4.2.9-2
- drop _legacy_common_support FTBFS workaround
* Mon Mar 23 2020 Rex Dieter <rdieter@fedoraproject.org> - 4.2.9-1
- 4.2.9
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 4.2.8.2-2
- Rebuild for poppler-0.84.0
* Sat Nov 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.2.8.2-1
- 4.2.8.2
* Fri Oct 18 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.2.6-2
- Restore python support (#1735972)
* Wed Sep 11 2019 Rex Dieter <rdieter@fedoraproject.org> 4.2.6-1
- 4.2.6
* Wed Aug 21 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.2.5-5
- disable python support on f32+ until FTBFS issues are sorted out
* Wed Aug 21 2019 Miro Hrončok <mhroncok@redhat.com> - 4.2.5-4
- Rebuilt for Python 3.8
* Tue Aug 20 2019 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.2.5-3
- Rebuilt for GSL 2.6.
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 4.2.5-2
- Rebuilt for Python 3.8
* Sat Aug 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.2.5-1
- 4.2.5
* Tue Aug 13 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.2.3-1
- 4.2.3
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Jul 01 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-1
- 4.2.2
* Tue Jun 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-1
- 4.2.1
* Sun May 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.1.8-5
- add PyQt5-related runtime dep(s)
* Sat May 11 2019 Rex Dieter <rdieter@fedoraproject.org> 4.1.8-4
- enable python support
* Thu Apr 11 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.8-3
- Rebuild for OpenEXR 2.3.0.
* Thu Apr 04 2019 Richard Shaw <hobbes1069@gmail.com> - 4.1.8-2
- Rebuild for OpenColorIO 1.1.1.
* Wed Mar 06 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.1.8-1
- 4.1.8
* Thu Jan 31 2019 Kalev Lember <klember@redhat.com> - 4.1.7-6
- Rebuilt for Boost 1.69
* Wed Jan 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.1.7-5
- rebuild (exiv2)
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 4.1.7-4
- Rebuilt for Boost 1.69
* Tue Jan 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 4.1.7-3
- rebuild
* Mon Dec 17 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.1.7-2
- pull in upstream fixes
* Thu Dec 13 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.1.7-1
- 4.1.7
* Sun Oct 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.1.5-1
- 4.1.5
* Tue Aug 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.1.1-2
- pull in candidate upstream LibRaw-0.19/FTBFS fix
* Mon Jul 16 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.1.1-1
- krita-4.1.1 (#1601439)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Jun 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.1.0-1
- krita-4.1.0 (#1595237)
* Wed Jun 13 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.0.4-1
- krita-4.0.4 (#1590798)
* Sat May 12 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.0.3-1
- krita-4.0.3
* Tue May 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.0.2-1
- krita-4.0.2 (#1575789)
* Mon Apr 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.0.1-1
- krita-4.0.1 (#1557986)
* Fri Mar 23 2018 Marek Kasik <mkasik@redhat.com> - 4.0.0-2
- Rebuild for poppler-0.63.0
* Tue Mar 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.0.0-1
- krita-4.0.0 (#1557986)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Fri Jan 26 2018 Rex Dieter <rdieter@fedoraproject.org> - 3.3.3-1
- krita-3.3.3 (#1532426)
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 3.3.2.1-4
- Rebuilt for Boost 1.66
* Sat Jan 13 2018 Richard Shaw <hobbes1069@gmail.com> - 3.3.2.1-3
- Rebuild for OpenColorIO 1.1.0.
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.2.1-2
- Remove obsolete scriptlets
* Thu Nov 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.3.2.1-1
- krita-3.3.2.1
* Wed Oct 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.3.1-1
- krita-3.3.1
* Mon Sep 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.3.0-1
- krita-3.3.0
* Fri Aug 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.2.1-1
- krita-3.2.1
* Wed Aug 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.2.0-1
- krita-3.2.0, clean/update build deps
* Mon Jul 31 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.1.4-6
- rebuild (gsl)
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jul 19 2017 Jonathan Wakely <jwakely@redhat.com> - 3.1.4-4
- Rebuilt for s390x binutils bug
* Tue Jul 18 2017 Jonathan Wakely <jwakely@redhat.com> - 3.1.4-3
- Rebuilt for Boost 1.64
* Fri May 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.1.4-2
- backport Qt 5.9 FTBFS fix, more robust %%find_lang usage
* Fri May 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.1.4-1
- 3.1.4 (#1448598)
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
* Tue May 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.1.2.1-2
- rebuild (exiv2)
* Mon Mar 20 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.1.2.1-1
- krita-3.1.2.1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Thu Dec 29 2016 Rich Mattes <richmattes@gmail.com> - 3.1.1-3
- Rebuild for eigen3-3.3.1
* Wed Dec 28 2016 Jon Ciesla <limburgher@gmail.com> - 3.1.1-2
- Rebuild for new LibRaw.
* Mon Dec 19 2016 Helio Chissini de Castro <helio@kde.org> - 3.1.1-1
- New upstream version
* Sun Oct 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 3.0.1-1
- 3.0.1
* Sun Oct 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 3.0-4
- -libs: fix Obsoletes, drop %%exclude
* Thu Jun 02 2016 Than Ngo <than@redhat.com> - 3.0-3
- rebuild against new kf5 (workaround for the build failure on arm with gcc6 bz#1342095)
* Tue May 31 2016 Helio Chissini de Castro <helio@kde.org> - 3.0-2
- Fixed requested changes to package reviewing
- Added official tarball.
* Mon May 30 2016 Helio Chissini de Castro <helio@kde.org> - 3.0-1
- Krita 3.0 upstream release
* Tue May 24 2016 Helio Chissini de Castro <helio@kde.org> - 2.99.91-1
- New upstream devel release
- Krita sketch gone
* Mon May 09 2016 Helio Chissini de Castro <helio@kde.org> - 2.99.90-1
- Initial new Krita package

View File

@ -3,7 +3,7 @@
Name: okteta
Summary: Binary/hex editor
Epoch: 1
Version: 0.26.17
Version: 0.26.18
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -15,7 +15,7 @@ URL: https://cgit.kde.org/%{name}.git
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/okteta/%{version}/src/%{name}-%{version}.tar.xz
Source0: http://download.kde.org/stable/okteta/%{version}/src/%{name}-%{version}.tar.xz
Patch0: okteta-gcc11.patch
BuildRequires: desktop-file-utils
@ -111,8 +111,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.okteta.deskto
%files -f %{name}.lang
%doc README
%license COPYING*
%doc README*
%license LICENSES/*
%{_bindir}/okteta
%{_bindir}/struct2osd
%{_datadir}/mime/packages/okteta.xml
@ -153,6 +153,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.okteta.deskto
%changelog
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 0.26.18-1
- 0.26.18
* Thu Sep 12 2024 Raven <raven@sysadmins.ws> - 0.26.17-1
- 0.26.17

View File

@ -6,7 +6,7 @@
Name: breeze-icon-theme
Summary: Breeze icon theme
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
# http://techbase.kde.org/Policies/Licensing_Policy
@ -146,6 +146,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/breeze-dark &>/dev/null || :
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -11,7 +11,7 @@
Name: extra-cmake-modules
Summary: Additional modules for CMake build system
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: BSD
URL: https://api.kde.org/ecm/
@ -92,6 +92,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_vpath_builddir} ||:
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
%global framework attica
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API
License: CC0-1.0 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).txt
@ -74,6 +74,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Summary: A Tier 3 KDE Frameworks 6 module that provides indexing and search functionality
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: 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-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 bzip2-1.0.6
@ -153,6 +153,9 @@ cat baloo_file6.lang baloo_file_extractor6.lang \
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -5,7 +5,7 @@
Name: kf6-%{framework}
Summary: A Qt wrapper for Bluez
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: CC0-1.0 AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only
@ -85,6 +85,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework frameworkintegration
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 4 workspace and cross-framework integration plugins
License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -97,6 +97,9 @@ export CXX=c++
%{_kf6_libdir}/cmake/KF6FrameworkIntegration/
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -1,7 +1,7 @@
%global framework kapidox
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 4 scripts and data for building API documentation
@ -68,6 +68,9 @@ style.
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework karchive
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with archive functions
License: LGPL-2.0-or-later AND BSD-2-Clause
@ -84,6 +84,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kauth
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 module to perform actions as privileged user
# LGPL-2.0-or-later is also in the project's LICENSES, but is unused according to reuse.
@ -84,6 +84,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kbookmarks
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 addon for bookmarks manipulation
License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL
@ -93,6 +93,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kcalendarcore
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 KCalendarCore Library
License: BSD-3-Clause AND LGPL-2.0-or-later AND LGPL-3.0-or-later
@ -75,6 +75,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kcmutils
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 addon with extra API to write KConfigModules
@ -101,6 +101,9 @@ mkdir -p %{buildroot}%{_kf6_qtplugindir}/kcms
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kcodecs
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with string manipulation methods
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND MPL-1.1
@ -75,6 +75,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kcolorscheme
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: Classes to read and interact with KColorScheme
License: BSD-2-Clause and CC0-1.0 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)
@ -74,6 +74,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kcompletion
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 addon with auto completion widgets and classes
# BSD-3-Clause is in the LICENSES folder but goes unused.
@ -78,6 +78,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kconfig
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with advanced configuration system
License: BSD-2-Clause AND 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 MIT
@ -97,6 +97,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kconfigwidgets
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 addon for creating configuration dialogs
@ -97,6 +97,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kcontacts
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: The KContacts Library
@ -84,6 +84,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kcoreaddons
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with various classes on top of QtCore
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND MPL-1.1 AND LGPL-2.0-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-2.1-only WITH Qt-LGPL-exception-1.1
@ -86,6 +86,9 @@ cat *.lang > all.lang
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 addon for handling application crashes
@ -83,6 +83,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kdav
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: A DAV protocol implementation with KJobs
@ -85,6 +85,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kdbusaddons
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with various classes on top of QtDBus
License: CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only
@ -77,6 +77,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kdeclarative
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 addon for Qt declarative
@ -96,6 +96,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kded
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 addon with extensible daemon for system-level services
@ -91,6 +91,9 @@ mkdir -p %{buildroot}%{_kf6_plugindir}/kded
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kdesu
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 integration with su
@ -83,6 +83,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kdnssd
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 integration module for DNS-SD services (Zeroconf)
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-or-later
@ -73,6 +73,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kdoctools
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 addon for generating documentation
@ -89,6 +89,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Summary: A Tier 2 KDE Framework for extracting file metadata
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -92,6 +92,9 @@ mkdir -p %{buildroot}%{_kf6_plugindir}/kfilemetadata/writers/
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kglobalaccel
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 integration module for global shortcuts
@ -93,6 +93,9 @@ rm -fv %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
%bcond_with compat
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with various classes on top of QtGui
@ -128,6 +128,9 @@ done
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: The KHolidays Library
@ -77,6 +77,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon for localization
License: BSD-3-Clause AND CC0-1.0 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) AND ODbl-1.0
@ -104,6 +104,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kiconthemes
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 integration module with icon themes
@ -98,6 +98,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kidletime
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 integration module for idle time detection
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
@ -91,6 +91,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
%global framework kimageformats
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with additional image plugins for QtGui
@ -65,6 +65,9 @@ export CXX=c++
%{_kf6_qtplugindir}/imageformats/*.so
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kio
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 solution for filesystem abstraction
@ -230,6 +230,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kirigami
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines
License: BSD-3-Clause AND CC0-1.0 AND FSFAP AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
@ -113,6 +113,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kitemmodels
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with item models
@ -78,6 +78,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kitemviews
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with item views
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later
@ -77,6 +77,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kjobwidgets
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 addon for KJobs
# The following are in the LICENSES folder, but go unused: LGPL-3.0-only, LicenseRef-KDE-Accepted-LGPL
@ -86,6 +86,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework knewstuff
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 module for downloading application assets
License: BSD-2-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-3.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)
@ -108,6 +108,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework knotifications
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 solution with abstraction for system notifications
@ -83,6 +83,9 @@ mkdir -p %{buildroot}/%{_kf6_datadir}/knotifications6
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework knotifyconfig
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 module for KNotify configuration
@ -82,6 +82,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kpackage
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 library to load and install packages as plugins
@ -84,6 +84,9 @@ mkdir -p %{buildroot}%{_kf6_datadir}/kpackage/
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kparts
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 solution for KParts
@ -98,6 +98,9 @@ mkdir -p %{buildroot}%{_kf6_plugindir}/parts/
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kpeople
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 library for contact and people aggregation
@ -86,6 +86,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -4,7 +4,7 @@
%global framework kplotting
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon for plotting
License: GPL-2.0-or-later AND LGPL-2.0-or-later
@ -83,6 +83,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kpty
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 module providing Pty abstraction
@ -80,6 +80,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Summary: A QtQuick module providing high-performance charts
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: BSD-2-Clause AND CC0-1.0 AND LGPL-2.1-only AND LGPL-3.0-only AND MIT
@ -75,6 +75,9 @@ export CXX=c++
%{_libdir}/libQuickChartsControls.so
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework krunner
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 solution with parallelized query system
@ -89,6 +89,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Summary: KDE Frameworks 6 Tier 3 solution for advanced plugin and service introspection
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
# The following licenses are in the LICENSES folder but go unused: GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, LicenseRef-KDE-Accepted-GPL
@ -93,6 +93,9 @@ mkdir -p %{buildroot}%{_kf6_datadir}/kservicetypes6
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: Implementation of Status Notifier Items
@ -78,6 +78,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-ksvg
Summary: Components for handling SVGs
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
@ -82,6 +82,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework ktexteditor
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 with advanced embeddable text editor
@ -112,6 +112,9 @@ rm -f %{buildroot}%{_kf6_datadir}/katepart5/script/README.md
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework ktexttemplate
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: Separates the structure of documents from their data
License: CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-or-later
@ -71,6 +71,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework ktextwidgets
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 addon with advanced text editing widgets
@ -90,6 +90,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kunitconversion
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 2 addon for unit conversions
@ -74,6 +74,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Summary: Framework for collecting user feedback for apps via telemetry and surveys
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: MIT AND CC0-1.0 AND BSD-3-Clause
@ -127,6 +127,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.kuserfeedback
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
%bcond_with compat
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 solution for password management
@ -153,6 +153,9 @@ ln -sf kwallet6-query %{buildroot}%{_kf6_bindir}/kwallet-query
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kwidgetsaddons
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with various classes on top of QtWidgets
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later 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 LGPL-3.0-or-later
@ -80,6 +80,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kwindowsystem
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 integration module with classes for windows management
License: CC0-1.0 AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND MIT
@ -104,6 +104,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework kxmlgui
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 3 solution for user-configurable main windows
@ -96,6 +96,9 @@ mkdir -p %{buildroot}%{_kf6_datadir}/kxmlgui5/
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -4,7 +4,7 @@
%global framework modemmanager-qt
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: A Tier 1 KDE Frameworks module wrapping ModemManager DBus API
License: GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only 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)
@ -74,6 +74,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -4,7 +4,7 @@
%global framework networkmanager-qt
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: A Tier 1 KDE Frameworks 6 module that wraps NetworkManager DBus API
License: LGPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only 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 CC0-1.0
@ -89,6 +89,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-%{framework}
Summary: KDE Frameworks 6 Tier 1 barcode library
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND MIT
URL: https://invent.kde.org/frameworks/%{framework}
@ -81,6 +81,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6-purpose
Summary: Framework for providing abstractions to get the developer's purposes fulfilled
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later
@ -104,6 +104,9 @@ export CXX=c++
%{_kf6_libdir}/cmake/KF6Purpose/
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework qqc2-desktop-style
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: QtQuickControls2 style for consistency between QWidget and QML apps
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only AND LicenseRef-KFQF-Accepted-GPL
@ -70,6 +70,9 @@ export CXX=c++
%{_kf6_plugindir}/kirigami/platform/org.kde.desktop.so
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework solid
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 integration module that provides hardware information
License: LGPL-2.1-or-later AND LGPL-2.1-only AND CCO-1.0 AND BSD-3-Clause AND LGPL-3.0-only
@ -84,6 +84,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework sonnet
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 solution for spell checking
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-or-later
@ -93,6 +93,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework syndication
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: The Syndication Library
@ -73,6 +73,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework syntax-highlighting
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Syntax highlighting engine for Kate syntax definitions
License: MIT AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND LGPL-2.0-or-later
@ -87,6 +87,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -2,7 +2,7 @@
%global framework threadweaver
Name: kf6-%{framework}
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon for advanced thread management
License: CC0-1.0 AND LGPL-2.0-or-later
@ -72,6 +72,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -3,7 +3,7 @@
Name: kf6
# This version MUST remain in sync with KF6 versions!
# XXX: Yes, it's 5.x still, this is synced with the version set in extra-cmake-modules
Version: 6.5.0
Version: 6.6.0
Release: 1%{?dist}
Summary: Filesystem and RPM macros for KDE Frameworks 6
License: BSD-3-Clause
@ -106,6 +106,9 @@ sed -i \
%{_rpmconfigdir}/macros.d/macros.kf6
%changelog
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.6.0-1
- 6.6.0
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 6.5.0-1
- 6.5.0

View File

@ -0,0 +1,96 @@
%bcond_with gcc
%global app_id org.kde.accessibilityinspector
%global sname accessibilityinspector
Name: accessibility-inspector
Version: 24.08.2
Release: 1%{?dist}
Summary: KDE Accessbility Inspector
# LGPL: code
# CC0: metadata
License: LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only) AND CC0-1.0
URL: https://apps.kde.org/accessibilityinspector/
Source : https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: kf6-rpm-macros
BuildRequires: libappstream-glib
# Qt dependencies
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Test)
BuildRequires: cmake(Qt6Widgets)
# KF dependencies
BuildRequires: cmake(KF6ConfigWidgets)
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: cmake(KF6Crash)
BuildRequires: cmake(KF6DBusAddons)
BuildRequires: cmake(KF6I18n)
BuildRequires: cmake(KF6XmlGui)
# other dependencies
BuildRequires: cmake(QAccessibilityClient6)
Requires: hicolor-icon-theme
%description
Accessibility Inspector is an inspector for your application accessibility
tree. It lets you check all the items exposed via At-SPI, too.
%prep
%autosetup
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
%install
%cmake_install
%find_lang %{sname}
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.metainfo.xml
%files -f %{sname}.lang
%license LICENSES/*.txt
%doc README.md
%{_bindir}/%{sname}
%{_libdir}/lib%{sname}.so.1*
%{_datadir}/applications/%{app_id}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{app_id}.svg
%{_datadir}/qlogging-categories6/%{sname}.*
%{_metainfodir}/%{app_id}.metainfo.xml
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Thu Aug 22 2024 Steve Cossette <farchord@gmail.com> - 24.08.0-1
- 24.08.0
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.05.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jul 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.2-1
- 24.05.2
* Sun May 19 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 24.05.0-1
- Initial build

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: akonadi-calendar
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
Summary: The Akonadi Calendar Library
@ -119,6 +119,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: akonadi-contacts
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
Summary: The Akonadi Contacts Library
@ -96,6 +96,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -3,7 +3,7 @@
Name: akonadi-import-wizard
Summary: Akonadi Import Wizard
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
@ -107,6 +107,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.akonadiim
%{_includedir}/KPim6/ImportWizard/
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: akonadi-mime
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
Summary: The Akonadi Mime Library
@ -92,6 +92,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: akonadi-notes
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
Summary: The Akonadi Notes Library
@ -78,6 +78,9 @@ export CXX=c++
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: akonadi-search
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
Summary: The Akonadi Search library and indexing agent
@ -120,6 +120,9 @@ cd ../../..
%{_qt6_docdir}/*.qch
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -6,7 +6,7 @@
Name: akonadi-server
Summary: PIM Storage Service
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: 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-or-later AND MIT
@ -256,6 +256,9 @@ fi
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -2,7 +2,7 @@
Name: akregator
Summary: Feed Reader
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
@ -114,6 +114,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -9,7 +9,7 @@
Name: analitza
Summary: Library of mathematical features
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: GPLv2+
@ -98,6 +98,9 @@ popd
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -6,7 +6,7 @@
Name: ark
Summary: Archive manager
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: GPLv2+
@ -152,6 +152,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.ark.deskt
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -2,7 +2,7 @@
Name: audiocd-kio
Summary: KF6 Audiocd kio slave
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND LGPL-3.0-or-later
@ -146,6 +146,9 @@ export CXX=c++
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -2,7 +2,7 @@
Name: baloo-widgets
Summary: Widgets for Baloo
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
# # KDE e.V. may determine that future LGPL versions are accepted
@ -70,6 +70,9 @@ export CXX=c++
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -2,7 +2,7 @@
Name: blinken
Summary: Memory Enhancement Game
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: GPL-2.0-or-later
@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -2,7 +2,7 @@
Name: bomber
Summary: Arcade bombing game
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
# code LGPLv2+, docs GFDL
@ -87,6 +87,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -2,7 +2,7 @@
Name: bovo
Summary: Five in a row game
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
# code GPLv2+, docs GFDL
@ -80,6 +80,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: calendarsupport
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
Summary: KDE PIM library for calendar and event handling
@ -93,6 +93,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: colord-kde
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
Summary: Colord support for KDE
@ -72,6 +72,9 @@ desktop-file-validate %{buildroot}/%{_kf6_datadir}/applications/{colordkdeiccimp
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

View File

@ -2,7 +2,7 @@
Name: dolphin-plugins
Summary: Dolphin plugins
Version: 24.08.1
Version: 24.08.2
Release: 1%{?dist}
License: GPL-2.0-or-later
@ -72,6 +72,9 @@ export CXX=c++
%{_kf6_datadir}/qlogging-categories6/dolphingit.categories
%changelog
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
- 24.08.2
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
- 24.08.1

Some files were not shown because too many files have changed in this diff Show More