Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2017-08-24 18:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio-extras5 (Old)
 and      /work/SRC/openSUSE:Factory/.kio-extras5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio-extras5"

Thu Aug 24 18:02:13 2017 rev:46 rq:517603 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2017-07-25 
11:29:44.650598911 +0200
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes     
2017-08-24 18:02:14.645225655 +0200
@@ -1,0 +2,27 @@
+Thu Aug 17 19:48:32 UTC 2017 - [email protected]
+
+- Fix incomplete sentence structure in description.
+
+-------------------------------------------------------------------
+Mon Aug 14 08:16:57 UTC 2017 - [email protected]
+
+- Only BuildRequire Qt WebEngine if available
+
+-------------------------------------------------------------------
+Fri Aug 11 22:45:36 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+- Too many changes to list here
+
+-------------------------------------------------------------------
+Sat Aug  5 18:17:56 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  kio-extras-17.04.3.tar.xz

New:
----
  kio-extras-17.08.0.tar.xz

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

Other differences:
------------------
++++++ kio-extras5.spec ++++++
--- /var/tmp/diff_new_pack.wLs5Nx/_old  2017-08-24 18:02:15.657083192 +0200
+++ /var/tmp/diff_new_pack.wLs5Nx/_new  2017-08-24 18:02:15.661082629 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kio-extras5
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without lang
 
 Name:           kio-extras5
-Version:        17.04.3
+Version:        17.08.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# 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:        Additional KIO slaves for KDE applications
 License:        GPL-2.0+
@@ -66,6 +67,11 @@
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(smbclient)
+%if 0%{?suse_version} >= 1330
+%ifarch %ix86 x86_64 %arm aarch64 mips mips64
+BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
+%endif
+%endif
 Recommends:     kimageformats
 # we want some imageformats in
 Recommends:     libqt5-qtimageformats
@@ -76,7 +82,24 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Additional KIO slaves for KDE applications.
+Additional KIO-slaves for KDE applications.
+
+%package -n libkioarchive5
+Summary:        The archiver base class library
+Group:          System/Libraries
+
+%description -n libkioarchive5
+The archiver base class, used by specific archive formats, is made
+available as a library in its own right so that support for other
+archive formats can be built outside the kio-extras source tree.
+
+%package -n libkioarchive-devel
+Summary:        Development package for libkioarchive5
+Group:          Development/Libraries/C and C++
+Requires:       libkioarchive5 = %{version}
+
+%description -n libkioarchive-devel
+This is the development package for libkioarchive
 
 %if %{with lang}
 %lang_package
@@ -104,11 +127,14 @@
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post   -n libkioarchive5 -p /sbin/ldconfig
+%postun -n libkioarchive5 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
+%{_kf5_configkcfgdir}/
 %{_kf5_libdir}/libmolletnetwork5.so.*
 %{_kf5_plugindir}/
-%{_kf5_configkcfgdir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
 %{_kf5_sharedir}/kio_bookmarks/
@@ -116,9 +142,19 @@
 %{_kf5_sharedir}/kio_info/
 %{_kf5_sharedir}/konqsidebartng/
 %{_kf5_sharedir}/konqueror/
+%{_kf5_sharedir}/mime/packages/kf5_network.xml
 %{_kf5_sharedir}/remoteview/
 %{_kf5_sharedir}/solid/
-%{_kf5_sharedir}/mime/packages/kf5_network.xml
+
+%files -n libkioarchive-devel
+%defattr(-,root,root)
+%{_kf5_includedir}/kio_archivebase.h
+%{_kf5_includedir}/libkioarchive_export.h
+%{_libdir}/cmake/KioArchive/
+
+%files -n libkioarchive5
+%defattr(-,root,root)
+%{_libdir}/libkioarchive.so.5*
 
 %if %{with lang}
 %files lang -f %{name}.lang

++++++ kio-extras-17.04.3.tar.xz -> kio-extras-17.08.0.tar.xz ++++++
++++ 46027 lines of diff (skipped)


Reply via email to