commit kf5-filesystem for openSUSE:Factory

2020-10-22 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2020-10-22 14:22:28

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new.3463 (New)


Package is "kf5-filesystem"

Thu Oct 22 14:22:28 2020 rev:27 rq:842996 version:20201017

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2020-04-05 20:49:20.368941198 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.3463/kf5-filesystem.changes  
2020-10-22 14:23:40.318825104 +0200
@@ -1,0 +2,17 @@
+Fri Oct 16 08:37:57 UTC 2020 - Christophe Giboudeaux 
+
+- Make kf5-filesystem 'own' a couple more directories:
+  * %_kf5_configkcfgdir
+  * %_kf5_mkspecsdir
+  * %_kf5_wallpapersdir
+- Use the same sorting for variable definition, folder creation
+  and the %files section
+- Remove duplicate entries
+- Don't try to create folders already owned by the filesystem package
+- Stop creating crystalsvg and locolor subfolders in the
+  icons directory
+- Drop the python condition. The macros never worked
+- Replace the python macros with stubs
+- Require hicolor-icon-theme instead of creating empty directories
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.PCmRvR/_old  2020-10-22 14:23:41.542826203 +0200
+++ /var/tmp/diff_new_pack.PCmRvR/_new  2020-10-22 14:23:41.542826203 +0200
@@ -16,31 +16,21 @@
 #
 
 
-%if 0%{?suse_version} >= 1330
-# Not set to 0 in the else branch, so it can be overwritten in the prjconf
-%global with_python 0
-%endif
-
 Name:   kf5-filesystem
-URL:http://www.kde.org
-Version:20170414
+URL:https://www.kde.org
+Version:20201017
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout
 License:LGPL-2.1-or-later
 Group:  System/Fhs
-%if 0%{?with_python}
-# Yes, we need this just to get the site-packages path...
-BuildRequires:  python-base
-BuildRequires:  python-rpm-macros
-BuildRequires:  python3-base
-%endif
 Source0:macros.kf5
 Source1:COPYING
 # 
https://github.com/openSUSE/rpm-config-SUSE/blob/54f9f71bacdfb944d88f722d71a4d35651f7cc8a/fileattrs/locale.attr
 # edited for /usr/share/locale/kf5/
 Source2:localekf5.attr
 Source3:
https://raw.githubusercontent.com/openSUSE/rpm-config-SUSE/54f9f71bacdfb944d88f722d71a4d35651f7cc8a/scripts/locale.prov#/localekf5.prov
+Requires:   hicolor-icon-theme
 
 %description
 This package provides macros which are utilized with extra-cmake-modules' 
KDEInstallDirs.
@@ -74,9 +64,6 @@
 %define _kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %define _kf5_htmldir %{_kf5_sharedir}/doc/HTML
 %define _kf5_kxmlguidir  %{_kf5_sharedir}/kxmlgui5
-%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
 %define _kf5_debugdir%{_kf5_sharedir}/qlogging-categories5
 
@@ -95,28 +82,23 @@
 install -D -m755 %{SOURCE3} 
%{buildroot}%{_rpmconfigdir}/fileattrs/localekf5.prov
 %endif
 
+mkdir -p %{buildroot}%{_kf5_datadir}
 mkdir -p %{buildroot}%{_kf5_includedir}
 mkdir -p %{buildroot}%{_kf5_libexecdir}
-mkdir -p %{buildroot}%{_kf5_libdir}/qt5
-mkdir -p %{buildroot}%{_kf5_libdir}/qt5/plugins
+mkdir -p %{buildroot}%{_kf5_notifydir}
 mkdir -p %{buildroot}%{_kf5_plugindir}
-mkdir -p %{buildroot}%{_kf5_qmldir}
-mkdir -p %{buildroot}%{_kf5_datadir}
 mkdir -p %{buildroot}%{_kf5_plasmadir}
 mkdir -p %{buildroot}%{_kf5_importdir}
-mkdir -p %{buildroot}%{_kf5_mandir}
-mkdir -p %{buildroot}%{_kf5_mandir}/man{1,2,3,4,5,6,7,8,9}
-mkdir -p %{buildroot}%{_kf5_sbindir}
-mkdir -p %{buildroot}%{_kf5_notifydir}
-mkdir -p %{buildroot}%{_kf5_sysconfdir}
-mkdir -p %{buildroot}%{_kf5_sysconfdir}/xdg
+mkdir -p %{buildroot}%{_kf5_qmldir}
 mkdir -p %{buildroot}%{_kf5_cmakedir}
+mkdir -p %{buildroot}%{_kf5_mkspecsdir}
 mkdir -p %{buildroot}%{_kf5_dbusinterfacesdir}
 mkdir -p %{buildroot}%{_kf5_dbuspolicydir}
+mkdir -p %{buildroot}%{_kf5_configdir}
+mkdir -p %{buildroot}%{_kf5_wallpapersdir}
+mkdir -p %{buildroot}%{_kf5_configkcfgdir}
 mkdir -p %{buildroot}%{_kf5_servicesdir}
 mkdir -p %{buildroot}%{_kf5_servicetypesdir}
-mkdir -p %{buildroot}%{_kf5_configdir}
-mkdir -p %{buildroot}%{_kf5_sharedir}
 mkdir -p %{buildroot}%{_kf5_htmldir}
 mkdir -p %{buildroot}%{_kf5_kxmlguidir}
 mkdir -p %{buildroot}%{_kf5_appstreamdir}
@@ -125,22 +107,12 @@
 
 for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
   for type in actions

commit kf5-filesystem for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2020-04-05 20:49:17

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new.3248 (New)


Package is "kf5-filesystem"

