Merge branch rawhide into epel8

epel8
Troy Dawson 3 years ago
commit 62ae5fa57f

3
.gitignore vendored

@ -36,3 +36,6 @@
/knotifications-5.82.0.tar.xz /knotifications-5.82.0.tar.xz
/knotifications-5.83.0.tar.xz /knotifications-5.83.0.tar.xz
/knotifications-5.85.0.tar.xz /knotifications-5.85.0.tar.xz
/knotifications-5.86.0.tar.xz
/knotifications-5.87.0.tar.xz
/knotifications-5.88.0.tar.xz

@ -1,4 +1,3 @@
%undefine __cmake_in_source_build
%global framework knotifications %global framework knotifications
# uncomment to enable bootstrap mode # uncomment to enable bootstrap mode
@ -9,7 +8,7 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.85.0 Version: 5.88.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications
@ -74,8 +73,9 @@ developing applications that use %{name}.
%build %build
%{cmake_kf5} \ %cmake_kf5 \
%{?tests:-DBUILD_TESTING:BOOL=ON} %{?tests:-DBUILD_TESTING:BOOL=ON}
%cmake_build %cmake_build
@ -105,6 +105,7 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" |
%{_kf5_libdir}/libKF5Notifications.so.* %{_kf5_libdir}/libKF5Notifications.so.*
%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop %{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
%{_kf5_datadir}/knotifications5/ %{_kf5_datadir}/knotifications5/
%{_kf5_qmldir}/org/kde/notification/
%files devel %files devel
%{_kf5_includedir}/knotifications_version.h %{_kf5_includedir}/knotifications_version.h
@ -116,6 +117,15 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" |
%changelog %changelog
* Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1
- 5.88.0
* Tue Oct 05 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.87.0-1
- 5.87.0
* Tue Sep 14 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.86.0-1
- 5.86.0
* Thu Aug 12 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.85.0-1 * Thu Aug 12 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.85.0-1
- 5.85.0 - 5.85.0

@ -1 +1 @@
SHA512 (knotifications-5.85.0.tar.xz) = e95106af6a0dcd7695ca58d0146189925a6581991aaa151a3978686be88b5d6686e370fbe9a5736b824acbf4041316519dfed1c38abc2048bbc1626516ca5670 SHA512 (knotifications-5.88.0.tar.xz) = 8a3670e9dcff696a65f495f41db1ce680fba4ca7d307b5aea4baa1626ad58132a630fe66f50d685578a9aa5cb8a9229155cc6f6c0cf414ac008de61a64cab7fd

Loading…
Cancel
Save