Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2018-08-24 16:57:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kxmlgui (Old)
 and      /work/SRC/openSUSE:Factory/.kxmlgui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kxmlgui"

Fri Aug 24 16:57:04 2018 rev:59 rq:630642 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2018-07-21 
10:16:32.315082084 +0200
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes     2018-08-24 
16:57:05.901573571 +0200
@@ -1,0 +2,11 @@
+Sun Aug 19 09:19:30 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Fix KMainWindow saving incorrect widget settings (kde#395988)
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  kxmlgui-5.48.0.tar.xz

New:
----
  kxmlgui-5.49.0.tar.xz

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

Other differences:
------------------
++++++ kxmlgui.spec ++++++
--- /var/tmp/diff_new_pack.yToI2u/_old  2018-08-24 16:57:06.297574040 +0200
+++ /var/tmp/diff_new_pack.yToI2u/_new  2018-08-24 16:57:06.301574044 +0200
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5XmlGui5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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:           kxmlgui
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Framework for managing menu and toolbar actions
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
+Group:          System/GUI/KDE
+URL:            http://www.kde.org
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRequires:  attica-qt5-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -41,9 +47,10 @@
 BuildRequires:  ktextwidgets-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
 # Now requires private headers
 BuildRequires:  libqt5-qtbase-private-headers-devel
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0
 BuildRequires:  cmake(Qt5PrintSupport) >= 5.6.0
@@ -51,13 +58,6 @@
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  pkgconfig(x11)
-Summary:        Framework for managing menu and toolbar actions
-License:        LGPL-2.1-or-later AND GPL-2.0-or-later
-Group:          System/GUI/KDE
-Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libkxmlgui provides a framework for managing menu and toolbar actions in an
@@ -65,15 +65,15 @@
 in the application code. The framework supports merging of multiple
 description for example for integrating actions from plugins.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Framework for managing menu and toolbar actions
 Group:          System/GUI/KDE
 Obsoletes:      libKF5XmlGui4
 %if %{with lang}
-Recommends:     %lname-lang = %{version}
+Recommends:     %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 libkxmlgui provides a framework for managing menu and toolbar actions in an
 abstract way. The actions are configured through a XML description and hooks
 in the application code. The framework supports merging of multiple
@@ -82,7 +82,7 @@
 %package devel
 Summary:        Framework for managing menu and toolbar actions
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       kconfig-devel >= %{_kf5_bugfix_version}
 Requires:       kconfigwidgets-devel >= %{_kf5_bugfix_version}
@@ -96,7 +96,8 @@
 in the application code. The framework supports merging of multiple
 description for example for integrating actions from plugins. Development 
files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -114,24 +115,22 @@
 %find_lang %{name}5
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5XmlGui.so.*
 %{_kf5_configdir}/ui/
 %{_kf5_libexecdir}/ksendbugmail
 %dir %{_kf5_sharedir}/kxmlgui5/
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5XmlGui.so
 %{_kf5_libdir}/cmake/KF5XmlGui/
 %{_kf5_includedir}/*.h

++++++ kxmlgui-5.48.0.tar.xz -> kxmlgui-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.48.0/CMakeLists.txt 
new/kxmlgui-5.49.0/CMakeLists.txt
--- old/kxmlgui-5.48.0/CMakeLists.txt   2018-07-08 00:33:34.000000000 +0200
+++ new/kxmlgui-5.49.0/CMakeLists.txt   2018-08-04 13:02:17.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KXmlGui VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.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)
 
@@ -66,9 +66,10 @@
     ki18n_install(po)
 endif()
 add_subdirectory(src)
-add_subdirectory(tests)
-add_subdirectory(autotests)
-
+if (BUILD_TESTING)
+    add_subdirectory(tests)
+    add_subdirectory(autotests)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5XmlGui")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.48.0/po/da/kxmlgui5.po 
new/kxmlgui-5.49.0/po/da/kxmlgui5.po
--- old/kxmlgui-5.48.0/po/da/kxmlgui5.po        2018-07-08 00:33:34.000000000 
+0200
+++ new/kxmlgui-5.49.0/po/da/kxmlgui5.po        2018-08-04 13:02:17.000000000 
+0200
@@ -330,7 +330,7 @@
 msgid ""
 "Your email address. If incorrect, use the Configure Email button to change it"
 msgstr ""
-"Din e-mail-adresse. Hvis den ikke er korrekt, så brug knappen Indstil e-mail "
+"Din e-mailadresse. Hvis den ikke er korrekt, så brug knappen Indstil e-mail "
 "for at ændre den"
 
 #: kbugreport.cpp:145
@@ -347,7 +347,7 @@
 #: kbugreport.cpp:160
 #, kde-format
 msgid "The email address this bug report is sent to."
-msgstr "E-mail-adressen som denne fejlrapport sendes til."
+msgstr "E-mailadressen som denne fejlrapport sendes til."
 
 #: kbugreport.cpp:161
 #, kde-format
@@ -980,7 +980,7 @@
 #: ksendbugmail/main.cpp:92
 #, kde-format
 msgid "The email address to send the bug report to."
-msgstr "E-mail-adressen som denne fejlrapport skal sendes til."
+msgstr "E-mailadressen som denne fejlrapport skal sendes til."
 
 #: kshortcuteditwidget.cpp:66
 #, kde-format
@@ -1486,7 +1486,7 @@
 #: ui_standards.rc:117
 #, kde-format
 msgid "&Go"
-msgstr "&Kør"
+msgstr "&Gå"
 
 #. i18n: ectx: Menu (bookmarks)
 #: ui_standards.rc:138
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.48.0/po/id/kxmlgui5.po 
new/kxmlgui-5.49.0/po/id/kxmlgui5.po
--- old/kxmlgui-5.48.0/po/id/kxmlgui5.po        2018-07-08 00:33:34.000000000 
+0200
+++ new/kxmlgui-5.49.0/po/id/kxmlgui5.po        2018-08-04 13:02:17.000000000 
+0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-04-14 03:24+0200\n"
-"PO-Revision-Date: 2018-06-17 20:50+0700\n"
-"Last-Translator: Wantoyo <wanto...@gmail.com>\n"
+"PO-Revision-Date: 2018-07-23 06:27+0700\n"
+"Last-Translator: wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
@@ -545,7 +545,7 @@
 msgstr ""
 "<p>Anda memilih tingkat kegawatan <b>Mati</b>. Perlu diperhatikan bahwa "
 "tingkat kegawatan ini hanya ditujukan bagi bug yang</p><ul><li>membuat paket "
-"dalam pertanyaan tak dapat digunakan atau kelihatannya</li><li>menyebabkan "
+"dalam pertanyaan tidak dapat digunakan atau kelihatannya</li><li>menyebabkan "
 "hilangnya data</li><li>menghadirkan lubang keamanan yang mengizinkan akses "
 "ke akun pengguna yang menggunakan paket terpengaruh</li></ul>\n"
 "<p>Apakah bug yang anda laporkan menyebabkan salah satu kerusakan di atas? "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.48.0/po/nn/kxmlgui5.po 
new/kxmlgui-5.49.0/po/nn/kxmlgui5.po
--- old/kxmlgui-5.48.0/po/nn/kxmlgui5.po        2018-07-08 00:33:34.000000000 
+0200
+++ new/kxmlgui-5.49.0/po/nn/kxmlgui5.po        2018-08-04 13:02:17.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-04-14 03:24+0200\n"
-"PO-Revision-Date: 2018-03-12 19:10+0100\n"
+"PO-Revision-Date: 2018-07-22 10:31+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
 "Language: nn\n"
@@ -612,7 +612,7 @@
 #: kedittoolbar.cpp:57
 #, kde-format
 msgid "--- separator ---"
-msgstr "--- skiljeteikn ---"
+msgstr "— skiljelinje —"
 
 #: kedittoolbar.cpp:333
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.48.0/po/uk/kxmlgui5.po 
new/kxmlgui-5.49.0/po/uk/kxmlgui5.po
--- old/kxmlgui-5.48.0/po/uk/kxmlgui5.po        2018-07-08 00:33:34.000000000 
+0200
+++ new/kxmlgui-5.49.0/po/uk/kxmlgui5.po        2018-08-04 13:02:17.000000000 
+0200
@@ -1,5 +1,5 @@
 # Translation of kxmlgui5.po to Ukrainian
-# Copyright (C) 2014-2018 This_file_is_part_of_KDE
+# Copyright (C) 2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.48.0/po/zh_CN/kxmlgui5.po 
new/kxmlgui-5.49.0/po/zh_CN/kxmlgui5.po
--- old/kxmlgui-5.48.0/po/zh_CN/kxmlgui5.po     2018-07-08 00:33:34.000000000 
+0200
+++ new/kxmlgui-5.49.0/po/zh_CN/kxmlgui5.po     2018-08-04 13:02:17.000000000 
+0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-04-14 03:24+0200\n"
-"PO-Revision-Date: 2018-07-03 17:34\n"
+"PO-Revision-Date: 2018-07-24 08:41\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.48.0/src/kmainwindow.cpp 
new/kxmlgui-5.49.0/src/kmainwindow.cpp
--- old/kxmlgui-5.48.0/src/kmainwindow.cpp      2018-07-08 00:33:34.000000000 
+0200
+++ new/kxmlgui-5.49.0/src/kmainwindow.cpp      2018-08-04 13:02:17.000000000 
+0200
@@ -524,6 +524,10 @@
     }
 
     if (queryClose()) {
+        // widgets will start destroying themselves at this point and we don't
+        // want to save state anymore after this as it might be incorrect
+        d->autoSaveSettings = false;
+        d->letDirtySettings = false;
         e->accept();
     } else {
         e->ignore();    //if the window should not be closed, don't close it


Reply via email to