Sun Apr  5 20:49:17 2020 rev:26 rq:791011 version:20170414

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2019-07-26 12:24:25.262458720 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.3248/kf5-filesystem.changes  
2020-04-05 20:49:20.368941198 +0200
@@ -1,0 +2,7 @@
+Tue Mar 31 15:03:40 UTC 2020 - Fabian Vogt 
+
+- Use %license
+- Drop condition for Leap <= 42.1
+- Add localekf5.attr and localekf5.prov (boo#1167317)
+
+---

New:

  localekf5.attr
  localekf5.prov



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.XeLeYb/_old  2020-04-05 20:49:21.088941887 +0200
+++ /var/tmp/diff_new_pack.XeLeYb/_new  2020-04-05 20:49:21.088941887 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf5-filesystem
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %endif
 
 Name:   kf5-filesystem
-Url:http://www.kde.org
+URL:http://www.kde.org
 Version:20170414
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +37,10 @@
 %endif
 Source0:macros.kf5
 Source1:COPYING
+# 
https://github.com/openSUSE/rpm-config-SUSE/blob/54f9f71bacdfb944d88f722d71a4d35651f7cc8a/fileattrs/locale.attr
+# edited for /usr/share/locale/kf5/
+Source2:localekf5.attr
+Source3:
https://raw.githubusercontent.com/openSUSE/rpm-config-SUSE/54f9f71bacdfb944d88f722d71a4d35651f7cc8a/scripts/locale.prov#/localekf5.prov
 
 %description
 This package provides macros which are utilized with extra-cmake-modules' 
KDEInstallDirs.
@@ -58,6 +62,7 @@
 %define _kf5_qmldir %{_kf5_libdir}/qt5/qml
 %define _kf5_cmakedir   %{_kf5_libdir}/cmake
 %define _kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
+%define _kf5_appstreamdir%{_kf5_sharedir}/metainfo
 %define _kf5_dbusinterfacesdir %{_kf5_sharedir}/dbus-1/interfaces
 %define _kf5_dbuspolicydir   %{_kf5_sharedir}/dbus-1/system.d
 %define _kf5_configdir   %{_kf5_sysconfdir}/xdg
@@ -76,18 +81,19 @@
 %define _kf5_debugdir%{_kf5_sharedir}/qlogging-categories5
 
 %prep
+%autosetup -T -c
+cp %{SOURCE1} .
 
 %build
-%if 0%{?suse_version} <= 1320 && 0%{?sle_version} <= 120100
-sed -i 's|%%{_kf5_sharedir}/metainfo|%%{_kf5_sharedir}/appdata|g' 
$RPM_SOURCE_DIR/macros.kf5
-%define _kf5_appstreamdir%{_kf5_sharedir}/appdata
-%else
-%define _kf5_appstreamdir%{_kf5_sharedir}/metainfo
-%endif
 
 %install
 install -D -m644 %{SOURCE0} %{buildroot}%{_rpmconfigdir}/macros.d/macros.kf5
-install -D -m644 %{SOURCE1} %{buildroot}%{_docdir}/kf5-filesystem/COPYING
+%if 0%{?suse_version} >= 1550
+# On TW, foo-lang packages use automatic locale(foo:en) provides, but that
+# does not match locale/kf5
+install -D -m644 %{SOURCE2} 
%{buildroot}%{_rpmconfigdir}/fileattrs/localekf5.attr
+install -D -m755 %{SOURCE3} 
%{buildroot}%{_rpmconfigdir}/fileattrs/localekf5.prov
+%endif
 
 mkdir -p %{buildroot}%{_kf5_includedir}
 mkdir -p %{buildroot}%{_kf5_libexecdir}
@@ -146,9 +152,12 @@
 
 %files
 %defattr(-,root,root)
+%license COPYING
 %{_rpmconfigdir}/macros.d/macros.kf5
-%dir %{_docdir}/kf5-filesystem
-%{_docdir}/kf5-filesystem/COPYING
+%if 0%{?suse_version} >= 1550
+%{_rpmconfigdir}/fileattrs/localekf5.attr
+%{_rpmconfigdir}/fileattrs/localekf5.prov
+%endif
 %dir %{_kf5_includedir}
 %dir %{_kf5_plugindir}
 %dir %{_kf5_libdir}/libexec

++ localekf5.attr ++
%__localekf5_provides   %{_rpmconfigdir}/locale.prov
%__localekf5_path   
^%{_datadir}/locale/kf5/[^/]*/LC_MESSAGES/.*\\.mo$
%__localekf5_provides_opts  %{name}
%__localekf5_namespace  locale
++ localekf5.prov ++
#!/bin/bash
targetpkg="$1"
if [ "${targetpkg%-lang}" != "$1" ]; then
targetpkg="${targetpkg%-lang}"
elif [ "${targetpkg%-locale}" != "$1" ]; then
targetpkg="${targetpkg%-locale}"
else
# discard input
cat >/dev/null
exit 0
fi
while read line; do
l="${line%%/LC_MESSAGES/*}"
l="${l##*/}"
echo "$targetpkg:$l"
done



commit kf5-filesystem for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2019-07-26 12:24:23

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new.4126 (New)


Package is "kf5-filesystem"

Fri Jul 26 12:24:23 2019 rev:25 rq:716582 version:20170414

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2019-06-22 11:06:39.232062258 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.4126/kf5-filesystem.changes  
2019-07-26 12:24:25.262458720 +0200
@@ -1,0 +2,16 @@
+Thu Jul 18 11:27:05 UTC 2019 - Christophe Giboudeaux 
+
+- Fix installation if kf5_makeinstall is used without parameter.
+
+---
+Wed Jul 17 10:58:52 UTC 2019 - Christophe Giboudeaux 
+
+- Move the remaining logging categories files out of _kf5_configdir.
+
+---
+Wed Jun 12 20:55:01 UTC 2019 - Luca Beltrame 
+
+- Move kf5_debugdir to _kf5_sharedir/qlogging-categories5 to
+  reflect the new location in KF 5.59
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.WPn8Ps/_old  2019-07-26 12:24:26.266458308 +0200
+++ /var/tmp/diff_new_pack.WPn8Ps/_new  2019-07-26 12:24:26.270458306 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf5-filesystem
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -73,6 +73,7 @@
 %define _kf5_py3kf5dir   %{python3_sitelib}/PyKF5
 %define _kf5_pysipdir%{_kf5_sharedir}/sip/PyKF5
 %define _kf5_knsrcfilesdir   %{_kf5_sharedir}/knsrcfiles
+%define _kf5_debugdir%{_kf5_sharedir}/qlogging-categories5
 
 %prep
 
@@ -114,6 +115,7 @@
 mkdir -p %{buildroot}%{_kf5_kxmlguidir}
 mkdir -p %{buildroot}%{_kf5_appstreamdir}
 mkdir -p %{buildroot}%{_kf5_knsrcfilesdir}
+mkdir -p %{buildroot}%{_kf5_debugdir}
 
 for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
   for type in actions apps devices filesystems mimetypes places status; do
@@ -176,6 +178,7 @@
 %dir %{_kf5_kxmlguidir}
 %dir %{_kf5_appstreamdir}
 %dir %{_kf5_knsrcfilesdir}
+%dir %{_kf5_debugdir}
 %if 0%{?with_python}
 %{_kf5_py2kf5dir}/
 %{_kf5_py3kf5dir}/

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.WPn8Ps/_old  2019-07-26 12:24:26.330458281 +0200
+++ /var/tmp/diff_new_pack.WPn8Ps/_new  2019-07-26 12:24:26.330458281 +0200
@@ -35,12 +35,24 @@
 %_kf5_py2kf5dir   %{python2_sitelib}/PyKF5
 %_kf5_py3kf5dir   %{python3_sitelib}/PyKF5
 %_kf5_pysipdir%{_kf5_sharedir}/sip/PyKF5
-%_kf5_debugdir%{_kf5_configdir}
+%_kf5_debugdir%{_kf5_sharedir}/qlogging-categories5
 %_kf5_knsrcfilesdir   %{_kf5_sharedir}/knsrcfiles
 
 %_kf5_build_type None
 
-%kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install
+%kf5_makeinstall(C:) \
+  bdir=. \
+  %{-C:dir=%{-C*} \
+  cd $dir \
+  bdir=.. } \
+  make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install \
+  cd $bdir \
+  if ls %{buildroot}%{_kf5_configdir}/*.*categories 2>/dev/null; then \
+echo "Please ask upstream to use the new KDE_INSTALL_LOGGINGCATEGORIESDIR 
variable." \
+mkdir -p %{buildroot}%{_kf5_debugdir} \
+mv %{buildroot}%{_kf5_configdir}/*.*categories 
%{buildroot}%{_kf5_debugdir}/ \
+  fi \
+  %{nil}
 
 %cmake_kf5(d:) \
   bdir=. \




commit kf5-filesystem for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2019-06-22 11:06:29

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new.4615 (New)


Package is "kf5-filesystem"

Sat Jun 22 11:06:29 2019 rev:24 rq:710707 version:20170414

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2019-05-21 10:35:02.491295285 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.4615/kf5-filesystem.changes  
2019-06-22 11:06:39.232062258 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 19:41:30 UTC 2019 - Wolfgang Bauer 
+
+- Add new macro _kf5_dbuspolicydir to handle the new dbus policy
+  installation dir from KF 5.59
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.EEObaX/_old  2019-06-22 11:06:41.484066022 +0200
+++ /var/tmp/diff_new_pack.EEObaX/_new  2019-06-22 11:06:41.488066029 +0200
@@ -59,6 +59,7 @@
 %define _kf5_cmakedir   %{_kf5_libdir}/cmake
 %define _kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
 %define _kf5_dbusinterfacesdir %{_kf5_sharedir}/dbus-1/interfaces
+%define _kf5_dbuspolicydir   %{_kf5_sharedir}/dbus-1/system.d
 %define _kf5_configdir   %{_kf5_sysconfdir}/xdg
 %define _kf5_iconsdir%{_kf5_sharedir}/icons
 %define _kf5_wallpapersdir   %{_kf5_sharedir}/wallpapers
@@ -102,10 +103,9 @@
 mkdir -p %{buildroot}%{_kf5_notifydir}
 mkdir -p %{buildroot}%{_kf5_sysconfdir}
 mkdir -p %{buildroot}%{_kf5_sysconfdir}/xdg
-mkdir -p %{buildroot}%{_kf5_sysconfdir}/dbus-1
-mkdir -p %{buildroot}%{_kf5_sysconfdir}/dbus-1/system.d
 mkdir -p %{buildroot}%{_kf5_cmakedir}
 mkdir -p %{buildroot}%{_kf5_dbusinterfacesdir}
+mkdir -p %{buildroot}%{_kf5_dbuspolicydir}
 mkdir -p %{buildroot}%{_kf5_servicesdir}
 mkdir -p %{buildroot}%{_kf5_servicetypesdir}
 mkdir -p %{buildroot}%{_kf5_configdir}
@@ -160,11 +160,10 @@
 %dir %{_kf5_importdir}
 %dir %{_kf5_notifydir}
 %dir %{_kf5_sysconfdir}/xdg
-%dir %{_kf5_sysconfdir}/dbus-1
-%dir %{_kf5_sysconfdir}/dbus-1/system.d
 %dir %{_kf5_cmakedir}
 %dir %{_kf5_sharedir}/dbus-1
 %dir %{_kf5_sharedir}/dbus-1/interfaces
+%dir %{_kf5_sharedir}/dbus-1/system.d
 %dir %{_kf5_dbusinterfacesdir}
 %dir %{_kf5_servicesdir}
 %dir %{_kf5_servicetypesdir}

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.EEObaX/_old  2019-06-22 11:06:41.556066143 +0200
+++ /var/tmp/diff_new_pack.EEObaX/_new  2019-06-22 11:06:41.556066143 +0200
@@ -20,6 +20,7 @@
 %_kf5_cmakedir   %{_kf5_libdir}/cmake
 %_kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
 %_kf5_dbusinterfacesdir %{_kf5_sharedir}/dbus-1/interfaces
+%_kf5_dbuspolicydir   %{_kf5_sharedir}/dbus-1/system.d
 %_kf5_configdir   %{_kf5_sysconfdir}/xdg
 %_kf5_applicationsdir %{_kf5_sharedir}/applications
 %_kf5_iconsdir%{_kf5_sharedir}/icons




commit kf5-filesystem for openSUSE:Factory

2019-05-21 Thread root
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 
+
+- 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
 




commit kf5-filesystem for openSUSE:Factory

2017-12-21 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2017-12-21 11:24:52

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new (New)


Package is "kf5-filesystem"

Thu Dec 21 11:24:52 2017 rev:22 rq:558687 version:20170414

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2017-12-15 14:00:11.871641855 +0100
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2017-12-21 11:24:56.244439875 +0100
@@ -1,0 +2,11 @@
+Tue Dec 19 08:20:22 UTC 2017 - lbeltr...@kde.org
+
+- Add a new macro for debug category file installation 
+  (*.categories)
+
+---
+Sun Dec 17 19:08:12 UTC 2017 - fab...@ritter-vogt.de
+
+- Move macros.kf5 to /usr/lib/rpm/macros.d/
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.rjVlEt/_old  2017-12-21 11:24:57.304388193 +0100
+++ /var/tmp/diff_new_pack.rjVlEt/_new  2017-12-21 11:24:57.304388193 +0100
@@ -83,7 +83,7 @@
 %endif
 
 %install
-install -D -m644 %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.kf5
+install -D -m644 %{SOURCE0} %{buildroot}%{_rpmconfigdir}/macros.d/macros.kf5
 install -D -m644 %{SOURCE1} %{buildroot}%{_docdir}/kf5-filesystem/COPYING
 
 mkdir -p %{buildroot}%{_kf5_includedir}
@@ -142,7 +142,7 @@
 
 %files
 %defattr(-,root,root)
-%{_sysconfdir}/rpm/macros.kf5
+%{_rpmconfigdir}/macros.d/macros.kf5
 %dir %{_docdir}/kf5-filesystem
 %{_docdir}/kf5-filesystem/COPYING
 %dir %{_kf5_includedir}

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.rjVlEt/_old  2017-12-21 11:24:57.364385267 +0100
+++ /var/tmp/diff_new_pack.rjVlEt/_new  2017-12-21 11:24:57.364385267 +0100
@@ -34,6 +34,7 @@
 %_kf5_py2kf5dir   %{python2_sitelib}/PyKF5
 %_kf5_py3kf5dir   %{python3_sitelib}/PyKF5
 %_kf5_pysipdir%{_kf5_sharedir}/sip/PyKF5
+%_kf5_debugdir%{_kf5_configdir}
 
 %_kf5_build_type None
 




commit kf5-filesystem for openSUSE:Factory

2017-12-15 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2017-12-15 14:00:06

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new (New)


Package is "kf5-filesystem"

Fri Dec 15 14:00:06 2017 rev:21 rq:556434 version:20170414

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2017-05-08 18:44:27.285482400 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2017-12-15 14:00:11.871641855 +0100
@@ -1,0 +2,7 @@
+Tue Dec 12 08:28:15 UTC 2017 - fv...@suse.com
+
+- Properly escape some %
+- Remove en docs from an existing .lang file in %kf5_find_lang
+  to fix conflicts with rpm 4.14's find_lang.sh
+
+---



Other differences:
--
++ macros.kf5 ++
--- /var/tmp/diff_new_pack.ifcFRS/_old  2017-12-15 14:00:13.103582384 +0100
+++ /var/tmp/diff_new_pack.ifcFRS/_new  2017-12-15 14:00:13.107582191 +0100
@@ -163,8 +163,8 @@
 \
 find "%{buildroot}" -type f -o -type l|sed ' \
 s:'"%{buildroot}"':: \
-s:\\(.*/locale/kf5/\\)\\([^/_]\\+\\)\\([^/]*\\)\\(.*\\.mo$\\):%dir %lang(\\2) 
\\1\\2\\3\\n%dir %lang(\\2) \\1\\2\\3/LC_MESSAGES\\n%lang(\\2) \\1\\2\\3\\4: \
-s:\\(.*/locale/kf5/\\)\\([^/_]\\+\\)\\(/[^/]*\\)\\(/[^/]*\\)\\(/[^/]*\\.js$\\):%dir
 %lang(\\2) \\1\\2\\n%dir %lang(\\2) \\1\\2\\3\\n%dir %lang(\\2) 
