Hello community, here is the log from the commit of package ki18n for openSUSE:Factory checked in at 2015-10-19 22:25:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ki18n (Old) and /work/SRC/openSUSE:Factory/.ki18n.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ki18n" Changes: -------- --- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes 2015-09-24 07:11:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2015-10-19 22:25:02.000000000 +0200 @@ -1,0 +2,21 @@ +Tue Oct 6 08:18:36 UTC 2015 - [email protected] + +- Add /usr/share/locale-bundle/ to the list of directories that are + searched for translations + +------------------------------------------------------------------- +Mon Oct 5 17:37:18 UTC 2015 - [email protected] + +- Update to 5.15.0 + * Remove strict iterators for msvc to make ki18n build + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.15.0.php + +------------------------------------------------------------------- +Mon Sep 21 20:45:16 UTC 2015 - [email protected] + +- Tag the LC_SCRIPTS files in the -lang file list with the language + they belong to, so that they will be put into the correct + bundle-lang-kde-xx packages + +------------------------------------------------------------------- Old: ---- ki18n-5.14.0.tar.xz New: ---- ki18n-5.15.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ki18n.spec ++++++ --- /var/tmp/diff_new_pack.4s0jXE/_old 2015-10-19 22:25:03.000000000 +0200 +++ /var/tmp/diff_new_pack.4s0jXE/_new 2015-10-19 22:25:03.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5I18n5 -%define _tar_path 5.14 +%define _tar_path 5.15 Name: ki18n -Version: 5.14.0 +Version: 5.15.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} @@ -94,8 +94,14 @@ %if %{with lang} %find_lang %{name}5 -echo "%dir %{_kf5_sharedir}/locale/*/LC_SCRIPTS" >>%{name}5.lang -echo "%{_kf5_sharedir}/locale/*/LC_SCRIPTS/ki18n5/" >>%{name}5.lang +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 + fi +done %endif %post -n %lname -p /sbin/ldconfig ++++++ fallbackLang.diff ++++++ --- /var/tmp/diff_new_pack.4s0jXE/_old 2015-10-19 22:25:03.000000000 +0200 +++ /var/tmp/diff_new_pack.4s0jXE/_new 2015-10-19 22:25:03.000000000 +0200 @@ -11,7 +11,7 @@ .arg(language, QFile::decodeName(domain)); + + // Specific SUSE kf5 location ; bundle-lang-bla ; update-translations ; generic -+ localeDirs << "/usr/share/locale/kf5/" << "/usr/share/locale-bundle/kf5/" << "/usr/share/locale-langpack/"; ++ localeDirs << "/usr/share/locale/kf5/" << "/usr/share/locale-bundle/kf5/" << "/usr/share/locale-bundle/" << "/usr/share/locale-langpack/"; + + foreach (const QString &locDir, localeDirs) { + QFile file(locDir + relpath); @@ -47,7 +47,7 @@ + QStringList localeDirs; + + // Specific SUSE kf5 location ; bundle-lang-bla ; update-translations ; generic -+ localeDirs << "/usr/share/locale/kf5" << "/usr/share/locale-bundle/kf5" << "/usr/share/locale-langpack"; ++ localeDirs << "/usr/share/locale/kf5" << "/usr/share/locale-bundle/kf5" << "/usr/share/locale-bundle" << "/usr/share/locale-langpack"; + + foreach (const QString &localeDir, localeDirs) { + QDir locDir(localeDir); ++++++ ki18n-5.14.0.tar.xz -> ki18n-5.15.0.tar.xz ++++++ ++++ 1985 lines of diff (skipped)
