From a8c7600617d49401d20962f1294171fab1c1a7699049a5986318940b50961015 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 21 Nov 2017 22:23:00 +0000 Subject: [PATCH 1/3] KDE Applications 17.12 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=57 --- kdnssd.changes | 15 ++++++++ kdnssd.spec | 60 +++++++++++++++++++++----------- zeroconf-ioslave-17.08.3.tar.xz | 3 -- zeroconf-ioslave-17.11.80.tar.xz | 3 ++ 4 files changed, 57 insertions(+), 24 deletions(-) delete mode 100644 zeroconf-ioslave-17.08.3.tar.xz create mode 100644 zeroconf-ioslave-17.11.80.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index f205478..e93863d 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 20 06:59:09 CET 2017 - lbeltrame@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 + ------------------------------------------------------------------- Thu Nov 09 23:11:38 CET 2017 - lbeltrame@kde.org diff --git a/kdnssd.spec b/kdnssd.spec index 5c1908d..b5b533b 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -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.11.80 +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 @@ This package contains the Zeroconf support for KDE. %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 diff --git a/zeroconf-ioslave-17.08.3.tar.xz b/zeroconf-ioslave-17.08.3.tar.xz deleted file mode 100644 index 321e2b1..0000000 --- a/zeroconf-ioslave-17.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01f067e072703a613a0ef974569570528a8b14fa48afdfdbcb9d402cf1a9f992 -size 25964 diff --git a/zeroconf-ioslave-17.11.80.tar.xz b/zeroconf-ioslave-17.11.80.tar.xz new file mode 100644 index 0000000..b81c521 --- /dev/null +++ b/zeroconf-ioslave-17.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11593f30873a1b9deb5f1a67daa3ba4ff2f4f526a8241d656a873dbe184f848a +size 38564 From 29296e9aff5e141baa57cb4ea8de713e15d1260f45cf35967ab5fd66d43db6d1 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 2 Dec 2017 16:52:21 +0000 Subject: [PATCH 2/3] KDE Applications 17.12.0 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=58 --- kdnssd.changes | 10 ++++++++++ kdnssd.spec | 2 +- zeroconf-ioslave-17.11.80.tar.xz | 3 --- zeroconf-ioslave-17.11.90.tar.xz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 zeroconf-ioslave-17.11.80.tar.xz create mode 100644 zeroconf-ioslave-17.11.90.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index e93863d..4fd35f8 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 02 10:12:36 CET 2017 - lbeltrame@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 - lbeltrame@kde.org diff --git a/kdnssd.spec b/kdnssd.spec index b5b533b..e66a6bf 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -22,7 +22,7 @@ # 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}')} Name: kdnssd -Version: 17.11.80 +Version: 17.11.90 Release: 0 Summary: Zeroconf Support for KIO applications License: GPL-2.0+ diff --git a/zeroconf-ioslave-17.11.80.tar.xz b/zeroconf-ioslave-17.11.80.tar.xz deleted file mode 100644 index b81c521..0000000 --- a/zeroconf-ioslave-17.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11593f30873a1b9deb5f1a67daa3ba4ff2f4f526a8241d656a873dbe184f848a -size 38564 diff --git a/zeroconf-ioslave-17.11.90.tar.xz b/zeroconf-ioslave-17.11.90.tar.xz new file mode 100644 index 0000000..ddcfd31 --- /dev/null +++ b/zeroconf-ioslave-17.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6050f242dfbc491f7572c9f8a4cbf911a61dba8b70092767aeadf585950042bc +size 38580 From ed90e242797dc78f2e2cfb85960014f90a124bb3b0706dec28880bf6a85955fd Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 11 Dec 2017 18:30:21 +0000 Subject: [PATCH 3/3] KDE Applications 17.12 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=59 --- kdnssd.changes | 10 ++++++++++ kdnssd.spec | 2 +- zeroconf-ioslave-17.11.90.tar.xz | 3 --- zeroconf-ioslave-17.12.0.tar.xz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 zeroconf-ioslave-17.11.90.tar.xz create mode 100644 zeroconf-ioslave-17.12.0.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index 4fd35f8..b402888 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 09 14:59:05 CET 2017 - lbeltrame@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 - lbeltrame@kde.org diff --git a/kdnssd.spec b/kdnssd.spec index e66a6bf..103282e 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -22,7 +22,7 @@ # 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}')} Name: kdnssd -Version: 17.11.90 +Version: 17.12.0 Release: 0 Summary: Zeroconf Support for KIO applications License: GPL-2.0+ diff --git a/zeroconf-ioslave-17.11.90.tar.xz b/zeroconf-ioslave-17.11.90.tar.xz deleted file mode 100644 index ddcfd31..0000000 --- a/zeroconf-ioslave-17.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6050f242dfbc491f7572c9f8a4cbf911a61dba8b70092767aeadf585950042bc -size 38580 diff --git a/zeroconf-ioslave-17.12.0.tar.xz b/zeroconf-ioslave-17.12.0.tar.xz new file mode 100644 index 0000000..b6ec53b --- /dev/null +++ b/zeroconf-ioslave-17.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7d85f678b17eaf7ba45be89f0d07d5c971be68e278b6c5fe22b9f2b8f0bd1e +size 38648