\\1\\2\\3\\4\\n%lang(\\2) \\1\\2\\3\\4\\5: \
+s:\\(.*/locale/kf5/\\)\\([^/_]\\+\\)\\([^/]*\\)\\(.*\\.mo$\\):%%dir 
%%lang(\\2) \\1\\2\\3\\n%%dir %%lang(\\2) \\1\\2\\3/LC_MESSAGES\\n%%lang(\\2) 
\\1\\2\\3\\4: \
+s:\\(.*/locale/kf5/\\)\\([^/_]\\+\\)\\(/[^/]*\\)\\(/[^/]*\\)\\(/[^/]*\\.js$\\):%%dir
 %%lang(\\2) \\1\\2\\n%%dir %%lang(\\2) \\1\\2\\3\\n%%dir %%lang(\\2) 
\\1\\2\\3\\4\\n%%lang(\\2) \\1\\2\\3\\4\\5: \
 s:^\\([^%].*\\):: \
 /^$/d' \ > $MO_NAME_NEW \
 if ! grep -q / $MO_NAME_NEW; then \
@@ -176,6 +176,9 @@
 rm -f $MO_NAME_NEW
 
 %kf5_find_htmldocs() \
+# rpm 4.14's find_lang.sh added support for those docs, but we do it ourselves 
\
+# to stay backwards-compatible and keep the en docs in the main package \
+sed -i'' '\\#%{_kf5_htmldir}#d' %{name}.lang \
 CURDIR=`pwd` \
 pushd %{buildroot}%{_kf5_htmldir} \
 for i in *; do \
@@ -183,7 +186,7 @@
 echo "Removing unsupported translation %{_kf5_htmldir}/${i}" \
 rm -rf "$i" \
 elif [ "$i" != "en" ]; then \
-echo "%doc %lang($i) %{_kf5_htmldir}/${i}" >> $CURDIR/%{name}.lang \
+echo "%%doc %%lang($i) %{_kf5_htmldir}/${i}" >> $CURDIR/%{name}.lang \
 fi \
 done \
 popd




commit kf5-filesystem for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2017-05-08 18:44:22

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new (New)


Package is "kf5-filesystem"

