Hello community, here is the log from the commit of package kde-dev-utils for openSUSE:Factory checked in at 2017-05-16 14:35:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde-dev-utils (Old) and /work/SRC/openSUSE:Factory/.kde-dev-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-dev-utils" Tue May 16 14:35:06 2017 rev:50 rq:490396 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kde-dev-utils/kde-dev-utils.changes 2017-03-16 09:37:41.415418226 +0100 +++ /work/SRC/openSUSE:Factory/.kde-dev-utils.new/kde-dev-utils.changes 2017-05-16 14:35:09.131455668 +0200 @@ -1,0 +2,51 @@ +Fri Apr 21 07:49:40 UTC 2017 - [email protected] + +- Add lang packages for kpartloader and kuiviewer + +------------------------------------------------------------------- +Sun Apr 16 10:44:54 CEST 2017 - [email protected] + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * fix https://lintian.debian.org/tags/desktop-mime-but-no-exec-code.html + * this duplicate generic name should be a comment + +------------------------------------------------------------------- +Wed Apr 12 20:25:28 CEST 2017 - [email protected] + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * kuiviewer: fix Exec line in the .desktop file + +------------------------------------------------------------------- +Sat Mar 25 23:10:24 CET 2017 - [email protected] + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * Remove COPYING.DOC, no documentation + * Remove kmtrace, kprofilemethod, kstartperf + * Set the translation domain for that part + * kuiviewer: properly handle local files + * Add the Comment field to the KUIViewer desktop file + * Add the translation domain in the part .ui file + * Use 0.2 as version, update author information + * Add a menu entry which shows the AboutData of the KPart + * Port KUIViewer away from KIO::NetAccess::download + * Add a default entry for the style + * More blind-porting from KDELibs4Support for kmtrace + * Remove K_EXPORT_PLUGIN + * Fix icon installation for kuiviewer + * Add the organization namespace to the desktop (application) + * Fix build: remove a leftover from the testing + * Initial port to KF5 + +------------------------------------------------------------------- Old: ---- kde-dev-utils-16.12.3.tar.xz New: ---- kde-dev-utils-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde-dev-utils.spec ++++++ --- /var/tmp/diff_new_pack.TDeq5f/_old 2017-05-16 14:35:09.863352842 +0200 +++ /var/tmp/diff_new_pack.TDeq5f/_new 2017-05-16 14:35:09.867352281 +0200 @@ -15,25 +15,41 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kde-dev-utils -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: KDE SDK Package License: GPL-2.0 and GFDL-1.2 and LGPL-2.0 Group: System/GUI/KDE -Url: http://www.kde.org/ +Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz -BuildRequires: libkde4-devel +BuildRequires: extra-cmake-modules +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Designer) +BuildRequires: pkgconfig(Qt5UiTools) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5Parts) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5JobWidgets) +BuildRequires: cmake(KF5KIO) +BuildRequires: update-desktop-files +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{kde4_runtime_requires} %description This package suggests the packages, built from the kde-dev-utils module. +%if %{with lang} +%lang_package -n kpartloader +%lang_package -n kuiviewer +%endif + %prep %setup -q @@ -43,20 +59,21 @@ %endif export CXXFLAGS="%{optflags} -fPIC" export CFLAGS="%{optflags} -fPIC" - %cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}" + %cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}" %make_jobs %install - %kde4_makeinstall -C build - %suse_update_desktop_file kuiviewer Development GUIDesigner - %kde_post_install + %kf5_makeinstall -C build + %if %{with lang} + %find_lang kuiviewer + %find_lang kpartloader + %endif + %suse_update_desktop_file org.kde.kuiviewer Development GUIDesigner %package -n kuiviewer Summary: UI Files Viewer Group: Development/Tools/Other -Provides: kde4-kuiviewer = 4.3.0 -Obsoletes: kde4-kuiviewer < 4.3.0 -%{kde4_runtime_requires} +Recommends: kuiviewer-lang %description -n kuiviewer Displays Qt Designer UI files @@ -66,41 +83,21 @@ %files -n kuiviewer %defattr(-,root,root) -%doc COPYING COPYING.DOC COPYING.LIB +%doc COPYING* %{_bindir}/kuiviewer -%{_kde4_modulesdir}/kuiviewerpart.so -%{_kde4_modulesdir}/quithumbnail.so -%{_kde4_applicationsdir}/kuiviewer.desktop -%{_kde4_iconsdir}/hicolor/*/apps/kuiviewer.png -%{_kde4_appsdir}/kuiviewer/ -%{_kde4_appsdir}/kuiviewerpart/ -%{_kde4_servicesdir}/designerthumbnail.desktop -%{_kde4_servicesdir}/kuiviewer_part.desktop - -%package -n kmtrace -Summary: Memory Allocation Debugging Tool -Group: Development/Tools/Other -Provides: kde4-kmtrace = 4.3.0 -Obsoletes: kde4-kmtrace < 4.3.0 -%{kde4_runtime_requires} - -%description -n kmtrace -This is a KDE tool to assist with malloc debugging using glibc's -"mtrace" functionality. - -%post -n kmtrace -p /sbin/ldconfig -%postun -n kmtrace -p /sbin/ldconfig - -%files -n kmtrace -%defattr(-,root,root) -%doc COPYING COPYING.DOC COPYING.LIB +%{_kf5_plugindir}/kuiviewerpart.so +%{_kf5_plugindir}/quithumbnail.so +%{_kf5_applicationsdir}/org.kde.kuiviewer.desktop +%{_kf5_iconsdir}/hicolor/*/apps/kuiviewer.png +%{_kf5_servicesdir}/designerthumbnail.desktop +%{_kf5_servicesdir}/kuiviewer_part.desktop +%{_kf5_kxmlguidir}/kuiviewerpart/ +%{_kf5_kxmlguidir}/kuiviewer/ %package -n kpartloader Summary: KDE SDK Package Group: System/GUI/KDE -Provides: kde4-kpartloader = 4.3.0 -Obsoletes: kde4-kpartloader < 4.3.0 -%{kde4_runtime_requires} +Recommends: kpartloader-lang %description -n kpartloader This package suggests the packages, built from the kdesdk module. @@ -110,41 +107,14 @@ %files -n kpartloader %defattr(-,root,root) -%doc COPYING COPYING.DOC COPYING.LIB +%doc COPYING* %{_bindir}/kpartloader -%{_kde4_appsdir}/kpartloader/ - -%package -n kstartperf -Summary: Startup time measurement tool for KDE applications -Group: System/GUI/KDE -%{kde4_runtime_requires} - -%description -n kstartperf -kstartperf measures startup time for KDE applications. +%{_kf5_kxmlguidir}/kpartloader/ -The startup time is taken as the amount of time from starting the application to the first window -created by that application appearing on screen. - -%post -n kstartperf -p /sbin/ldconfig -%postun -n kstartperf -p /sbin/ldconfig - -%files -n kstartperf -%defattr(-,root,root) -%doc COPYING COPYING.DOC COPYING.LIB - -%package -n kprofilemethod -Summary: Macros to help profiling using QTime -Group: System/GUI/KDE -%{kde4_runtime_requires} - -%description -n kprofilemethod -These macros help profiling using QTime. They allow to sum up the time taken by a given bit of code -in a method called several times. This way one can find out which low-level method used by a high-level -method is taking most of its time. Please do not commit code that uses kprofilemethod.h - -%files -n kprofilemethod -%defattr(-,root,root) -%doc COPYING COPYING.DOC COPYING.LIB -%{_kde4_includedir}/kprofilemethod.h +%if %{with lang} +%files -n kuiviewer-lang -f kuiviewer.lang +%files -n kpartloader-lang -f kpartloader.lang +%doc COPYING* +%endif %changelog ++++++ kde-dev-utils-16.12.3.tar.xz -> kde-dev-utils-17.04.0.tar.xz ++++++ ++++ 14709 lines of diff (skipped)
