Hello community, here is the log from the commit of package kinfocenter5 for openSUSE:Factory checked in at 2015-05-11 19:32:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old) and /work/SRC/openSUSE:Factory/.kinfocenter5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinfocenter5" Changes: -------- --- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes 2015-03-25 09:57:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes 2015-05-11 19:32:43.000000000 +0200 @@ -1,0 +2,26 @@ +Wed Apr 29 00:12:36 UTC 2015 - [email protected] + +- Added plasma-session-name.patch: we use plasma5.desktop for the + session, not plasma.desktop; fixes missing version number in + main kcm + +------------------------------------------------------------------- +Thu Apr 23 13:27:22 UTC 2015 - [email protected] + +- Update to 5.3 Final: + * For more details please see: + https://www.kde.org/announcements/plasma-5.3.0.php +- Only conflict with kdebase4-workspace < 5.3.0 + +------------------------------------------------------------------- +Sat Apr 11 18:53:35 UTC 2015 - [email protected] + +- Update to 5.2.95 aka 5.3 beta: + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.2.95.php +- Update required Qt version to 5.4.0 +- Added kdeclarative-devel and kpackage-devel BuildRequires +- Drop opensuse-kinfocenter.diff, no longer needed + +------------------------------------------------------------------- Old: ---- kinfocenter-5.2.2.tar.xz opensuse-kinfocenter.diff New: ---- kinfocenter-5.3.0.tar.xz plasma-session-name.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinfocenter5.spec ++++++ --- /var/tmp/diff_new_pack.PIpg6S/_old 2015-05-11 19:32:44.000000000 +0200 +++ /var/tmp/diff_new_pack.PIpg6S/_new 2015-05-11 19:32:44.000000000 +0200 @@ -16,8 +16,9 @@ # +%bcond_without lang Name: kinfocenter5 -Version: 5.2.2 +Version: 5.3.0 Release: 0 Summary: Utility that provides information about a computer system License: GPL-2.0+ @@ -25,17 +26,19 @@ Url: http://www.kde.org/ Source: kinfocenter-%{version}.tar.xz Source99: %{name}-rpmlintrc -# PATCH-FIX-OPENSUSE opensuse-kinfocenter.diff (created by Alin M. Elena to have some openSUSE distro info in kinfocenter) -Patch0: opensuse-kinfocenter.diff +# PATCH-FIX-OPENSUSE plasma-session-name.patch +Patch0: plasma-session-name.patch BuildRequires: extra-cmake-modules BuildRequires: kcmutils-devel BuildRequires: kcompletion-devel BuildRequires: kconfig-devel +BuildRequires: kdeclarative-devel BuildRequires: kdelibs4support-devel BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem BuildRequires: ki18n-devel BuildRequires: kio-devel +BuildRequires: kpackage-devel BuildRequires: kxmlgui-devel BuildRequires: libraw1394-devel BuildRequires: pciutils-devel @@ -43,8 +46,8 @@ BuildRequires: solid-devel BuildRequires: update-desktop-files BuildRequires: xz -BuildRequires: pkgconfig(Qt5Core) >= 5.3.0 -BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0 +BuildRequires: pkgconfig(Qt5Core) >= 5.4.0 +BuildRequires: pkgconfig(Qt5Gui) >= 5.4.0 BuildRequires: pkgconfig(egl) %ifarch %arm aarch64 BuildRequires: pkgconfig(glesv2) @@ -55,10 +58,12 @@ %if 0%{?suse_version} > 1310 BuildRequires: kwayland-devel >= 5.0.95 %endif -Conflicts: kdebase4-workspace +Conflicts: kdebase4-workspace < 5.3.0 # /etc/xdg/menus/kde-information.menu Conflicts: kdebase3 +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -91,16 +96,24 @@ %doc %{_kf5_htmldir}/en/kinfocenter/ %{_kf5_sharedir}/kcmusb/ %{_kf5_sharedir}/kcmview1394/ +%{_kf5_sharedir}/kpackage/ %{_kf5_servicesdir}/ %{_kf5_servicetypesdir}/ %{_kf5_sharedir}/kxmlgui5/ %{_kf5_configdir}/menus/kinfocenter.menu %{_kf5_sharedir}/desktop-directories/ +%if %{with lang} %files lang %defattr(-,root,root) %doc COPYING* %{_kf5_localedir}/ +%doc %lang(de) %{_kf5_htmldir}/de/ +%doc %lang(it) %{_kf5_htmldir}/it/ +%doc %lang(nl) %{_kf5_htmldir}/nl/ +%doc %lang(sv) %{_kf5_htmldir}/sv/ +%doc %lang(uk) %{_kf5_htmldir}/uk/ %doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/ +%endif %changelog ++++++ kinfocenter-5.2.2.tar.xz -> kinfocenter-5.3.0.tar.xz ++++++ ++++ 64536 lines of diff (skipped) ++++++ plasma-session-name.patch ++++++ diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp index 9e9dc9c..7a34520 100644 --- a/Modules/about-distro/src/Module.cpp +++ b/Modules/about-distro/src/Module.cpp @@ -190,7 +190,7 @@ void Module::defaults() QString Module::plasmaVersion() const { const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, - "xsessions/plasma.desktop"); + "xsessions/plasma5.desktop"); if (filePaths.length() < 1) { return QString();
