Hello community,
here is the log from the commit of package kdenetwork4-filesharing for
openSUSE:Factory checked in at 2017-05-08 18:49:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdenetwork4-filesharing (Old)
and /work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdenetwork4-filesharing"
Mon May 8 18:49:31 2017 rev:50 rq:490399 version:17.04.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdenetwork4-filesharing/kdenetwork4-filesharing.changes
2017-03-15 00:54:12.121515443 +0100
+++
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
2017-05-08 18:49:32.026399753 +0200
@@ -1,0 +2,30 @@
+Sun Apr 16 10:44:54 CEST 2017 - [email protected]
+
+- Update to 17.04.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+ * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:29 CEST 2017 - [email protected]
+
+- Update to 17.03.90
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+ * None
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:24 CET 2017 - [email protected]
+
+- Update to 17.03.80
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+ * None
+
+-------------------------------------------------------------------
Old:
----
kdenetwork-filesharing-16.12.3.tar.xz
New:
----
kdenetwork-filesharing-17.04.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdenetwork4-filesharing.spec ++++++
--- /var/tmp/diff_new_pack.tnILRv/_old 2017-05-08 18:49:32.786292412 +0200
+++ /var/tmp/diff_new_pack.tnILRv/_new 2017-05-08 18:49:32.790291847 +0200
@@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+%bcond_without lang
Name: kdenetwork4-filesharing
-Version: 16.12.3
+Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
Summary: KDE Network Libraries
License: GPL-2.0+
@@ -38,12 +39,17 @@
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Widgets)
Enhances: dolphin
+Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Network File Sharing configuration module and plugin
Used for configuring Samba shares
+%if %{with lang}
+%lang_package
+%endif
+
%prep
%setup -q -n kdenetwork-filesharing-%{version}
@@ -56,6 +62,9 @@
%install
%kf5_makeinstall -C build
+ %if %{with lang}
+ %find_lang %{name} --with-man --all-name
+ %endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -66,4 +75,9 @@
%{_kf5_plugindir}/sambausershareplugin.so
%{_kf5_servicesdir}/sambausershareplugin.desktop
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
%changelog
++++++ kdenetwork-filesharing-16.12.3.tar.xz ->
kdenetwork-filesharing-17.04.0.tar.xz ++++++
++++ 82866 lines of diff (skipped)