From 7b2e7126ea62d25a2b1c38501435d02d0d4ee76d38401c55b3cb02c1575ed6ec Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 14:38:23 +0000 Subject: [PATCH 1/3] Accepting request 443334 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443334 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=34 --- kdnssd.changes | 8 ++++++++ kdnssd.spec | 20 +++++++++----------- zeroconf-ioslave-16.08.3.tar.xz | 3 --- zeroconf-ioslave-16.11.80.tar.xz | 3 +++ 4 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 zeroconf-ioslave-16.08.3.tar.xz create mode 100644 zeroconf-ioslave-16.11.80.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index b7929cc..6eddde3 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:28:29 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:17:24 UTC 2016 - lbeltrame@kde.org diff --git a/kdnssd.spec b/kdnssd.spec index cb3b8bd..b184687 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -1,7 +1,7 @@ # # spec file for package kdnssd # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,17 +17,19 @@ %define rname zeroconf-ioslave - Name: kdnssd -BuildRequires: libkde4-devel -Version: 16.08.3 +Version: 16.11.80 Release: 0 +%define kf5_version 5.26.0 +# 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: Zeroconf Support for KDE License: GPL-2.0+ Group: Productivity/Networking/System Source0: %{rname}-%{version}.tar.xz +BuildRequires: libkde4-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires +%{kde4_runtime_requires} %description This package contains the Zeroconf support for KDE. @@ -44,20 +46,16 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %install cd build - %makeinstall +make %{?_smp_mflags} DESTDIR=%{buildroot} install cd .. %kde_post_install %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig -%clean - rm -rf %{buildroot} - %files %defattr(-,root,root) -%doc COPYING COPYING.DOC +%doc COPYING COPYING.DOC %{_kde4_modulesdir}/kded_dnssdwatcher.so %{_kde4_modulesdir}/kio_zeroconf.so %{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml diff --git a/zeroconf-ioslave-16.08.3.tar.xz b/zeroconf-ioslave-16.08.3.tar.xz deleted file mode 100644 index e309e46..0000000 --- a/zeroconf-ioslave-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:099fbb1043f75343a18ec5d84feb9ba4c4f9811906f95778f6da37a946b40a9a -size 26068 diff --git a/zeroconf-ioslave-16.11.80.tar.xz b/zeroconf-ioslave-16.11.80.tar.xz new file mode 100644 index 0000000..fd0d8af --- /dev/null +++ b/zeroconf-ioslave-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5f2f8ef9146892f198ff3257356600dcdc0f0de54a392b6a12d96e579149b8 +size 25940 From 9cf48d350e46b3269284a36ad2f78edcd1de59ada5c0692364c2721b0dc70f15 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 16:25:18 +0000 Subject: [PATCH 2/3] update to (16.11.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=35 --- kdnssd.changes | 8 ++++++++ kdnssd.spec | 4 ++-- zeroconf-ioslave-16.11.80.tar.xz | 3 --- zeroconf-ioslave-16.11.90.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 zeroconf-ioslave-16.11.80.tar.xz create mode 100644 zeroconf-ioslave-16.11.90.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index 6eddde3..a7d60cd 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 3 16:25:08 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + ------------------------------------------------------------------- Tue Nov 29 12:28:29 UTC 2016 - tittiatcoke@gmail.com diff --git a/kdnssd.spec b/kdnssd.spec index b184687..f5aaf02 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -18,10 +18,10 @@ %define rname zeroconf-ioslave Name: kdnssd -Version: 16.11.80 +Version: 16.11.90 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. 16.08 in KA, but 16.11.90 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Zeroconf Support for KDE License: GPL-2.0+ diff --git a/zeroconf-ioslave-16.11.80.tar.xz b/zeroconf-ioslave-16.11.80.tar.xz deleted file mode 100644 index fd0d8af..0000000 --- a/zeroconf-ioslave-16.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a5f2f8ef9146892f198ff3257356600dcdc0f0de54a392b6a12d96e579149b8 -size 25940 diff --git a/zeroconf-ioslave-16.11.90.tar.xz b/zeroconf-ioslave-16.11.90.tar.xz new file mode 100644 index 0000000..544fa41 --- /dev/null +++ b/zeroconf-ioslave-16.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3032c47fffe3d13d59d179712a58b6ad9e489339a0c50b999e3809338f2973b7 +size 25932 From 1c24febb7ee142f04b2ec7b862fc131dc9480c148a064ee83a2ac597f0330d0e Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 13 Dec 2016 19:42:18 +0000 Subject: [PATCH 3/3] update to (16.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=36 --- kdnssd.changes | 8 ++++++++ kdnssd.spec | 4 ++-- zeroconf-ioslave-16.11.90.tar.xz | 3 --- zeroconf-ioslave-16.12.0.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 zeroconf-ioslave-16.11.90.tar.xz create mode 100644 zeroconf-ioslave-16.12.0.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index a7d60cd..c9e7a66 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 13 19:42:15 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + ------------------------------------------------------------------- Sat Dec 3 16:25:08 UTC 2016 - tittiatcoke@gmail.com diff --git a/kdnssd.spec b/kdnssd.spec index f5aaf02..3f9a1c0 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -18,10 +18,10 @@ %define rname zeroconf-ioslave Name: kdnssd -Version: 16.11.90 +Version: 16.12.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Zeroconf Support for KDE License: GPL-2.0+ diff --git a/zeroconf-ioslave-16.11.90.tar.xz b/zeroconf-ioslave-16.11.90.tar.xz deleted file mode 100644 index 544fa41..0000000 --- a/zeroconf-ioslave-16.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3032c47fffe3d13d59d179712a58b6ad9e489339a0c50b999e3809338f2973b7 -size 25932 diff --git a/zeroconf-ioslave-16.12.0.tar.xz b/zeroconf-ioslave-16.12.0.tar.xz new file mode 100644 index 0000000..db1bb74 --- /dev/null +++ b/zeroconf-ioslave-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429d82b9d73e7af113bc2cbe69a59c186c6ba28d38beaede715e1c2ec4f58e2a +size 25916