Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2021-11-15 15:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ki18n (Old)
 and      /work/SRC/openSUSE:Factory/.ki18n.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ki18n"

Mon Nov 15 15:25:19 2021 rev:100 rq:931088 version:5.88.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes      2021-10-18 
22:00:26.678017720 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new.1890/ki18n.changes    2021-11-15 
15:26:32.725825935 +0100
@@ -1,0 +2,15 @@
+Sun Nov  7 09:13:22 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Strip 'Source' URL for faster submissions
+
+-------------------------------------------------------------------
+Sun Nov  7 09:08:06 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.88.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.88.0
+- Too many changes to list here.
+- Rebase fallbackLang.diff
+
+-------------------------------------------------------------------

Old:
----
  ki18n-5.87.0.tar.xz
  ki18n-5.87.0.tar.xz.sig

New:
----
  ki18n-5.88.0.tar.xz
  ki18n-5.88.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ki18n.spec ++++++
--- /var/tmp/diff_new_pack.5IrT97/_old  2021-11-15 15:26:34.181826343 +0100
+++ /var/tmp/diff_new_pack.5IrT97/_new  2021-11-15 15:26:34.181826343 +0100
@@ -17,22 +17,22 @@
 
 
 %define lname   libKF5I18n5
-%define _tar_path 5.87
+%define _tar_path 5.88
 # 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 lang
 Name:           ki18n
-Version:        5.87.0
+Version:        5.88.0
 Release:        0
 Summary:        KDE Gettext-based UI text internationalization
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
 # PATCH-FIX-OPENSUSE fallbackLang.diff -- look for translations in locale/kf5 
also
@@ -41,6 +41,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  kf5-filesystem
+BuildRequires:  libQt5Core-private-headers-devel
 BuildRequires:  python3
 BuildRequires:  cmake(Qt5Concurrent) >= 5.15.0
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
@@ -61,6 +62,7 @@
 %if %{with lang}
 Recommends:     %{lname}-lang = %{version}
 %endif
+Requires:       iso-codes
 
 %description -n %{lname}
 KI18n provides functionality for internationalizing user interface text
@@ -68,6 +70,12 @@
 It wraps the standard Gettext functionality, so that the programmers
 and translators can use the familiar Gettext tools and workflows.
 
+%package imports
+Summary:        QML components for ki18n Framework
+
+%description imports
+This package contains QML imports for the ki18n framework.
+
 %package devel
 Summary:        KDE Gettext-based UI text internationalization
 Group:          Development/Libraries/KDE
@@ -122,12 +130,17 @@
 %{_kf5_debugdir}/ki18n.categories
 %{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5I18n.so.*
+%{_kf5_libdir}/libKF5I18nLocaleData.so.*
 %{_kf5_plugindir}/
 
+%files imports
+%{_kf5_qmldir}/
+
 %files devel
 %{_kf5_includedir}/
 %{_kf5_libdir}/cmake/KF5I18n/
 %{_kf5_libdir}/libKF5I18n.so
+%{_kf5_libdir}/libKF5I18nLocaleData.so
 %{_kf5_mkspecsdir}/qt_KI18n.pri
 
 %changelog

++++++ fallbackLang.diff ++++++
--- /var/tmp/diff_new_pack.5IrT97/_old  2021-11-15 15:26:34.197826348 +0100
+++ /var/tmp/diff_new_pack.5IrT97/_new  2021-11-15 15:26:34.201826349 +0100
@@ -1,7 +1,7 @@
-Index: ki18n-5.62.0git.20210303T212906~f04cdec/src/kcatalog.cpp
+Index: ki18n-5.62.0git.20210303T212906~f04cdec/src/i18n/kcatalog.cpp
 ===================================================================
---- ki18n-5.62.0git.20210303T212906~f04cdec.orig/src/kcatalog.cpp      
2021-03-05 06:49:14.921095959 +0100
-+++ ki18n-5.62.0git.20210303T212906~f04cdec/src/kcatalog.cpp   2021-03-05 
06:53:45.726852961 +0100
+--- ki18n-5.62.0git.20210303T212906~f04cdec.orig/src/i18n/kcatalog.cpp 
2021-03-05 06:49:14.921095959 +0100
++++ ki18n-5.62.0git.20210303T212906~f04cdec/src/i18n/kcatalog.cpp      
2021-03-05 06:53:45.726852961 +0100
 @@ -138,7 +138,19 @@
  
  QString KCatalog::catalogLocaleDir(const QByteArray &domain, const QString 
&language)


++++++ ki18n-5.87.0.tar.xz -> ki18n-5.88.0.tar.xz ++++++
++++ 220642 lines of diff (skipped)

Reply via email to