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-08-16 10:07:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ki18n (Old)
 and      /work/SRC/openSUSE:Factory/.ki18n.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ki18n"

Mon Aug 16 10:07:51 2021 rev:97 rq:912137 version:5.85.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes      2021-07-16 
00:01:25.985075071 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new.1899/ki18n.changes    2021-08-16 
10:12:00.671068572 +0200
@@ -1,0 +2,9 @@
+Fri Aug  6 12:12:31 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.85.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.85.0
+- No code change since 5.84.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ki18n.spec ++++++
--- /var/tmp/diff_new_pack.q0fYfi/_old  2021-08-16 10:12:01.063068112 +0200
+++ /var/tmp/diff_new_pack.q0fYfi/_new  2021-08-16 10:12:01.067068108 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5I18n5
-%define _tar_path 5.84
+%define _tar_path 5.85
 # 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.84.0
+Version:        5.85.0
 Release:        0
 Summary:        KDE Gettext-based UI text internationalization
 License:        LGPL-2.1-or-later


++++++ ki18n-5.84.0.tar.xz -> ki18n-5.85.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.84.0/CMakeLists.txt 
new/ki18n-5.85.0/CMakeLists.txt
--- old/ki18n-5.84.0/CMakeLists.txt     2021-07-03 14:12:34.000000000 +0200
+++ new/ki18n-5.85.0/CMakeLists.txt     2021-08-06 11:05:07.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.84.0") # handled by release scripts
+set(KF_VERSION "5.85.0") # handled by release scripts
 project(KI18n VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.84.0  NO_MODULE)
+find_package(ECM 5.85.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.84.0/docs/programmers-guide.md 
new/ki18n-5.85.0/docs/programmers-guide.md
--- old/ki18n-5.84.0/docs/programmers-guide.md  2021-07-03 14:12:34.000000000 
+0200
+++ new/ki18n-5.85.0/docs/programmers-guide.md  2021-08-06 11:05:07.000000000 
+0200
@@ -1226,7 +1226,7 @@
 `KLocalizedString::setApplicationDomain` call in the code.
 
 If strings contain KUIT markup (section \ref kuit_markup),
-additionaly the field `TranslationMarkup=true` should be set.
+additionally the field `TranslationMarkup=true` should be set.
 
 <a name="handle_cat">
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.84.0/po/zh_CN/ki18n5.po 
new/ki18n-5.85.0/po/zh_CN/ki18n5.po
--- old/ki18n-5.84.0/po/zh_CN/ki18n5.po 2021-07-03 14:12:34.000000000 +0200
+++ new/ki18n-5.85.0/po/zh_CN/ki18n5.po 2021-08-06 11:05:07.000000000 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-12 00:14+0000\n"
-"PO-Revision-Date: 2021-06-20 07:35\n"
+"PO-Revision-Date: 2021-07-26 13:47\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.84.0/src/klocalizedstring.h 
new/ki18n-5.85.0/src/klocalizedstring.h
--- old/ki18n-5.84.0/src/klocalizedstring.h     2021-07-03 14:12:34.000000000 
+0200
+++ new/ki18n-5.85.0/src/klocalizedstring.h     2021-08-06 11:05:07.000000000 
+0200
@@ -338,7 +338,7 @@
      * \param a the argument
      * \param fieldWidth width of the formatted field, padded by spaces.
      *                   Positive value aligns right, negative aligns left
-     * \param format type of floating point formating, like in QString::arg
+     * \param format type of floating point formatting, like in QString::arg
      * \param precision number of digits after the decimal separator
      * \param fillChar the character used to fill up the empty places when
      *                 field width is greater than argument width
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.84.0/src/kuitmarkup.cpp 
new/ki18n-5.85.0/src/kuitmarkup.cpp
--- old/ki18n-5.84.0/src/kuitmarkup.cpp 2021-07-03 14:12:34.000000000 +0200
+++ new/ki18n-5.85.0/src/kuitmarkup.cpp 2021-08-06 11:05:07.000000000 +0200
@@ -1227,7 +1227,7 @@
         cue = Kuit::UndefinedCue;
     }
 
-    // Set format from name, or by derivation from contex/subcue.
+    // Set format from name, or by derivation from context/subcue.
     Kuit::VisualFormat format = s->formatsByName.value(formatName, 
Kuit::UndefinedFormat);
     if (format == Kuit::UndefinedFormat) { // unknown or not given format
         // Check first if there is a format defined for role/subcue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.84.0/src/kuitmarkup.h 
new/ki18n-5.85.0/src/kuitmarkup.h
--- old/ki18n-5.84.0/src/kuitmarkup.h   2021-07-03 14:12:34.000000000 +0200
+++ new/ki18n-5.85.0/src/kuitmarkup.h   2021-08-06 11:05:07.000000000 +0200
@@ -56,7 +56,7 @@
      */
     PhraseTag = 0,
     /**
-     * Tags spliting text into paragraph-level blocks.
+     * Tags splitting text into paragraph-level blocks.
      */
     StructTag = 1,
 };

Reply via email to