Mon May  8 18:44:22 2017 rev:20 rq:488085 version:20170414

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2017-03-28 15:14:19.276710939 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2017-05-08 18:44:27.285482400 +0200
@@ -1,0 +2,18 @@
+Fri Apr 14 16:18:37 UTC 2017 - fab...@ritter-vogt.de
+
+- Add %kf5_find_htmldocs macro to generate a filelist of all
+  translated htmldocs
+- Own all directories for supported htmldoc translations
+- Same for man
+
+---
+Wed Apr  5 19:25:58 UTC 2017 - fab...@ritter-vogt.de
+
+- Add %_kf5_py2kf5dir and %_kf5_py3kf5dir, create __init__.py within
+- Do not own %_kf5_sharedir (/usr/share) as it's part of filesystem
+- Add %_kf5_pysipdir, but do not own it. Used for devel packages of
+  python bindings
+- Add %kf5_python_bindings_package to auto-generate Python binding
+  subpackage descriptions (for both Python 2 and 3).
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.awllyQ/_old  2017-05-08 18:44:27.961386820 +0200
+++ /var/tmp/diff_new_pack.awllyQ/_new  2017-05-08 18:44:27.965386255 +0200
@@ -16,14 +16,25 @@
 #
 
 
+%if 0%{?suse_version} >= 1330
+# Not set to 0 in the else branch, so it can be overwritten in the prjconf
+%global with_python 0
+%endif
+
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:20160807
+Version:20170414
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout
 License:LGPL-2.1+
 Group:  System/Fhs
+%if 0%{?with_python}
+# Yes, we need this just to get the site-packages path...
+BuildRequires:  python-base
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-base
+%endif
 Source0:macros.kf5
 Source1:COPYING
 
@@ -57,6 +68,9 @@
 %define _kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %define _kf5_htmldir %{_kf5_sharedir}/doc/HTML
 %define _kf5_kxmlguidir  %{_kf5_sharedir}/kxmlgui5
+%define _kf5_py2kf5dir   %{python2_sitelib}/PyKF5
+%define _kf5_py3kf5dir   %{python3_sitelib}/PyKF5
+%define _kf5_pysipdir%{_kf5_sharedir}/sip/PyKF5
 
 %prep
 
@@ -95,21 +109,37 @@
 mkdir -p %{buildroot}%{_kf5_servicetypesdir}
 mkdir -p %{buildroot}%{_kf5_configdir}
 mkdir -p %{buildroot}%{_kf5_sharedir}
-mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML
-mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML/en
+mkdir -p %{buildroot}%{_kf5_htmldir}
 mkdir -p %{buildroot}%{_kf5_kxmlguidir}
 mkdir -p %{buildroot}%{_kf5_appstreamdir}
 
 for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
-for type in actions apps devices filesystems mimetypes places status; do
+  for type in actions apps devices filesystems mimetypes places status; do
   for theme in crystalsvg oxygen hicolor locolor; do
 mkdir -p %{buildroot}%{_kf5_sharedir}/icons/$theme/$size/$type
   done
-done
+  done
 done
 mkdir -p 
%{buildroot}%{_kf5_sharedir}/icons/oxygen/scalable/apps/small/{16x16,32x32}
 mkdir -p 
%{buildroot}%{_kf5_sharedir}/icons/oxygen/scalable/status/small/{16x16,22x22,48x48}
 
+%if 0%{?with_python}
+mkdir -p %{buildroot}%{_kf5_py2kf5dir}
+mkdir -p %{buildroot}%{_kf5_py3kf5dir}
+
+touch %{buildroot}%{_kf5_py2kf5dir}/__init__.py
+touch %{buildroot}%{_kf5_py3kf5dir}/__init__.py
+%endif
+
+# Own the htmldocs directories for all supported languages
+pushd /usr/share/locale
+for i in *; do 
+mkdir %{buildroot}%{_kf5_htmldir}/$i
+# Work around that filesystem does not own all supported subdirs...
+mkdir -p %{buildroot}%{_mandir}/$i/man1
+done
+popd
+
 %files
 %defattr(-,root,root)
 %{_sysconfdir}/rpm/macros.kf5
@@ -136,7 +166,6 @@
 %dir %{_kf5_dbusinterfacesdir}
 %dir %{_kf5_servicesdir}
 %dir %{_kf5_servicetypesdir}
-%dir %{_kf5_sharedir}
 %dir %{_kf5_configdir}
 %dir %{_kf5_sharedir}/icons/*
 %dir %{_kf5_sharedir}/icons/*/*
@@ -145,5 +174,12 @@
 %dir %{_kf5_sharedir}/doc/HTML/en
 %dir %{_kf5_kxmlguidir}
 %dir %{_kf5_appstreamdir}
+%if 0%{?with_python}
+%{_kf5_py2kf5dir}/
+%{_kf5_py3kf5dir}/
+%endif
+%{_kf5_htmldir}/
+%exclude %{_mandir}/man*
+%{_mandir}/*
 
 %changelog

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.awllyQ/_old  2017-05-08 18:44:28.053373812 +0200
+++ /var/tmp/diff_new_pack.awllyQ/_new  2017-05-08 18:44:28.053373812 +0200
@@ -31,6 +31,

commit kf5-filesystem for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2017-03-28 15:14:18

Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.kf5-filesystem.new (New)


Package is "kf5-filesystem"

Tue Mar 28 15:14:18 2017 rev:19 rq:481985 version:20160807

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2016-08-29 15:23:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2017-03-28 15:14:19.276710939 +0200
@@ -1,0 +2,5 @@
+Tue Mar 21 20:35:25 UTC 2017 - fab...@ritter-vogt.de
+
+- Extend %kf5_find_lang to support LC_SCRIPTS files as well
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.iiCebX/_old  2017-03-28 15:14:21.820350625 +0200
+++ /var/tmp/diff_new_pack.iiCebX/_new  2017-03-28 15:14:21.824350058 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf5-filesystem
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.iiCebX/_old  2017-03-28 15:14:21.900339294 +0200
+++ /var/tmp/diff_new_pack.iiCebX/_new  2017-03-28 15:14:21.900339294 +0200
@@ -161,6 +161,7 @@
 find "%{buildroot}" -type f -o -type l|sed ' \
 s:'"%{buildroot}"':: \
 s:\\(.*/locale/kf5/\\)\\([^/_]\\+\\)\\([^/]*\\)\\(.*\\.mo$\\):%dir %lang(\\2) 
\\1\\2\\3\\n%dir %lang(\\2) \\1\\2\\3/LC_MESSAGES\\n%lang(\\2) \\1\\2\\3\\4: \
+s:\\(.*/locale/kf5/\\)\\([^/_]\\+\\)\\(/[^/]*\\)\\(/[^/]*\\)\\(/[^/]*\\.js$\\):%dir
 %lang(\\2) \\1\\2\\n%dir %lang(\\2) \\1\\2\\3\\n%dir %lang(\\2) 
\\1\\2\\3\\4\\n%lang(\\2) \\1\\2\\3\\4\\5: \
 s:^\\([^%].*\\):: \
 /^$/d' \ > $MO_NAME_NEW \
 if ! grep -q / $MO_NAME_NEW; then \




commit kf5-filesystem for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2016-08-29 15:23:23

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
2016-04-30 23:28:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2016-08-29 15:23:29.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug 24 09:32:33 UTC 2016 - fab...@ritter-vogt.de
+
+- Own %_kf5_appstreamdir
+
+---
+Wed Aug 17 15:54:47 UTC 2016 - fab...@ritter-vogt.de
+
+- Use metainfo for %_kf5_appstreamdir on Leap >= 42.2
+
+---
+Sun Aug  7 21:50:36 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Use appdata dir for %_kf5_appstreamdir on older oS releases
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.o6FAjn/_old  2016-08-29 15:23:32.0 +0200
+++ /var/tmp/diff_new_pack.o6FAjn/_new  2016-08-29 15:23:32.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:20160420
+Version:20160807
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout
@@ -30,14 +30,6 @@
 %description
 This package provides macros which are utilized with extra-cmake-modules' 
KDEInstallDirs.
 
-%prep
-
-%build
-
-%install
-install -D -m644 %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.kf5
-install -D -m644 %{SOURCE1} %{buildroot}%{_docdir}/kf5-filesystem/COPYING
-
 %define _kf5_prefix %{_prefix}
 %define _kf5_bindir %{_kf5_prefix}/bin
 %define _kf5_sharedir   %{_datadir}
@@ -66,6 +58,20 @@
 %define _kf5_htmldir %{_kf5_sharedir}/doc/HTML
 %define _kf5_kxmlguidir  %{_kf5_sharedir}/kxmlgui5
 
