Hello community,

here is the log from the commit of package kfind for openSUSE:Factory checked 
in at 2019-01-08 12:21:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfind (Old)
 and      /work/SRC/openSUSE:Factory/.kfind.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfind"

Tue Jan  8 12:21:11 2019 rev:25 rq:658391 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfind/kfind.changes      2018-11-13 
17:19:05.238144947 +0100
+++ /work/SRC/openSUSE:Factory/.kfind.new.28833/kfind.changes   2019-01-08 
12:21:17.296746310 +0100
@@ -1,0 +2,35 @@
+Fri Dec 14 06:09:08 UTC 2018 - [email protected]
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:55:56 UTC 2018 - [email protected]
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:18 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:56:58 UTC 2018 - [email protected]
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------
@@ -47 +82 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -99 +134 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -222 +257 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -281 +316 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php

Old:
----
  kfind-18.08.3.tar.xz

New:
----
  kfind-18.12.0.tar.xz

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

Other differences:
------------------
++++++ kfind.spec ++++++
--- /var/tmp/diff_new_pack.n0x1U1/_old  2019-01-08 12:21:17.860745687 +0100
+++ /var/tmp/diff_new_pack.n0x1U1/_new  2019-01-08 12:21:17.864745682 +0100
@@ -16,29 +16,33 @@
 #
 
 
+%define kf5_version 5.28.0
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
-
 Name:           kfind
-Version:        18.08.3
+Version:        18.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: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE Find File Utility
 License:        GPL-2.0-or-later
 Group:          Productivity/File utilities
-Url:            http://www.kde.org/
+URL:            http://www.kde.org/
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  karchive-devel >= 5.7.0
-BuildRequires:  kdelibs4support-devel >= 5.7.0
-BuildRequires:  kdoctools-devel >= 5.7.0
+BuildRequires:  karchive-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdoctools-devel
 BuildRequires:  kf5-filesystem
+BuildRequires:  kfilemetadata5-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Concurrent)
+BuildRequires:  cmake(Qt5Widgets)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 KFind allows you to search for directories and files.
@@ -56,7 +60,7 @@
   %kf5_makeinstall -C build
   %if %{with lang}
     %find_lang %{name} --with-man --all-name
-    %kf5_find_htmldocs
+    %{kf5_find_htmldocs}
   %endif
 
   %suse_update_desktop_file org.kde.kfind          System Filesystem core
@@ -70,8 +74,7 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %config %{_kf5_configdir}/*.categories
 %dir %{_kf5_appstreamdir}
 %dir %{_kf5_htmldir}
@@ -85,7 +88,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ kfind-18.08.3.tar.xz -> kfind-18.12.0.tar.xz ++++++
++++ 35505 lines of diff (skipped)


Reply via email to