Merge branch f35 into epel9

epel9
Troy Dawson 3 years ago
commit b809cbb0db

1
.gitignore vendored

@ -42,3 +42,4 @@
/kwindowsystem-5.88.0.tar.xz /kwindowsystem-5.88.0.tar.xz
/kwindowsystem-5.89.0.tar.xz /kwindowsystem-5.89.0.tar.xz
/kwindowsystem-5.90.0.tar.xz /kwindowsystem-5.90.0.tar.xz
/kwindowsystem-5.91.0.tar.xz

@ -1,4 +1,3 @@
%undefine __cmake_in_source_build
%global framework kwindowsystem %global framework kwindowsystem
## uncomment to enable bootstrap mode ## uncomment to enable bootstrap mode
@ -12,7 +11,7 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.90.0 Version: 5.91.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management
@ -72,8 +71,9 @@ developing applications that use %{name}.
%build %build
%{cmake_kf5} \ %cmake_kf5 \
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
%cmake_build %cmake_build
@ -99,11 +99,10 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_libdir}/libKF5WindowSystem.so.* %{_kf5_libdir}/libKF5WindowSystem.so.*
%dir %{_kf5_plugindir}/kwindowsystem/ %dir %{_kf5_plugindir}/kwindowsystem/
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so #{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so %{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so
%files devel %files devel
%{_kf5_includedir}/kwindowsystem_version.h
%{_kf5_includedir}/KWindowSystem/ %{_kf5_includedir}/KWindowSystem/
%{_kf5_libdir}/libKF5WindowSystem.so %{_kf5_libdir}/libKF5WindowSystem.so
%{_kf5_libdir}/cmake/KF5WindowSystem/ %{_kf5_libdir}/cmake/KF5WindowSystem/
@ -111,6 +110,12 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%changelog %changelog
* Fri Feb 11 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.91.0-1
- 5.91.0
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.90.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jan 04 2022 Marc Deop i Argemí (Private) <marc@marcdeop.com> - 5.90.0-1 * Tue Jan 04 2022 Marc Deop i Argemí (Private) <marc@marcdeop.com> - 5.90.0-1
- 5.90.0 - 5.90.0

@ -1 +1 @@
SHA512 (kwindowsystem-5.90.0.tar.xz) = c63417e4c2e33f1b08898722f582324b72beae9e1931f08e6866bc6939681a612a30cd704236ae373aa075ef94f73f8868c92558a21e4849d6d0c467574916a2 SHA512 (kwindowsystem-5.91.0.tar.xz) = 29b9fe96e13eb0a22d6c4bd457981f5b3c094799c6fb01dccdbb93581ab4c3ce72d5918018bd7a3b9e69ad94d433d5e910c1680d6bc155f037e9a8b869d31310

Loading…
Cancel
Save