Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2019-05-21 10:34:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.kf5-filesystem.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf5-filesystem"

Tue May 21 10:34:58 2019 rev:23 rq:703498 version:20170414

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes    
2017-12-21 11:24:56.244439875 +0100
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.5148/kf5-filesystem.changes  
2019-05-21 10:35:02.491295285 +0200
@@ -1,0 +2,6 @@
+Mon Mar 18 21:51:15 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Add new macro (_kf5_knsrcfilesdir) to handle the new knsrc 
+  installation dir from KF 5.57
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kf5-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.WQw6Z7/_old  2019-05-21 10:35:03.279294773 +0200
+++ /var/tmp/diff_new_pack.WQw6Z7/_new  2019-05-21 10:35:03.283294770 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf5-filesystem
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,7 +27,7 @@
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        KF5 Directory Layout
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Fhs
 %if 0%{?with_python}
 # Yes, we need this just to get the site-packages path...
@@ -71,6 +71,7 @@
 %define _kf5_py2kf5dir       %{python2_sitelib}/PyKF5
 %define _kf5_py3kf5dir       %{python3_sitelib}/PyKF5
 %define _kf5_pysipdir        %{_kf5_sharedir}/sip/PyKF5
+%define _kf5_knsrcfilesdir   %{_kf5_sharedir}/knsrcfiles
 
 %prep
 
@@ -112,6 +113,7 @@
 mkdir -p %{buildroot}%{_kf5_htmldir}
 mkdir -p %{buildroot}%{_kf5_kxmlguidir}
 mkdir -p %{buildroot}%{_kf5_appstreamdir}
+mkdir -p %{buildroot}%{_kf5_knsrcfilesdir}
 
 for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
   for type in actions apps devices filesystems mimetypes places status; do
@@ -174,6 +176,7 @@
 %dir %{_kf5_sharedir}/doc/HTML/en
 %dir %{_kf5_kxmlguidir}
 %dir %{_kf5_appstreamdir}
+%dir %{_kf5_knsrcfilesdir}
 %if 0%{?with_python}
 %{_kf5_py2kf5dir}/
 %{_kf5_py3kf5dir}/

++++++ macros.kf5 ++++++
--- /var/tmp/diff_new_pack.WQw6Z7/_old  2019-05-21 10:35:03.351294726 +0200
+++ /var/tmp/diff_new_pack.WQw6Z7/_new  2019-05-21 10:35:03.351294726 +0200
@@ -35,6 +35,7 @@
 %_kf5_py3kf5dir       %{python3_sitelib}/PyKF5
 %_kf5_pysipdir        %{_kf5_sharedir}/sip/PyKF5
 %_kf5_debugdir        %{_kf5_configdir}
+%_kf5_knsrcfilesdir   %{_kf5_sharedir}/knsrcfiles
 
 %_kf5_build_type None
 


Reply via email to