+%prep
+
+%build
+%if 0%{?suse_version} <= 1320 && 0%{?sle_version} <= 120100
+sed -i 's|%%{_kf5_sharedir}/metainfo|%%{_kf5_sharedir}/appdata|g' 
$RPM_SOURCE_DIR/macros.kf5
+%define _kf5_appstreamdir%{_kf5_sharedir}/appdata
+%else
+%define _kf5_appstreamdir%{_kf5_sharedir}/metainfo
+%endif
+
+%install
+install -D -m644 %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.kf5
+install -D -m644 %{SOURCE1} %{buildroot}%{_docdir}/kf5-filesystem/COPYING
+
 mkdir -p %{buildroot}%{_kf5_includedir}
 mkdir -p %{buildroot}%{_kf5_libexecdir}
 mkdir -p %{buildroot}%{_kf5_libdir}/qt5
@@ -92,6 +98,7 @@
 mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML
 mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML/en
 mkdir -p %{buildroot}%{_kf5_kxmlguidir}
+mkdir -p %{buildroot}%{_kf5_appstreamdir}
 
 for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
 for type in actions apps devices filesystems mimetypes places status; do
@@ -137,5 +144,6 @@
 %dir %{_kf5_sharedir}/doc/HTML
 %dir %{_kf5_sharedir}/doc/HTML/en
 %dir %{_kf5_kxmlguidir}
+%dir %{_kf5_appstreamdir}
 
 %changelog

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.o6FAjn/_old  2016-08-29 15:23:32.0 +0200
+++ /var/tmp/diff_new_pack.o6FAjn/_new  2016-08-29 15:23:32.0 +0200
@@ -30,7 +30,7 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 %_kf5_kxmlguidir  %{_kf5_sharedir}/kxmlgui5
-%_kf5_appstreamdir%{_kf5_sharedir}/appdata
+%_kf5_appstreamdir%{_kf5_sharedir}/metainfo
 
 %_kf5_build_type None
 
@@ -58,6 +58,7 @@
   -DKDE_INSTALL_QMLDIR=%{_lib}/qt5/qml \\\
   -DKDE_INSTALL_QTQUICKIMPORTSDIR=%{_lib}/qt5/imports \\\
   -DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \\\
+  -DKDE_INSTALL_METAINFODIR=%{_kf5_appstreamdir} \\\
   -DBUILD_TESTING=OFF \\\
   $bdir %* \
 %{nil}




commit kf5-filesystem for openSUSE:Factory

2016-04-30 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2016-04-30 23:28:20

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
2016-04-12 19:07:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2016-04-30 23:28:22.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 20 21:13:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Define %_kf5_appstreamdir
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.h7zscg/_old  2016-04-30 23:28:23.0 +0200
+++ /var/tmp/diff_new_pack.h7zscg/_new  2016-04-30 23:28:23.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:20160409
+Version:20160420
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.h7zscg/_old  2016-04-30 23:28:23.0 +0200
+++ /var/tmp/diff_new_pack.h7zscg/_new  2016-04-30 23:28:23.0 +0200
@@ -30,6 +30,7 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 %_kf5_kxmlguidir  %{_kf5_sharedir}/kxmlgui5
+%_kf5_appstreamdir%{_kf5_sharedir}/appdata
 
 %_kf5_build_type None
 




commit kf5-filesystem for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2016-04-12 19:07:31

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-10-19 22:16:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2016-04-12 19:07:32.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  9 19:16:57 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Explicitly disable KDE_INSTALL_USE_QT_SYS_PATHS: we don't trust
+  upstream enough to use absolute paths everywhere
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.tVXrSk/_old  2016-04-12 19:07:33.0 +0200
+++ /var/tmp/diff_new_pack.tVXrSk/_new  2016-04-12 19:07:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf5-filesystem
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:20150923
+Version:20160409
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.tVXrSk/_old  2016-04-12 19:07:33.0 +0200
+++ /var/tmp/diff_new_pack.tVXrSk/_new  2016-04-12 19:07:33.0 +0200
@@ -42,6 +42,7 @@
   cd $dir \
   bdir=.. } \
   cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \\\
+  -DKDE_INSTALL_USE_QT_SYS_PATHS=OFF \\\
   -DCMAKE_C_FLAGS="${CFLAGS:-%optflags} -DNDEBUG" \\\
   -DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags} -DNDEBUG" \\\
   -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\




commit kf5-filesystem for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2015-10-19 22:16:12

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-08-10 09:15:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2015-10-19 22:16:14.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 21 09:29:29 UTC 2015 - wba...@tmo.at
+
+- Add a new %kf5_find_lang macro. Purpose and usage is similar to
+  the standard %find_lang macro (on which this is loosely based),
+  but it only looks for translations files in /usr/share/locale/kf5
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.Kf6BV3/_old  2015-10-19 22:16:15.0 +0200
+++ /var/tmp/diff_new_pack.Kf6BV3/_new  2015-10-19 22:16:15.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:20150610
+Version:20150923
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.Kf6BV3/_old  2015-10-19 22:16:15.0 +0200
+++ /var/tmp/diff_new_pack.Kf6BV3/_new  2015-10-19 22:16:15.0 +0200
@@ -131,3 +131,39 @@
 
 %make_jobs \
   %{__make} %{?_smp_mflags} VERBOSE=1
+
+%kf5_find_lang() \
+if test %# -ge 1; then NAME=%1; else NAME=%{name}; fi \
+if test %# -ge 2; then MO_NAME=%2; else MO_NAME=$NAME.lang; fi \
+if ! test -s $MO_NAME ; then \
+   echo "%defattr (644, root, root, 755)" > $MO_NAME \
+fi \
+MO_NAME_NEW=$MO_NAME.tmp.$$ \
+rm -f $MO_NAME_NEW \
+\
+# remove languages we do not yet support - but give out statistics  \
+if [ -d "%{buildroot}%{_kf5_localedir}" ] ; then \
+find "%{buildroot}%{_kf5_localedir}" -maxdepth 1 -type d | sed 
's:'"%{buildroot}"%{_kf5_localedir}/'::; /^$/d' | while read dir; do \
+if ! rpm -ql filesystem | egrep -q "/usr/share/locale/$dir"$; then \
+find %{buildroot}%{_kf5_localedir}/$dir -name *.mo | sed 
's:'"%{buildroot}"'::' | while read file; do \
+echo -n "removing translation $file: " \
+msgunfmt "%{buildroot}/$file" | msgfmt --statistics -o /dev/null - \
+done \
+rm -rf %{buildroot}%{_kf5_localedir}/$dir \
+fi \
+done \
+echo "%dir %{_kf5_localedir}" >> $MO_NAME \
+fi \
+\
+find "%{buildroot}" -type f -o -type l|sed ' \
+s:'"%{buildroot}"':: \
+s:\\(.*/locale/kf5/\\)\\([^/_]\\+\\)\\([^/]*\\)\\(.*\\.mo$\\):%dir %lang(\\2) 
\\1\\2\\3\\n%dir %lang(\\2) \\1\\2\\3/LC_MESSAGES\\n%lang(\\2) \\1\\2\\3\\4: \
+s:^\\([^%].*\\):: \
+/^$/d' \ > $MO_NAME_NEW \
+if ! grep -q / $MO_NAME_NEW; then \
+echo "No translations found for ${NAME} in %{buildroot}" \
+rm -f $MO_NAME_NEW \
+exit 1 \
+fi \
+sort -u $MO_NAME_NEW >> $MO_NAME \
+rm -f $MO_NAME_NEW




commit kf5-filesystem for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2015-08-10 09:15:30

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-07-08 06:58:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2015-08-10 09:15:33.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug  7 15:08:11 UTC 2015 - tittiatc...@gmail.com
+
+- Fix the create_subdir_filelist macro.
+
+---



