diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index f0becd9..3dd6254 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -1,7 +1,7 @@ %global framework ki18n Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.100.0 Release: 1 Summary: KDE Frameworks 5 Tier 1 addon for localization @@ -45,11 +45,9 @@ Requires: python3 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} @@ -59,13 +57,11 @@ popd %make_build -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} --all-name - %ldconfig_scriptlets %files -f %{name}.lang @@ -101,6 +97,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %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 diff --git a/ki18n-5.100.0.tar.xz b/ki18n-5.100.0.tar.xz new file mode 100644 index 0000000..574b89d Binary files /dev/null and b/ki18n-5.100.0.tar.xz differ diff --git a/ki18n-5.97.0.tar.xz b/ki18n-5.97.0.tar.xz deleted file mode 100644 index fdf7a88..0000000 Binary files a/ki18n-5.97.0.tar.xz and /dev/null differ