Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:Factory 
checked in at 2022-10-11 18:00:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kjobwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.kjobwidgets.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kjobwidgets"

Tue Oct 11 18:00:08 2022 rev:108 rq:1009008 version:5.99.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kjobwidgets/kjobwidgets.changes  2022-09-13 
15:10:27.132822185 +0200
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new.2275/kjobwidgets.changes        
2022-10-11 18:02:06.693751319 +0200
@@ -1,0 +2,10 @@
+Sat Oct  1 15:55:55 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:
+  * .gitlab-ci.yml: enable static builds
+
+-------------------------------------------------------------------

Old:
----
  kjobwidgets-5.98.0.tar.xz
  kjobwidgets-5.98.0.tar.xz.sig

New:
----
  kjobwidgets-5.99.0.tar.xz
  kjobwidgets-5.99.0.tar.xz.sig

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

Other differences:
------------------
++++++ kjobwidgets.spec ++++++
--- /var/tmp/diff_new_pack.3khBxy/_old  2022-10-11 18:02:07.601752787 +0200
+++ /var/tmp/diff_new_pack.3khBxy/_new  2022-10-11 18:02:07.605752793 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5JobWidgets5
-%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:           kjobwidgets
-Version:        5.98.0
+Version:        5.99.0
 Release:        0
 Summary:        Widgets for showing progress of asynchronous jobs
 License:        LGPL-2.1-or-later
@@ -42,13 +42,11 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.15.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
 BuildRequires:  cmake(Qt5Test) >= 5.15.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.15.0
 BuildRequires:  pkgconfig(x11)
-%if %{with released}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
-%endif
 
 %description
 KJobWIdgets provides widgets for showing progress of asynchronous jobs.
@@ -85,16 +83,12 @@
 %kf5_makeinstall -C build
 %fdupes %{buildroot}
 
