Hello community,

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

Package is "kconfig"

Fri Aug 24 16:51:43 2018 rev:58 rq:630592 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2018-07-21 
10:11:36.431151360 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes     2018-08-24 
16:51:58.733211062 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:18:53 UTC 2018 - [email protected]
+
+- 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:
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  kconfig-5.48.0.tar.xz

New:
----
  kconfig-5.49.0.tar.xz

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.Wowl3J/_old  2018-08-24 16:51:59.169211575 +0200
+++ /var/tmp/diff_new_pack.Wowl3J/_new  2018-08-24 16:51:59.173211580 +0200
@@ -16,35 +16,34 @@
 #
 
 
-%bcond_without lang
 %define sonum   5
-%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:           kconfig
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Provides an advanced configuration system
+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
+# PATCH-FEATURE-OPENSUSE
+Patch0:         kconfig-desktop-translations.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
-Summary:        Provides an advanced configuration system
-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
-# PATCH-FEATURE-OPENSUSE
-Patch:          kconfig-desktop-translations.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+%endif
 
 %description
 KConfig provides an advanced configuration system. It is made of two parts:
@@ -61,30 +60,30 @@
 automatically initialized from the configuration and automatically propagate
 their changes to their respective configuration files.
 
-%package -n libKF5ConfigCore%sonum
+%package -n libKF5ConfigCore%{sonum}
 Summary:        Provides access to the configuration files themselves
 Group:          System/GUI/KDE
+%requires_ge    libQt5Core5
 Recommends:     kconf_update5 = %{version}
 %if %{with lang}
-Recommends:     libKF5ConfigCore%sonum-lang = %{version}
+Recommends:     libKF5ConfigCore%{sonum}-lang = %{version}
 %endif
-%requires_ge libQt5Core5
 
-%description -n libKF5ConfigCore%sonum
+%description -n libKF5ConfigCore%{sonum}
 KConfig provides an advanced configuration system. It is made of two parts:
 KConfigCore and KConfigGui.
 
 KConfigCore provides access to the configuration files themselves.
 
-%package -n libKF5ConfigGui%sonum
+%package -n libKF5ConfigGui%{sonum}
 Summary:        Provides a way to hook widgets to the configuration
 Group:          System/GUI/KDE
+%requires_ge    libKF5ConfigCore5
 %requires_ge libQt5Core5
 %requires_ge libQt5Gui5
 %requires_ge libQt5Xml5
-%requires_ge libKF5ConfigCore5
 
-%description -n libKF5ConfigGui%sonum
+%description -n libKF5ConfigGui%{sonum}
 KConfigGui provides a way to hook widgets to the configuration so that they are
 automatically initialized from the configuration and automatically propagate
 their changes to their respective configuration files.
@@ -92,7 +91,7 @@
 %package -n kconf_update5
 Summary:        Provides access to the configuration files themselves
 Group:          System/GUI/KDE
-Requires:       libKF5ConfigCore%sonum = %{version}
+Requires:       libKF5ConfigCore%{sonum} = %{version}
 
 %description -n kconf_update5
 KConfig provides an advanced configuration system. It is made of two parts:
@@ -105,8 +104,8 @@
 Group:          Development/Libraries/KDE
 Requires:       extra-cmake-modules
 Requires:       kconf_update5 = %{version}
-Requires:       libKF5ConfigCore%sonum = %{version}
-Requires:       libKF5ConfigGui%sonum = %{version}
+Requires:       libKF5ConfigCore%{sonum} = %{version}
+Requires:       libKF5ConfigGui%{sonum} = %{version}
 Requires:       cmake(Qt5Xml) >= 5.6.0
 
 %description devel
@@ -124,10 +123,11 @@
 automatically initialized from the configuration and automatically propagate
 their changes to their respective configuration files. Development files.
 
-%lang_package -n libKF5ConfigCore%sonum
+%lang_package -n libKF5ConfigCore%{sonum}
+
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
@@ -141,37 +141,33 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n libKF5ConfigCore%sonum -p /sbin/ldconfig
-
-%postun -n libKF5ConfigCore%sonum -p /sbin/ldconfig
-
-%post -n libKF5ConfigGui%sonum -p /sbin/ldconfig
-
-%postun -n libKF5ConfigGui%sonum -p /sbin/ldconfig
+%post -n libKF5ConfigCore%{sonum} -p /sbin/ldconfig
+%postun -n libKF5ConfigCore%{sonum} -p /sbin/ldconfig
+%post -n libKF5ConfigGui%{sonum} -p /sbin/ldconfig
+%postun -n libKF5ConfigGui%{sonum} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n libKF5ConfigCore%sonum-lang -f %{name}5.lang
+%files -n libKF5ConfigCore%{sonum}-lang -f %{name}5.lang
 %endif
 
-%files -n libKF5ConfigCore%sonum
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n libKF5ConfigCore%{sonum}
+%license COPYING*
+%doc README*
 %{_kf5_bindir}/k*config5
 %{_kf5_libdir}/libKF5ConfigCore.so.*
 
-%files -n libKF5ConfigGui%sonum
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n libKF5ConfigGui%{sonum}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5ConfigGui.so.*
 
 %files -n kconf_update5
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %dir %{_kf5_libexecdir}
 %{_kf5_libexecdir}/kconf_update
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libexecdir}/kconfig_compiler_kf5
 %{_kf5_libdir}/libKF5ConfigCore.so
 %{_kf5_libdir}/libKF5ConfigGui.so

