Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2017-12-18 08:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sweeper (Old)
 and      /work/SRC/openSUSE:Factory/.sweeper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sweeper"

Mon Dec 18 08:56:18 2017 rev:79 rq:556312 version:17.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2017-11-16 
14:34:42.276396475 +0100
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes     2017-12-18 
08:56:18.816051127 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:13 CET 2017 - [email protected]
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+- Removed patches, no longer needed:
+  * desktop-files.diff
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:39 CET 2017 - [email protected]
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+-------------------------------------------------------------------
+Mon Nov 20 06:59:52 CET 2017 - [email protected]
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  desktop-files.diff
  sweeper-17.08.3.tar.xz

New:
----
  sweeper-17.12.0.tar.xz

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

Other differences:
------------------
++++++ sweeper.spec ++++++
--- /var/tmp/diff_new_pack.ihvK5Y/_old  2017-12-18 08:56:19.364024674 +0100
+++ /var/tmp/diff_new_pack.ihvK5Y/_new  2017-12-18 08:56:19.368024481 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sweeper
 #
-# Copyright (c) 2015 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
@@ -15,53 +15,81 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:           sweeper
-Version:        17.08.3
+Version:        17.12.0
 Release:        0
+%define kf5_version 5.26.0
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
+%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE Privacy Utility
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
 Source0:        sweeper-%{version}.tar.xz
-Patch1:         desktop-files.diff
-BuildRequires:  libkde4-devel
-BuildRequires:  oxygen5-icon-theme
+BuildRequires:  breeze5-icons
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kbookmarks-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  kconfigwidgets-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kcrash-devel
+BuildRequires:  kdoctools-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kxmlgui-devel
+BuildRequires: kactivities-stats-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+%if %{with lang}
+Recommends:     %{name}-lang
+%endif
+
 
 %description
 Helps clean unwanted traces the user leaves on the system.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n sweeper-%{version}
-%patch1
 
 %build
-%cmake_kde4 -d build
+%cmake_kf5 -d build
 %make_jobs
 
 %install
-cd build
-%make_install
-for i in 16 22 32 48; do
-mkdir -p %{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/apps
-cp %{_kde4_iconsdir}/oxygen/base/${i}x${i}/actions/trash-empty.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/apps/sweeper.png
-done
-%suse_update_desktop_file sweeper Utility Security
-%kde_post_install
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+  %kf5_find_htmldocs
+%endif
+%suse_update_desktop_file org.kde.sweeper Utility Security
+mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/actions
+mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
+cp %{_kf5_iconsdir}/breeze/actions/24/trash-empty.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/actions/
+cp %{_kf5_iconsdir}/breeze/apps/48/sweeper.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
 
 %files
 %defattr(-,root,root)
-%_kde4_bindir/sweeper
-%_kde4_applicationsdir/sweeper.desktop
-%{_datadir}/dbus-1/interfaces/*.xml
-%_kde4_htmldir/en/sweeper/
-%_kde4_appsdir/sweeper/
-%{_kde4_iconsdir}/hicolor/*/*/*
+%doc %lang(en) %{_kf5_htmldir}/en/sweeper/
+%{_kf5_applicationsdir}/org.kde.sweeper.desktop
+%{_kf5_appstreamdir}/org.kde.sweeper.appdata.xml
+%{_kf5_bindir}/sweeper
+%{_kf5_iconsdir}/hicolor/scalable/*/*
+%{_kf5_kxmlguidir}/sweeper/
+%{_kf5_sharedir}/dbus-1/interfaces/*.xml
+
+%if %{with lang}
+%files lang -f %{name}.lang
+%endif
 
 %changelog

++++++ sweeper-17.08.3.tar.xz -> sweeper-17.12.0.tar.xz ++++++
++++ 21165 lines of diff (skipped)


Reply via email to