Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2017-11-16 14:36:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfig"

Thu Nov 16 14:36:27 2017 rev:49 rq:541642 version:5.40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2017-10-27 
13:54:17.160029573 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes     2017-11-16 
14:36:35.936276314 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:13 CET 2017 - [email protected]
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Don't build the kconfig_compiler tests when crosscompiling
+
+-------------------------------------------------------------------

Old:
----
  kconfig-5.39.0.tar.xz

New:
----
  kconfig-5.40.0.tar.xz

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.VDfdDA/_old  2017-11-16 14:36:36.472256884 +0100
+++ /var/tmp/diff_new_pack.VDfdDA/_new  2017-11-16 14:36:36.472256884 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kconfig
-Version:        5.39.0
+Version:        5.40.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++++++ kconfig-5.39.0.tar.xz -> kconfig-5.40.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.39.0/CMakeLists.txt 
new/kconfig-5.40.0/CMakeLists.txt
--- old/kconfig-5.39.0/CMakeLists.txt   2017-10-07 21:09:06.000000000 +0200
+++ new/kconfig-5.40.0/CMakeLists.txt   2017-11-05 09:25:58.000000000 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
 project(KConfig VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/kconfig-5.39.0/autotests/CMakeLists.txt 
new/kconfig-5.40.0/autotests/CMakeLists.txt
--- old/kconfig-5.39.0/autotests/CMakeLists.txt 2017-10-07 21:09:06.000000000 
+0200
+++ new/kconfig-5.40.0/autotests/CMakeLists.txt 2017-11-05 09:25:58.000000000 
+0100
@@ -67,5 +67,7 @@
 set_tests_properties(kconfigcore-kconfignokdehometest PROPERTIES RUN_SERIAL 
TRUE)
 set_tests_properties(kconfiggui-kconfigguitest PROPERTIES RUN_SERIAL TRUE)
 
-add_subdirectory(kconfig_compiler)
+if (NOT CMAKE_CROSSCOMPILING)
+    add_subdirectory(kconfig_compiler)
+endif()
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.39.0/po/da/kconfig5_qt.po 
new/kconfig-5.40.0/po/da/kconfig5_qt.po
--- old/kconfig-5.39.0/po/da/kconfig5_qt.po     2017-10-07 21:09:06.000000000 
+0200
+++ new/kconfig-5.40.0/po/da/kconfig5_qt.po     2017-11-05 09:25:58.000000000 
+0100
@@ -4,13 +4,13 @@
 #
 # Erik Kjær Pedersen <[email protected]>, 2003.
 # Keld Simonsen <[email protected]>, 2008.
-# Martin Schlander <[email protected]>, 2008, 2014, 2015, 2016.
+# Martin Schlander <[email protected]>, 2008, 2014, 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwriteconfig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2016-09-24 22:06+0100\n"
+"PO-Revision-Date: 2017-10-28 20:28+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -429,20 +429,14 @@
 msgstr "Om KDE"
 
 #: gui/kstandardshortcut.cpp:167
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Delete File"
 msgctxt "KStandardShortcut|@action"
 msgid "Delete"
-msgstr "Slet fil"
+msgstr "Slet"
 
 #: gui/kstandardshortcut.cpp:168
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Rename File"
 msgctxt "KStandardShortcut|@action"
 msgid "Rename"
-msgstr "Omdøb fil"
+msgstr "Omdøb"
 
 #: gui/kstandardshortcut.cpp:169
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.39.0/po/gl/kconfig5_qt.po 
new/kconfig-5.40.0/po/gl/kconfig5_qt.po
--- old/kconfig-5.39.0/po/gl/kconfig5_qt.po     2017-10-07 21:09:06.000000000 
+0200
+++ new/kconfig-5.40.0/po/gl/kconfig5_qt.po     2017-11-05 09:25:58.000000000 
+0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kwriteconfig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2017-09-29 21:21+0100\n"
+"PO-Revision-Date: 2017-10-14 06:57+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -116,7 +116,7 @@
 #: gui/kstandardshortcut.cpp:90
 msgctxt "KStandardShortcut|@action"
 msgid "Delete Word Backwards"
-msgstr "Eliminar unha palabra cara tras"
+msgstr "Eliminar unha palabra cara atrás"
 
 #: gui/kstandardshortcut.cpp:91
 msgctxt "KStandardShortcut|@action"
@@ -386,7 +386,7 @@
 #: gui/kstandardshortcut.cpp:157
 msgctxt "KStandardShortcut|@action"
 msgid "Save Options"
-msgstr "Opcións de gardado"
+msgstr "Opcións de garda"
 
 #: gui/kstandardshortcut.cpp:158
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.39.0/po/id/kconfig5_qt.po 
new/kconfig-5.40.0/po/id/kconfig5_qt.po
--- old/kconfig-5.39.0/po/id/kconfig5_qt.po     2017-10-07 21:09:06.000000000 
+0200
+++ new/kconfig-5.40.0/po/id/kconfig5_qt.po     2017-11-05 09:25:58.000000000 
+0100
@@ -16,8 +16,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Indonesian\n"
-"X-Poedit-Country: INDONESIA\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.39.0/po/tr/kconfig5_qt.po 
new/kconfig-5.40.0/po/tr/kconfig5_qt.po
--- old/kconfig-5.39.0/po/tr/kconfig5_qt.po     2017-10-07 21:09:06.000000000 
+0200
+++ new/kconfig-5.40.0/po/tr/kconfig5_qt.po     2017-11-05 09:25:58.000000000 
+0100
@@ -11,8 +11,8 @@
 "Project-Id-Version: kwriteconfig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2017-03-14 14:51+0100\n"
-"Last-Translator: Volkan Gezer <[email protected]>\n"
+"PO-Revision-Date: 2017-10-04 11:20+0000\n"
+"Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
@@ -430,20 +430,14 @@
 msgstr "KDE Hakkında"
 
 #: gui/kstandardshortcut.cpp:167
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Delete File"
 msgctxt "KStandardShortcut|@action"
 msgid "Delete"
-msgstr "Dosyayı Sil"
+msgstr "Sil"
 
 #: gui/kstandardshortcut.cpp:168
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Rename File"
 msgctxt "KStandardShortcut|@action"
 msgid "Rename"
-msgstr "Dosyayı Adlandır"
+msgstr "Yeniden Adlandır"
 
 #: gui/kstandardshortcut.cpp:169
 msgctxt "KStandardShortcut|@action"


Reply via email to