Other differences:
--
++ macros.kf5 ++
--- /var/tmp/diff_new_pack.NA2fAk/_old  2015-08-10 09:15:34.0 +0200
+++ /var/tmp/diff_new_pack.NA2fAk/_new  2015-08-10 09:15:34.0 +0200
@@ -89,7 +89,7 @@
 fi \
 find $RPM_BUILD_ROOT.%{-d*} \\\
 \\( -path "$RPM_BUILD_ROOT.%{-d*}/usr/share/doc/HTML/en/%{-d*}" -o \\\
-   -path "$RPM_BUILD_ROOT.%{-d*}/usr/share/doc/HTML/en/%{-d*}/*" -o \\\
+   -path "$RPM_BUILD_ROOT.%{-d*}/usr/share/doc/HTML/en/%{-d*}/*" \\) 
\\\
 -type d -printf "dir /%%P\\n" -o \\\
 \\( -type f -o -type l \\) -printf "/%%P\\n" \
   } | \




commit kf5-filesystem for openSUSE:Factory

2015-07-07 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2015-07-08 06:58:40

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-06-23 12:13:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2015-07-08 06:58:40.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  2 20:56:21 UTC 2015 - tchva...@suse.com
+
+- Respect CFLAGS and CXXFLAGS if present in environment like
+  regular %cmake macro
+
+---



Other differences:
--
++ macros.kf5 ++
--- /var/tmp/diff_new_pack.N81IMv/_old  2015-07-08 06:58:41.0 +0200
+++ /var/tmp/diff_new_pack.N81IMv/_new  2015-07-08 06:58:41.0 +0200
@@ -42,8 +42,8 @@
   cd $dir \
   bdir=.. } \
   cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \\\
-  -DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\
-  -DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\
+  -DCMAKE_C_FLAGS="${CFLAGS:-%optflags} -DNDEBUG" \\\
+  -DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags} -DNDEBUG" \\\
   -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
   -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
   -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\




commit kf5-filesystem for openSUSE:Factory

2015-06-23 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2015-06-23 12:13:26.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 10 15:51:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.ceIc2c/_new  2015-06-23 12:13:26.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.ceIc2c/_new  2015-06-23 12:13:26.0 +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




commit kf5-filesystem for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2015-01-29 12:49:28

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
2014-10-01 11:22:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2015-01-29 12:49:29.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan  3 18:41:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Use new KDE_ variables in cmake_kf5 macro
+- Bump to 5.6.0
+
+---
+Sat Jan  3 09:08:11 UTC 2015 - tittiatc...@gmail.com
+
+- Add KF5 xmlguidir to macros
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.eUbuXT/_old  2015-01-29 12:49:30.0 +0100
+++ /var/tmp/diff_new_pack.eUbuXT/_new  2015-01-29 12:49:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kf5-filesystem
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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.2.0
+Version:5.6.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout
@@ -64,6 +64,7 @@
 %define _kf5_servicesdir %{_kf5_sharedir}/kservices5
 %define _kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %define _kf5_htmldir %{_kf5_sharedir}/doc/HTML
+%define _kf5_kxmlguidir  %{_kf5_sharedir}/kxmlgui5
 
 mkdir -p %{buildroot}%{_kf5_includedir}
 mkdir -p %{buildroot}%{_kf5_libexecdir}
@@ -90,6 +91,7 @@
 mkdir -p %{buildroot}%{_kf5_sharedir}
 mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML
 mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML/en
+mkdir -p %{buildroot}%{_kf5_kxmlguidir}
 
 for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
 for type in actions apps devices filesystems mimetypes places status; do
@@ -134,5 +136,6 @@
 %dir %{_kf5_sharedir}/icons/*/*/*
 %dir %{_kf5_sharedir}/doc/HTML
 %dir %{_kf5_sharedir}/doc/HTML/en
+%dir %{_kf5_kxmlguidir}
 
 %changelog

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.eUbuXT/_old  2015-01-29 12:49:30.0 +0100
+++ /var/tmp/diff_new_pack.eUbuXT/_new  2015-01-29 12:49:30.0 +0100
@@ -26,6 +26,7 @@
 %_kf5_servicesdir %{_kf5_sharedir}/kservices5
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
+%_kf5_kxmlguidir  %{_kf5_sharedir}/kxmlgui5
 
 %_kf5_version 5.2.0
 %_plasma5_branding_version 5.0.0
@@ -47,13 +48,12 @@
   -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
   -DCMAKE_INSTALL_PREFIX=%{_kf5_prefix} \\\
   -DCMAKE_PREFIX_PATH=%{_kf5_prefix} \\\
-  -DKF5_INCLUDE_INSTALL_DIR=include/KF5 \\\
-  -DLIB_INSTALL_DIR=%{_lib} \\\
-  -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} \\\
-  -DQT_PLUGIN_INSTALL_DIR=%{_lib}/qt5/plugins \\\
-  -DPLUGIN_INSTALL_DIR=%{_lib}/qt5/plugins \\\
-  -DQML_INSTALL_DIR=%{_lib}/qt5/qml \\\
-  -DIMPORTS_INSTALL_DIR=%{_lib}/qt5/imports \\\
+  -DKDE_INSTALL_LIBDIR=%{_lib} \\\
+  -DKDE_INSTALL_SYSCONFDIR=%{_kf5_sysconfdir} \\\
+  -DKDE_INSTALL_QTPLUGINDIR=%{_lib}/qt5/plugins \\\
+  -DKDE_INSTALL_PLUGINDIR=%{_lib}/qt5/plugins \\\
+  -DKDE_INSTALL_QMLDIR=%{_lib}/qt5/qml \\\
+  -DKDE_INSTALL_QTQUICKIMPORTSDIR=%{_lib}/qt5/imports \\\
   -DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \\\
   -DBUILD_TESTING=OFF \\\
   $bdir %* \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-10-01 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-10-01 11:22:30

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
2014-09-12 17:03:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-10-01 11:22:30.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 25 21:16:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add KF5 localedir to macros
+
+---



Other differences:
--
++ macros.kf5 ++
--- /var/tmp/diff_new_pack.SFnwhR/_old  2014-10-01 11:22:31.0 +0200
+++ /var/tmp/diff_new_pack.SFnwhR/_new  2014-10-01 11:22:31.0 +0200
@@ -8,6 +8,7 @@
 %_kf5_mandir %{_kf5_sharedir}/man
 %_kf5_sbindir%{_sbindir}
 %_kf5_notifydir  %{_kf5_sharedir}/knotifications5
+%_kf5_localedir  %{_kf5_sharedir}/locale/kf5
 %_kf5_sysconfdir %{_sysconfdir}
 %_kf5_plugindir  %{_kf5_libdir}/qt5/plugins
 %_kf5_plasmadir  %{_kf5_sharedir}/plasma

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-09-12 17:02:30

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
2014-08-16 15:41:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-09-12 17:03:06.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  8 01:04:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 5.2.0
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.p5V0vR/_old  2014-09-12 17:03:08.0 +0200
+++ /var/tmp/diff_new_pack.p5V0vR/_new  2014-09-12 17:03:08.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:5.1.0
+Version:5.2.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.p5V0vR/_old  2014-09-12 17:03:08.0 +0200
+++ /var/tmp/diff_new_pack.p5V0vR/_new  2014-09-12 17:03:08.0 +0200
@@ -26,7 +26,7 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
-%_kf5_version 5.1.0
+%_kf5_version 5.2.0
 %_plasma5_branding_version 5.0.0
 %_kf5_build_type None
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-08-16 15:41:30

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
2014-07-10 14:55:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-08-16 15:41:31.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:15:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 5.1.0
+- Stop passing relative vars as absolute (that works with regards
+  to installing files, but breaks when used as #define)
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.HhXZzS/_old  2014-08-16 15:41:32.0 +0200
+++ /var/tmp/diff_new_pack.HhXZzS/_new  2014-08-16 15:41:32.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.HhXZzS/_old  2014-08-16 15:41:32.0 +0200
+++ /var/tmp/diff_new_pack.HhXZzS/_new  2014-08-16 15:41:32.0 +0200
@@ -26,8 +26,8 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
-%_kf5_version 5.0.0
-
+%_kf5_version 5.1.0
+%_plasma5_branding_version 5.0.0
 %_kf5_build_type None
 
 %kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install
@@ -47,17 +47,13 @@
   -DCMAKE_INSTALL_PREFIX=%{_kf5_prefix} \\\
   -DCMAKE_PREFIX_PATH=%{_kf5_prefix} \\\
   -DKF5_INCLUDE_INSTALL_DIR=include/KF5 \\\
-  -DCONFIG_INSTALL_DIR=%{_kf5_configdir} \\\
   -DLIB_INSTALL_DIR=%{_lib} \\\
-  -DKCFG_INSTALL_DIR=%{_kf5_configkcfgdir} \\\
   -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} \\\
