Hello community, here is the log from the commit of package kf5-filesystem for openSUSE:Factory checked in at 2015-06-23 12:13:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old) and /work/SRC/openSUSE:Factory/.kf5-filesystem.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf5-filesystem" Changes: -------- --- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes 2015-01-29 12:49:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes 2015-06-23 12:13:26.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Jun 10 15:51:07 UTC 2015 - [email protected] + +- Change versionining from KF5-version-based to date-based +- Drop and %_kf5_version %_plasma5_branding_version macros. + _kf5_version is unused since KF5 5.5.0, and for plasma we can + utilize individual packages version +- Add a warning that these macros are only guaranteed to be suitable + for projects/packages which use KDEInstallDirs from extra-cmake-modules, + and can, to some extent work with cmake's GNUInstallDirs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf5-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.ceIc2c/_old 2015-06-23 12:13:26.000000000 +0200 +++ /var/tmp/diff_new_pack.ceIc2c/_new 2015-06-23 12:13:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package kf5-filesystem # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: kf5-filesystem Url: http://www.kde.org -Version: 5.6.0 +Version: 20150610 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: KF5 Directory Layout @@ -28,7 +28,7 @@ Source1: COPYING %description -This package installs the KF5 directory structure. +This package provides macros which are utilized with extra-cmake-modules' KDEInstallDirs. %prep ++++++ macros.kf5 ++++++ --- /var/tmp/diff_new_pack.ceIc2c/_old 2015-06-23 12:13:26.000000000 +0200 +++ /var/tmp/diff_new_pack.ceIc2c/_new 2015-06-23 12:13:26.000000000 +0200 @@ -1,3 +1,6 @@ +# WARNING Install locations are only guaranteed to work with KDEInstallDirs from extra-cmake-modules, and potentially GNUInstallDirs from cmake. +# Do not use any of this macros unless your project/package uses one of these modules. + %_kf5_prefix %{_prefix} %_kf5_bindir %{_kf5_prefix}/bin %_kf5_sharedir %{_datadir} @@ -28,8 +31,6 @@ %_kf5_htmldir %{_kf5_sharedir}/doc/HTML %_kf5_kxmlguidir %{_kf5_sharedir}/kxmlgui5 -%_kf5_version 5.2.0 -%_plasma5_branding_version 5.0.0 %_kf5_build_type None %kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install
