diff --git a/kcompletion-5.55.0.tar.xz b/kcompletion-5.55.0.tar.xz deleted file mode 100644 index 49a0b29..0000000 Binary files a/kcompletion-5.55.0.tar.xz and /dev/null differ diff --git a/kcompletion-5.90.0.tar.xz b/kcompletion-5.90.0.tar.xz new file mode 100644 index 0000000..7e20ca1 Binary files /dev/null and b/kcompletion-5.90.0.tar.xz differ diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 363801e..bb5a36f 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,12 +1,12 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.55.0 -Release: 1 +Version: 5.90.0 +Release: 1 Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,12 +17,15 @@ URL: https://cgit.kde.org/%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +## upstream fixes + BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kconfig-devel >= %{majmin} BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-rpm-macros BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: qt5-qttools-devel %description KCompletion provides widgets with advanced completion support as well as a @@ -39,7 +42,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} -p1 %build @@ -61,8 +64,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -f kcompletion5_qt.lang %doc README.md -%license COPYING.LIB +%license LICENSES/*.txt +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Completion.so.* +%{_kf5_qtplugindir}/designer/*5widgets.so %files devel %{_kf5_includedir}/kcompletion_version.h @@ -73,5 +78,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Feb 12 2022 tanyulong - 5.90.0-1 +- update to upstream version 5.90.0 + +* Sun Jan 16 2022 pei-jiankang - 5.88.0-1 +- update to upstream version 5.88.0 + * Mon Aug 17 2020 yeqinglong - 5.55.0-1 - Initial release for OpenEuler