Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ki18n for openSUSE:Factory checked in at 2022-10-11 17:59:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ki18n (Old) and /work/SRC/openSUSE:Factory/.ki18n.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ki18n" Tue Oct 11 17:59:59 2022 rev:112 rq:1008999 version:5.99.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes 2022-09-13 15:10:17.076793873 +0200 +++ /work/SRC/openSUSE:Factory/.ki18n.new.2275/ki18n.changes 2022-10-11 18:01:50.533725195 +0200 @@ -1,0 +2,16 @@ +Sat Oct 1 15:55:48 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.99.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.99.0 +- Changes since 5.98.0: + * Add useful info to warning + * Really support :usagetip cue (kde#459283) + * Add Qt6 windows CI support + * .gitlab-ci.yml: enable static builds + * Warn if the domain is empty + * Mark codeLanguage as const + * KCatalog: make setting LANGUAGE env var more robust + +------------------------------------------------------------------- Old: ---- ki18n-5.98.0.tar.xz ki18n-5.98.0.tar.xz.sig New: ---- ki18n-5.99.0.tar.xz ki18n-5.99.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ki18n.spec ++++++ --- /var/tmp/diff_new_pack.Jt5TWl/_old 2022-10-11 18:01:51.085726088 +0200 +++ /var/tmp/diff_new_pack.Jt5TWl/_new 2022-10-11 18:01:51.089726094 +0200 @@ -17,14 +17,14 @@ %define lname libKF5I18n5 -%define _tar_path 5.98 +%define _tar_path 5.99 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: ki18n -Version: 5.98.0 +Version: 5.99.0 Release: 0 Summary: KDE Gettext-based UI text internationalization License: LGPL-2.1-or-later @@ -104,24 +104,20 @@ %kf5_makeinstall -C build %fdupes %{buildroot} -%if %{with released} -%find_lang %{name}5 +%find_lang ki18n5 for i in `ls %{buildroot}%{_kf5_sharedir}/locale` do if test -d %{buildroot}%{_kf5_sharedir}/locale/$i/LC_SCRIPTS then - echo "%dir %lang(${i%%_*}) %{_kf5_sharedir}/locale/$i/LC_SCRIPTS" >>%{name}5.lang - echo "%lang(${i%%_*}) %{_kf5_sharedir}/locale/$i/LC_SCRIPTS/ki18n5/" >>%{name}5.lang + echo "%dir %lang(${i%%_*}) %{_kf5_sharedir}/locale/$i/LC_SCRIPTS" >> ki18n5.lang + echo "%lang(${i%%_*}) %{_kf5_sharedir}/locale/$i/LC_SCRIPTS/ki18n5/" >> ki18n5.lang fi done -%endif %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig -%if %{with released} -%files -n %{lname}-lang -f %{name}5.lang -%endif +%files -n %{lname}-lang -f ki18n5.lang %files -n %{lname} %license LICENSES/* ++++++ ki18n-5.98.0.tar.xz -> ki18n-5.99.0.tar.xz ++++++ ++++ 82564 lines of diff (skipped)