-  -DQT_PLUGIN_INSTALL_DIR=%{_kf5_plugindir} \\\
-  -DPLUGIN_INSTALL_DIR=%{_kf5_plugindir} \\\
-  -DQML_INSTALL_DIR=%{_kf5_qmldir} \\\
-  -DIMPORTS_INSTALL_DIR=%{_kf5_importdir} \\\
+  -DQT_PLUGIN_INSTALL_DIR=%{_lib}/qt5/plugins \\\
+  -DPLUGIN_INSTALL_DIR=%{_lib}/qt5/plugins \\\
+  -DQML_INSTALL_DIR=%{_lib}/qt5/qml \\\
+  -DIMPORTS_INSTALL_DIR=%{_lib}/qt5/imports \\\
   -DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \\\
-  -DDBUS_INTERFACES_INSTALL_DIR=share/dbus-1/interfaces \\\
-  -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert \\\
   -DBUILD_TESTING=OFF \\\
   $bdir %* \
 %{nil}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-07-10 14:55:41

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
2014-06-10 14:35:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-07-10 14:55:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul  1 13:13:51 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 5.0.0
+- Make buildtype None, and pass -DNEDEBUG to cmake flags (this avoids
+  passing different compiler optimizations, e.g. -02 vs -03)
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.eBpJVc/_old  2014-07-10 14:55:58.0 +0200
+++ /var/tmp/diff_new_pack.eBpJVc/_new  2014-07-10 14:55:58.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:4.100.0
+Version:5.0.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.eBpJVc/_old  2014-07-10 14:55:58.0 +0200
+++ /var/tmp/diff_new_pack.eBpJVc/_new  2014-07-10 14:55:58.0 +0200
@@ -26,9 +26,9 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
-%_kf5_version 4.100.0
+%_kf5_version 5.0.0
 
-%_kf5_build_type release
+%_kf5_build_type None
 
 %kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install
 
@@ -39,8 +39,8 @@
   cd $dir \
   bdir=.. } \
   cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \\\
-  -DCMAKE_C_FLAGS="%{optflags}" \\\
-  -DCMAKE_CXX_FLAGS="%{optflags}" \\\
+  -DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\
+  -DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\
   -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
   -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
   -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-06-10 14:35:47

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
2014-05-14 20:26:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-06-10 14:35:47.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun  1 18:10:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 4.100.0
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.17Jfo3/_old  2014-06-10 14:35:48.0 +0200
+++ /var/tmp/diff_new_pack.17Jfo3/_new  2014-06-10 14:35:48.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.17Jfo3/_old  2014-06-10 14:35:48.0 +0200
+++ /var/tmp/diff_new_pack.17Jfo3/_new  2014-06-10 14:35:48.0 +0200
@@ -26,7 +26,7 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
-%_kf5_version 4.99.0
+%_kf5_version 4.100.0
 
 %_kf5_build_type release
 
@@ -84,19 +84,18 @@
find $RPM_BUILD_ROOT.%{-d*} \\( \\\
 -path "$RPM_BUILD_ROOT.%{-d*}/usr/include/KF5/*" \\( -type f -o 
-type l \\) -o \\\
 -path "$RPM_BUILD_ROOT.%{-d*}/usr/share/kde5/apps/cmake/modules/*" 
-type f -o \\\
+-path "$RPM_BUILD_ROOT.%{-d*}/usr/lib*/cmake/*" -type f -o \\\
 -name '*.so' -type l \\) -printf "/%%P\\n" \
   } | tee -a $RPM_BUILD_DIR/%buildsubdir/filelists/$devel_filelist | \
   sed -e '/^%%defattr/d' -e 's/^/%%exclude /' \
 fi \
 find $RPM_BUILD_ROOT.%{-d*} \\\
-\\( -path 
"$RPM_BUILD_ROOT.%{-d*}/opt/kf5/share/doc/kde/HTML/en/%{-d*}" -o \\\
-   -path 
"$RPM_BUILD_ROOT.%{-d*}/opt/kf5/share/doc/kde/HTML/en/%{-d*}/*" -o \\\
-   -path "$RPM_BUILD_ROOT.%{-d*}/opt/kf5/share/kde5/apps/%{-d*}" -o \\\
-   -path "$RPM_BUILD_ROOT.%{-d*}/opt/kf5/share/kde5/apps/%{-d*}/*" \\) 
\\\
+\\( -path "$RPM_BUILD_ROOT.%{-d*}/usr/share/doc/HTML/en/%{-d*}" -o \\\
+   -path "$RPM_BUILD_ROOT.%{-d*}/usr/share/doc/HTML/en/%{-d*}/*" -o \\\
 -type d -printf "dir /%%P\\n" -o \\\
 \\( -type f -o -type l \\) -printf "/%%P\\n" \
   } | \
-  sed -r 
"s/man\\/man([1-9])\\/(.*)\\.[1-9]$/man\\/man\\1\\/\\2\\.\\1.gz/;s,^/usr/share/doc/kde/HTML/(.[^/])/,%%doc
 %%lang(\\1) &," >> $RPM_BUILD_DIR/%buildsubdir/filelists/$filelist \
+  sed -r 
"s/man\\/man([1-9])\\/(.*)\\.[1-9]$/man\\/man\\1\\/\\2\\.\\1.gz/;s,^/usr/share/doc/HTML/(.[^/])/,%%doc
 %%lang(\\1) &," >> $RPM_BUILD_DIR/%buildsubdir/filelists/$filelist \
   rm -rf $RPM_BUILD_ROOT.%{-d*} \
   popd \
 %{nil}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-05-14 20:26:10

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
2014-04-02 17:21:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-05-14 20:26:24.0 +0200
@@ -1,0 +2,12 @@
+Sun May  4 00:58:49 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 4.99.0
+- Adjust macros per latest defaults in extra-cmake-modules
+
+---
+Fri Apr 18 00:35:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add as-needed, no-undefined and -Bsymbolic-functions link flags
+  to cmake_kf5 macro
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.8bEHbc/_old  2014-05-14 20:26:26.0 +0200
+++ /var/tmp/diff_new_pack.8bEHbc/_new  2014-05-14 20:26:26.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout
@@ -41,38 +41,43 @@
 %define _kf5_prefix %{_prefix}
 %define _kf5_bindir %{_kf5_prefix}/bin
 %define _kf5_sharedir   %{_datadir}
-%define _kf5_datadir%{_datadir}
+%define _kf5_datadir%{_kf5_sharedir}/kf5
 %define _kf5_includedir %{_includedir}/KF5
 %define _kf5_libdir %{_kf5_prefix}/%{_lib}
-%define _kf5_libexecdir %{_kf5_libdir}/kde5/libexec
+%define _kf5_libexecdir %{_kf5_libdir}/libexec/kf5
 %define _kf5_mandir %{_mandir}
 %define _kf5_sbindir%{_sbindir}
+%define _kf5_notifydir  %{_kf5_sharedir}/knotifications5
 %define _kf5_sysconfdir %{_sysconfdir}
-%define _qt5_plugindir  %{_kf5_libdir}/qt5/plugins
-%define _kf5_plugindir  %{_qt5_plugindir}/kf5
+%define _kf5_plugindir  %{_kf5_libdir}/qt5/plugins
+%define _kf5_plasmadir  %{_kf5_sharedir}/plasma
 %define _kf5_importdir  %{_kf5_libdir}/qt5/imports
 %define _kf5_qmldir %{_kf5_libdir}/qt5/qml
 %define _kf5_cmakedir   %{_kf5_libdir}/cmake
 %define _kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
-%define _kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces
+%define _kf5_dbusinterfacesdir %{_kf5_sharedir}/dbus-1/interfaces
 %define _kf5_configdir   %{_kf5_sysconfdir}/xdg
 %define _kf5_iconsdir%{_kf5_sharedir}/icons
 %define _kf5_wallpapersdir   %{_kf5_sharedir}/wallpapers
