diff --git a/kf5-kirigami2.spec b/kf5-kirigami2.spec index d61308f..713dacb 100644 --- a/kf5-kirigami2.spec +++ b/kf5-kirigami2.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.100.0 Release: 1 Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines @@ -61,11 +61,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. - %prep %autosetup -n %{framework}-%{version} -p1 - %build mkdir %{_target_platform} pushd %{_target_platform} @@ -75,13 +73,11 @@ popd make %{?_smp_mflags} -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang_kf5 libkirigami2plugin_qt - %check %if 0%{?tests} ## known failure(s), not sure if possible to enable opengl/glx using @@ -94,7 +90,6 @@ xvfb-run -a \ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %endif - %files -f libkirigami2plugin_qt.lang # README is currently only build instructions, omit for now #doc README.md @@ -113,18 +108,20 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %dir %{_kf5_datadir}/kdevappwizard/templates/ %{_kf5_datadir}/kdevappwizard/templates/kirigami.tar.bz2 - %changelog +* Fri Dec 09 2022 jiangxinyu - 5.100.0-1 +- Update to upstream version 5.100.0 + * Mon Sep 05 2022 liweiganga - 5.97.0-1 - update to upstream version 5.97.0 -* Tue Jul 05 2022 tanyulong - 5.95.0-1 +* Tue Jul 05 2022 tanyulong - 5.95.0-1 - update to upstream version 5.95.0 -* Sat Feb 12 2022 pei-jiankang - 5.90.0-1 +* Sat Feb 12 2022 pei-jiankang - 5.90.0-1 - update to upstream version 5.90.0 -* Sun Jan 16 2022 pei-jiankang - 5.88.0-1 +* 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 diff --git a/kirigami2-5.100.0.tar.xz b/kirigami2-5.100.0.tar.xz new file mode 100644 index 0000000..96e7fe8 Binary files /dev/null and b/kirigami2-5.100.0.tar.xz differ diff --git a/kirigami2-5.97.0.tar.xz b/kirigami2-5.97.0.tar.xz deleted file mode 100644 index 2e5e2e9..0000000 Binary files a/kirigami2-5.97.0.tar.xz and /dev/null differ