Hello community,

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

Package is "kdnssd"

Mon Dec 18 08:49:48 2017 rev:58 rq:556182 version:17.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdnssd/kdnssd.changes    2017-11-16 
14:22:12.771551779 +0100
+++ /work/SRC/openSUSE:Factory/.kdnssd.new/kdnssd.changes       2017-12-18 
08:49:51.426752046 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- 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
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- 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:
+  * Add missing REQUIRED keyword
+
+-------------------------------------------------------------------
+Mon Nov 20 06:59:09 CET 2017 - lbeltr...@kde.org
+
+- 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:
+  * Normalize the KIO name and use the json file
+  * Properly set the translation domain and rename it
+  * Fix error msg: reference the specific library, not KDE
+  * Add #include to fix the build
+  * Build with framework compiler settings
+  * Port to KDE Frameworks 5
+
+-------------------------------------------------------------------

Old:
----
  zeroconf-ioslave-17.08.3.tar.xz

New:
----
  zeroconf-ioslave-17.12.0.tar.xz

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

Other differences:
------------------
++++++ kdnssd.spec ++++++
--- /var/tmp/diff_new_pack.itJBU8/_old  2017-12-18 08:49:52.226713429 +0100
+++ /var/tmp/diff_new_pack.itJBU8/_new  2017-12-18 08:49:52.230713236 +0100
@@ -15,24 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 %define rname zeroconf-ioslave
-Name:           kdnssd
-Version:        17.08.3
-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:        Zeroconf Support for KDE
+Name:           kdnssd
+Version:        17.12.0
+Release:        0
+Summary:        Zeroconf Support for KIO applications
 License:        GPL-2.0+
 Group:          Productivity/Networking/System
+Url:            http://www.kde.org
 Source0:        %{rname}-%{version}.tar.xz
-BuildRequires:  libkde4-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{kde4_runtime_requires}
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kf5-filesystem
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DNSSD)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KIO)
+%if %{with lang}
+Recommends:     %{name}-lang
+%endif
+
+%if %{with lang}
+%lang_package
+%endif
 
 %description
-This package contains the Zeroconf support for KDE.
+This package adds Zeroconf support to KIO, allowing the use of this protocol
+in all applications that are using KIO.
 
 %prep
 %setup -q -n %{rname}-%{version}
@@ -41,26 +54,31 @@
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-  %cmake_kde4 -d build
-  make
+%cmake_kf5 -d build
+%make_jobs
 
 %install
-  cd build
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-  cd ..
-  %kde_post_install
+%kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+%endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc COPYING COPYING.DOC
-%{_kde4_modulesdir}/kded_dnssdwatcher.so
-%{_kde4_modulesdir}/kio_zeroconf.so
-%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
-%{_kde4_appsdir}/remoteview/
-%{_kde4_servicesdir}/zeroconf.protocol
-%{_kde4_servicesdir}/kded/dnssdwatcher.desktop
+%{_kf5_plugindir}/kf5/kio/zeroconf.so
+%{_kf5_plugindir}/kded_dnssdwatcher.so
+%dir %{_kf5_sharedir}/remoteview/
+%{_kf5_sharedir}/remoteview/zeroconf.desktop
+%dir %{_kf5_servicesdir}/kded/
+%{_kf5_servicesdir}/kded/dnssdwatcher.desktop
+%{_kf5_dbusinterfacesdir}/org.kde.kdnssd.xml
+
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
 
 %changelog

++++++ zeroconf-ioslave-17.08.3.tar.xz -> zeroconf-ioslave-17.12.0.tar.xz ++++++
++++ 4216 lines of diff (skipped)


Reply via email to