-%define _kf5_appsdir %{_kf5_datadir}
+%define _kf5_appsdir %{_kf5_sharedir}
 %define _kf5_configkcfgdir   %{_kf5_sharedir}/config.kcfg
-%define _kf5_servicesdir %{_kf5_sharedir}/kde5/services
-%define _kf5_servicetypesdir %{_kf5_sharedir}/kde5/servicetypes
+%define _kf5_servicesdir %{_kf5_sharedir}/kservices5
+%define _kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %define _kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
 mkdir -p %{buildroot}%{_kf5_includedir}
 mkdir -p %{buildroot}%{_kf5_libexecdir}
-mkdir -p %{buildroot}%{_qt5_plugindir}
-mkdir -p %{buildroot}%{_kf5_plugindir}/kf5
+mkdir -p %{buildroot}%{_kf5_libdir}/qt5
+mkdir -p %{buildroot}%{_kf5_libdir}/qt5/plugins
+mkdir -p %{buildroot}%{_kf5_plugindir}
 mkdir -p %{buildroot}%{_kf5_qmldir}
+mkdir -p %{buildroot}%{_kf5_datadir}
+mkdir -p %{buildroot}%{_kf5_plasmadir}
 mkdir -p %{buildroot}%{_kf5_importdir}
 mkdir -p %{buildroot}%{_kf5_mandir}
 mkdir -p %{buildroot}%{_kf5_mandir}/man{1,2,3,4,5,6,7,8,9}
 mkdir -p %{buildroot}%{_kf5_sbindir}
+mkdir -p %{buildroot}%{_kf5_notifydir}
 mkdir -p %{buildroot}%{_kf5_sysconfdir}
 mkdir -p %{buildroot}%{_kf5_sysconfdir}/xdg
 mkdir -p %{buildroot}%{_kf5_sysconfdir}/dbus-1
@@ -82,18 +87,19 @@
 mkdir -p %{buildroot}%{_kf5_servicesdir}
 mkdir -p %{buildroot}%{_kf5_servicetypesdir}
 mkdir -p %{buildroot}%{_kf5_configdir}
-mkdir -p %{buildroot}%{_kf5_datadir}/kf5widgets
-mkdir -p %{buildroot}%{_kf5_datadir}/kf5widgets/pics
+mkdir -p %{buildroot}%{_kf5_sharedir}
+mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML
+mkdir -p %{buildroot}%{_kf5_sharedir}/doc/HTML/en
 
 for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
 for type in actions apps devices filesystems mimetypes places status; do
   for theme in crystalsvg oxygen hicolor locolor; do
-mkdir -p %{buildroot}%{_kf5_datadir}/icons/$theme/$size/$type
+mkdir -p %{buildroot}%{_kf5_sharedir}/icons/$theme/$size/$type
   done
 done
 done
-mkdir -p 
%{buildroot}%{_kf5_datadir}/icons/oxygen/scalable/apps/small/{16x16,32x32}
-mkdir 

commit kf5-filesystem for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-04-02 17:21:41

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
2014-03-10 12:17:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-04-02 17:21:42.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 29 20:20:58 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 4.98.0
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.FQntcw/_old  2014-04-02 17:21:43.0 +0200
+++ /var/tmp/diff_new_pack.FQntcw/_new  2014-04-02 17:21:43.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.FQntcw/_old  2014-04-02 17:21:43.0 +0200
+++ /var/tmp/diff_new_pack.FQntcw/_new  2014-04-02 17:21:43.0 +0200
@@ -25,7 +25,7 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kde5/servicetypes
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
-%_kf5_version 4.97.0
+%_kf5_version 4.98.0
 
 %_kf5_build_type release
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-03-10 12:17:16

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
2014-02-19 07:20:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-03-10 12:17:17.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar  1 18:52:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 4.97.0
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.NCqxVK/_old  2014-03-10 12:17:18.0 +0100
+++ /var/tmp/diff_new_pack.NCqxVK/_new  2014-03-10 12:17:18.0 +0100
@@ -18,18 +18,14 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout
 License:LGPL-2.1+
 Group:  System/Fhs
-Obsoletes:  kf5
-Obsoletes:  kf5-devel
 Source0:macros.kf5
 Source1:COPYING
-#BuildRequires:  libqt5-qtbase-common-devel
-#Requires:   libqt5-qtbase-common-devel
 
 %description
 This package installs the KF5 directory structure.
@@ -52,17 +48,14 @@
 %define _kf5_mandir %{_mandir}
 %define _kf5_sbindir%{_sbindir}
 %define _kf5_sysconfdir %{_sysconfdir}
-#define _qt5_plugindir  %{_libqt5_plugindir}
 %define _qt5_plugindir  %{_kf5_libdir}/qt5/plugins
 %define _kf5_plugindir  %{_qt5_plugindir}/kf5
 %define _kf5_importdir  %{_kf5_libdir}/qt5/imports
 %define _kf5_qmldir %{_kf5_libdir}/qt5/qml
 %define _kf5_cmakedir   %{_kf5_libdir}/cmake
 %define _kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
-# Until all interfaces are renamed
-%define _kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces/kf5
+%define _kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces
 %define _kf5_configdir   %{_kf5_sysconfdir}/xdg
-%define _kf5_applicationsdir %{_kf5_sharedir}/applications/kde5
 %define _kf5_iconsdir%{_kf5_sharedir}/icons
 %define _kf5_wallpapersdir   %{_kf5_sharedir}/wallpapers
 %define _kf5_appsdir %{_kf5_datadir}
@@ -88,8 +81,6 @@
 mkdir -p %{buildroot}%{_kf5_dbusinterfacesdir}
 mkdir -p %{buildroot}%{_kf5_servicesdir}
 mkdir -p %{buildroot}%{_kf5_servicetypesdir}
-mkdir -p %{buildroot}%{_kf5_datadir}/applications
-mkdir -p %{buildroot}%{_kf5_datadir}/applications/kde5
 mkdir -p %{buildroot}%{_kf5_configdir}
 mkdir -p %{buildroot}%{_kf5_datadir}/kf5widgets
 mkdir -p %{buildroot}%{_kf5_datadir}/kf5widgets/pics
@@ -129,7 +120,6 @@
 %dir %{_kf5_datadir}/kde5
 %dir %{_kf5_servicesdir}
 %dir %{_kf5_servicetypesdir}
-%dir %{_kf5_datadir}/applications/kde5
 %dir %{_kf5_configdir}
 %dir %{_kf5_datadir}/kf5widgets
 %dir %{_kf5_datadir}/kf5widgets/pics

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.NCqxVK/_old  2014-03-10 12:17:18.0 +0100
+++ /var/tmp/diff_new_pack.NCqxVK/_new  2014-03-10 12:17:18.0 +0100
@@ -14,10 +14,9 @@
 %_kf5_qmldir %{_kf5_libdir}/qt5/qml
 %_kf5_cmakedir   %{_kf5_libdir}/cmake
 %_kf5_mkspecsdir %{_kf5_libdir}/qt5/mkspecs/modules
-# Until all interfaces are renamed
-%_kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces/kf5
+%_kf5_dbusinterfacesdir %{_kf5_datadir}/dbus-1/interfaces
 %_kf5_configdir   %{_kf5_sysconfdir}/xdg
-%_kf5_applicationsdir %{_kf5_sharedir}/applications/kde5
+%_kf5_applicationsdir %{_kf5_sharedir}/applications
 %_kf5_iconsdir%{_kf5_sharedir}/icons
 %_kf5_wallpapersdir   %{_kf5_sharedir}/wallpapers
 %_kf5_appsdir %{_kf5_datadir}
@@ -26,7 +25,7 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kde5/servicetypes
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
-%_kf5_version 4.96.0
+%_kf5_version 4.97.0
 
 %_kf5_build_type release
 
@@ -52,7 +51,7 @@
   -DQML_INSTALL_DIR=%{_kf5_qmldir} \\\
   -DIMPORTS_INSTALL_DIR=%{_kf5_importdir} \\\
   -DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \\\
-  -DDBUS_INTERFACES_INSTALL_DIR=share/dbus-1/interfaces/kf5 \\\
+  -DDBUS_INTERFACES_INSTALL_DIR=share/dbus-1/interfaces \\\
   -DBUILD_TESTING=OFF \\\
   $bdir %* \
 %{nil}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org