-%if %{with released}
-%find_lang %{name}5 --with-qt --without-mo
-%endif
+%find_lang kjobwidgets5 --with-qt --without-mo
 
 %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 kjobwidgets5.lang
 
 %files -n %{lname}
 %license LICENSES/*


++++++ kjobwidgets-5.98.0.tar.xz -> kjobwidgets-5.99.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.98.0/.gitlab-ci.yml 
new/kjobwidgets-5.99.0/.gitlab-ci.yml
--- old/kjobwidgets-5.98.0/.gitlab-ci.yml       2022-09-05 14:10:04.000000000 
+0200
+++ new/kjobwidgets-5.99.0/.gitlab-ci.yml       2022-10-01 16:20:50.000000000 
+0200
@@ -3,9 +3,11 @@
 
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.98.0/CMakeLists.txt 
new/kjobwidgets-5.99.0/CMakeLists.txt
--- old/kjobwidgets-5.98.0/CMakeLists.txt       2022-09-05 14:10:04.000000000 
+0200
+++ new/kjobwidgets-5.99.0/CMakeLists.txt       2022-10-01 16:20:50.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.98.0") # handled by release scripts
-set(KF_DEP_VERSION "5.98.0") # handled by release scripts
+set(KF_VERSION "5.99.0") # handled by release scripts
+set(KF_DEP_VERSION "5.99.0") # handled by release scripts
 project(KJobWidgets VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.98.0  NO_MODULE)
+find_package(ECM 5.99.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/kjobwidgets-5.98.0/po/id/kjobwidgets5_qt.po 
new/kjobwidgets-5.99.0/po/id/kjobwidgets5_qt.po
--- old/kjobwidgets-5.98.0/po/id/kjobwidgets5_qt.po     2022-09-05 
14:10:04.000000000 +0200
+++ new/kjobwidgets-5.99.0/po/id/kjobwidgets5_qt.po     2022-10-01 
16:20:50.000000000 +0200
@@ -2,21 +2,22 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan <andhika.padma...@gmail.com>, 2010-2014.
-# Wantoyo <wanto...@gmail.com>, 2018, 2019.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2019-02-17 11:12+0700\n"
-"Last-Translator: wantoyo <wanto...@gmail.com>\n"
+"PO-Revision-Date: 2022-09-27 17:54+0700\n"
+"Last-Translator: Wantoy??k <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 21.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #: kjobtrackerformatters.cpp:27
@@ -173,7 +174,7 @@
 #: kwidgetjobtracker.cpp:459
 msgctxt "KWidgetJobTracker|"
 msgid "Close the current window or document"
-msgstr "Tutup window atau dokumen saat ini"
+msgstr "Tutup jendela atau dokumen saat ini"
 
 #: kwidgetjobtracker.cpp:472
 #, qt-format
@@ -209,7 +210,7 @@
 #: kwidgetjobtracker.cpp:575
 msgctxt "KWidgetJobTracker|"
 msgid "&Keep this window open after transfer is complete"
-msgstr "&Jaga window ini tetap terbuka setelah transfer selesai"
+msgstr "&Jaga jendela ini tetap terbuka setelah transfer selesai"
 
 #: kwidgetjobtracker.cpp:583
 msgctxt "KWidgetJobTracker|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.98.0/po/ka/kjobwidgets5_qt.po 
new/kjobwidgets-5.99.0/po/ka/kjobwidgets5_qt.po
--- old/kjobwidgets-5.98.0/po/ka/kjobwidgets5_qt.po     2022-09-05 
14:10:04.000000000 +0200
+++ new/kjobwidgets-5.99.0/po/ka/kjobwidgets5_qt.po     2022-10-01 
16:20:50.000000000 +0200
@@ -9,7 +9,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Qt-Contexts: true\n"
 "X-Generator: Poedit 3.1.1\n"
 
@@ -19,6 +19,7 @@
 msgid "%n day(s)"
 msgid_plural "%n day(s)"
 msgstr[0] "%n ?????????"
+msgstr[1] "%n ?????????"
 
 #: kjobtrackerformatters.cpp:34
 #, qt-format
@@ -26,6 +27,7 @@
 msgid "%n hour(s)"
 msgid_plural "%n hour(s)"
 msgstr[0] "%n ???????????????"
+msgstr[1] "%n ???????????????"
 
 #: kjobtrackerformatters.cpp:41
 #, qt-format
@@ -33,6 +35,7 @@
 msgid "%n minute(s)"
 msgid_plural "%n minute(s)"
 msgstr[0] "%n ????????????"
+msgstr[1] "%n ????????????"
 
 #: kjobtrackerformatters.cpp:48
 #, qt-format
@@ -40,6 +43,7 @@
 msgid "%n second(s)"
 msgid_plural "%n second(s)"
 msgstr[0] "%n ????????????"
+msgstr[1] "%n ????????????"
 
 #: kjobtrackerformatters.cpp:69
 #, qt-format
@@ -87,6 +91,7 @@
 msgid "%1 of %2 complete"
 msgid_plural "%1 of %2 complete"
 msgstr[0] "%1 %2-????????? ????????????????????????????????????"
+msgstr[1] "%1 %2-????????? ????????????????????????????????????"
 
 #: kwidgetjobtracker.cpp:372 kwidgetjobtracker.cpp:389
 #, qt-format
@@ -94,6 +99,7 @@
 msgid "%1 / %n folder(s)"
 msgid_plural "%1 / %n folder(s)"
 msgstr[0] "%1 / %n ???????????????????????????"
+msgstr[1] "%1 / %n ???????????????????????????"
 
 #: kwidgetjobtracker.cpp:376 kwidgetjobtracker.cpp:394
 #, qt-format
@@ -101,6 +107,7 @@
 msgid "%1 / %n file(s)"
 msgid_plural "%1 / %n file(s)"
 msgstr[0] "%1 / %n ???????????????"
+msgstr[1] "%1 / %n ???????????????"
 
 #: kwidgetjobtracker.cpp:405
 #, qt-format
@@ -108,6 +115,7 @@
 msgid "%1 / %n item(s)"
 msgid_plural "%1 / %n item(s)"
 msgstr[0] "%1 / %n ????????????????????????"
+msgstr[1] "%1 / %n ????????????????????????"
 
 #: kwidgetjobtracker.cpp:420
 #, qt-format
@@ -121,6 +129,7 @@
 msgid "%1% of %n file(s)"
 msgid_plural "%1% of %n file(s)"
 msgstr[0] "%1% ??????????????? %n -?????????"
+msgstr[1] "%1% ??????????????? %n -?????????"
 
 #: kwidgetjobtracker.cpp:426
 #, qt-format
@@ -139,6 +148,7 @@
 msgid "%1/s (%2 remaining)"
 msgid_plural "%1/s (%2 remaining)"
 msgstr[0] "%1/?????? (?????????????????????????????? %2)"
+msgstr[1] "%1/?????? (?????????????????????????????? %2)"
 
 #: kwidgetjobtracker.cpp:449
 #, qt-format
@@ -218,6 +228,7 @@
 msgid "%n item(s)"
 msgid_plural "%n item(s)"
 msgstr[0] "%n ????????????????????????"
+msgstr[1] "%n ????????????????????????"
 
 #: kwidgetjobtracker.cpp:624
 #, qt-format
@@ -225,6 +236,7 @@
 msgid "%n folder(s)"
 msgid_plural "%n folder(s)"
 msgstr[0] "%n ???????????????????????????"
+msgstr[1] "%n ???????????????????????????"
 
 #: kwidgetjobtracker.cpp:628
 #, qt-format
@@ -232,6 +244,7 @@
 msgid "%n file(s)"
 msgid_plural "%n file(s)"
 msgstr[0] "%n ???????????????"
+msgstr[1] "%n ???????????????"
 
 #: kwidgetjobtracker.cpp:730
 msgctxt "KWidgetJobTracker|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.98.0/po/zh_CN/kjobwidgets5_qt.po 
new/kjobwidgets-5.99.0/po/zh_CN/kjobwidgets5_qt.po
--- old/kjobwidgets-5.98.0/po/zh_CN/kjobwidgets5_qt.po  2022-09-05 
14:10:04.000000000 +0200
+++ new/kjobwidgets-5.99.0/po/zh_CN/kjobwidgets5_qt.po  2022-10-01 
16:20:50.000000000 +0200
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2022-08-20 14:17\n"
+"PO-Revision-Date: 2022-09-20 01:55\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.98.0/src/CMakeLists.txt 
new/kjobwidgets-5.99.0/src/CMakeLists.txt
--- old/kjobwidgets-5.98.0/src/CMakeLists.txt   2022-09-05 14:10:04.000000000 
+0200
+++ new/kjobwidgets-5.99.0/src/CMakeLists.txt   2022-10-01 16:20:50.000000000 
+0200
@@ -102,7 +102,7 @@
   REQUIRED_HEADERS KJobWidgets_HEADERS
 )
 
-install(TARGETS KF5JobWidgets EXPORT KF5JobWidgetsTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KF5JobWidgets EXPORT KF5JobWidgetsTargets 
${KF_INSTALL_TARGETS_DEFAULT_ARGS})
 
 install(FILES
   org.kde.JobViewServer.xml

Reply via email to