Merge branch f37 into epel9-next

epel9
Troy Dawson 2 years ago
commit cbdc72088b

5
.gitignore vendored

@ -46,3 +46,8 @@
/kdeclarative-5.93.0.tar.xz
/kdeclarative-5.94.0.tar.xz
/kdeclarative-5.96.0.tar.xz
/kdeclarative-5.97.0.tar.xz
/kdeclarative-5.98.0.tar.xz
/kdeclarative-5.99.0.tar.xz
/kdeclarative-5.100.0.tar.xz
/kdeclarative-5.101.0.tar.xz

@ -8,7 +8,7 @@
%endif
Name: kf5-%{framework}
Version: 5.96.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
@ -16,12 +16,7 @@ License: LGPLv2+
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 stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
# filter qml provides
@ -50,7 +45,7 @@ BuildRequires: qt5-qtbase-devel
# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this may be needed,
# so err on the side of caution
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
BuildRequires: qt5-qtdeclarative-devel
%if 0%{?tests}
@ -136,6 +131,28 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor
%changelog
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
- 5.101.0
- use new macros to simplify code
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
- 5.100.0
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
- 5.99.0
* Thu Sep 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.98.0-1
- 5.98.0
* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
- Update to 5.97.0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.96.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 14 2022 Jan Grulich <jgrulich@redhat.com> - 5.96.0-2
- Rebuild (qt5)
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
- 5.96.0

@ -1 +1 @@
SHA512 (kdeclarative-5.96.0.tar.xz) = 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096
SHA512 (kdeclarative-5.101.0.tar.xz) = 3e7068cb7324530f7718eaf31fd1c828983fa110b5e54423cd3358d039804f72ef29eb1f294ba9fb92ecc854c40ad5f305d7866a6e2a32bf371525821a08e9b1

Loading…
Cancel
Save