++++++ kconfig-5.48.0.tar.xz -> kconfig-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.48.0/CMakeLists.txt 
new/kconfig-5.49.0/CMakeLists.txt
--- old/kconfig-5.48.0/CMakeLists.txt   2018-07-08 00:29:31.000000000 +0200
+++ new/kconfig-5.49.0/CMakeLists.txt   2018-08-04 12:56:27.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
 project(KConfig VERSION ${KF5_VERSION})
 
 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)
 
@@ -39,7 +39,9 @@
 
 
 add_subdirectory(src)
-add_subdirectory(autotests)
+if (BUILD_TESTING)
+    add_subdirectory(autotests)
+endif()
 
 include (ECMPoQmTools)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.48.0/po/cs/kconfig5_qt.po 
new/kconfig-5.49.0/po/cs/kconfig5_qt.po
--- old/kconfig-5.48.0/po/cs/kconfig5_qt.po     2018-07-08 00:29:31.000000000 
+0200
+++ new/kconfig-5.49.0/po/cs/kconfig5_qt.po     2018-08-04 12:56:27.000000000 
+0200
@@ -4,7 +4,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-11 02:17+0000\n"
-"PO-Revision-Date: 2018-04-13 14:29+0100\n"
+"PO-Revision-Date: 2018-07-10 14:30+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
@@ -460,6 +460,8 @@
 "For unit tests only: use test directories to stay away from the user's real "
 "files"
 msgstr ""
+"Pouze pro unit testy: použijte testovací adresáře abyste je oddělili od "
+"uživatelských souborů"
 
 #: kconf_update/kconf_update.cpp:957
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.48.0/po/da/kconfig5_qt.po 
new/kconfig-5.49.0/po/da/kconfig5_qt.po
--- old/kconfig-5.48.0/po/da/kconfig5_qt.po     2018-07-08 00:29:31.000000000 
+0200
+++ new/kconfig-5.49.0/po/da/kconfig5_qt.po     2018-08-04 12:56:27.000000000 
+0200
@@ -4,13 +4,13 @@
 #
 # Erik Kjær Pedersen <[email protected]>, 2003.
 # Keld Simonsen <[email protected]>, 2008.
-# Martin Schlander <[email protected]>, 2008, 2014, 2015, 2016, 2017.
+# Martin Schlander <[email protected]>, 2008, 2014, 2015, 2016, 2017, 
2018.
 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: 2017-10-28 20:28+0100\n"
+"PO-Revision-Date: 2018-07-12 09:46+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -389,12 +389,9 @@
 msgstr "Tastebindinger"
 
 #: gui/kstandardshortcut.cpp:159
-#, fuzzy
-#| msgctxt "KStandardShortcut|@action"
-#| msgid "Configure Notifications"
 msgctxt "KStandardShortcut|@action"
 msgid "Configure Application"
-msgstr "Indstil bekendtgørelser"
+msgstr "Indstil program"
 
 #: gui/kstandardshortcut.cpp:160
 msgctxt "KStandardShortcut|@action"
@@ -444,7 +441,7 @@
 #: gui/kstandardshortcut.cpp:169
 msgctxt "KStandardShortcut|@action"
 msgid "Move to Trash"
-msgstr "Flyt til affald"
+msgstr "Flyt til papirkurv"
 
 #: gui/kstandardshortcut.cpp:170
 msgctxt "KStandardShortcut|@action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.48.0/po/id/kconfig5_qt.po 
new/kconfig-5.49.0/po/id/kconfig5_qt.po
--- old/kconfig-5.48.0/po/id/kconfig5_qt.po     2018-07-08 00:29:31.000000000 
+0200
+++ new/kconfig-5.49.0/po/id/kconfig5_qt.po     2018-08-04 12:56:27.000000000 
+0200
@@ -10,8 +10,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: 2018-06-30 08:18+0700\n"
-"Last-Translator: Wantoyo <[email protected]>\n"
+"PO-Revision-Date: 2018-07-23 06:21+0700\n"
+"Last-Translator: wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
 #, qt-format
 msgctxt "KConfigIniBackend|"
 msgid "Configuration file \"%1\" not writable.\n"
-msgstr "File konfigurasi \"%1\" tak dapat ditulis.\n"
+msgstr "File konfigurasi \"%1\" tidak dapat ditulis.\n"
 
 #: core/kemailsettings.cpp:238 core/kemailsettings.cpp:241
 #: core/kemailsettings.cpp:249
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.48.0/po/uk/kconfig5_qt.po 
new/kconfig-5.49.0/po/uk/kconfig5_qt.po
--- old/kconfig-5.48.0/po/uk/kconfig5_qt.po     2018-07-08 00:29:31.000000000 
+0200
+++ new/kconfig-5.49.0/po/uk/kconfig5_qt.po     2018-08-04 12:56:27.000000000 
+0200
@@ -1,5 +1,5 @@
 # Translation of kconfig5_qt.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/kconfig-5.48.0/po/zh_CN/kconfig5_qt.po 
new/kconfig-5.49.0/po/zh_CN/kconfig5_qt.po
--- old/kconfig-5.48.0/po/zh_CN/kconfig5_qt.po  2018-07-08 00:29:31.000000000 
+0200
+++ new/kconfig-5.49.0/po/zh_CN/kconfig5_qt.po  2018-08-04 12:56:27.000000000 
+0200
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-07-03 17:35\n"
+"PO-Revision-Date: 2018-07-24 08:41\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to