Hello community, here is the log from the commit of package kdnssd-framework for openSUSE:Factory checked in at 2018-08-24 16:52:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdnssd-framework (Old) and /work/SRC/openSUSE:Factory/.kdnssd-framework.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdnssd-framework" Fri Aug 24 16:52:48 2018 rev:55 rq:630603 version:5.49.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes 2018-07-21 10:12:25.923139853 +0200 +++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes 2018-08-24 16:52:49.477270870 +0200 @@ -1,0 +2,10 @@ +Sun Aug 19 09:19:01 UTC 2018 - [email protected] + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * None + +------------------------------------------------------------------- Old: ---- kdnssd-5.48.0.tar.xz New: ---- kdnssd-5.49.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdnssd-framework.spec ++++++ --- /var/tmp/diff_new_pack.Y8iDvs/_old 2018-08-24 16:52:49.925271398 +0200 +++ /var/tmp/diff_new_pack.Y8iDvs/_new 2018-08-24 16:52:49.925271398 +0200 @@ -16,33 +16,32 @@ # -%bcond_without lang %define lname libKF5DNSSD5 -%define _tar_path 5.48 +%define _tar_path 5.49 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} +%bcond_without lang Name: kdnssd-framework -Version: 5.48.0 +Version: 5.49.0 Release: 0 +Summary: Network service discovery using Zeroconf +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kdnssd-%{version}.tar.xz +Source1: baselibs.conf BuildRequires: avahi-compat-mDNSResponder-devel BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem +BuildRequires: cmake(Qt5DBus) >= 5.6.0 +BuildRequires: cmake(Qt5Network) >= 5.6.0 %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 %endif -BuildRequires: cmake(Qt5DBus) >= 5.6.0 -BuildRequires: cmake(Qt5Network) >= 5.6.0 -Summary: Network service discovery using Zeroconf -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kdnssd-%{version}.tar.xz -Source1: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description KDNSSD is a library for handling the DNS-based Service Discovery Protocol @@ -50,17 +49,17 @@ services, such as printers, to be discovered without any user intervention or centralized infrastructure. -%package -n %lname +%package -n %{lname} Summary: Network service discovery using Zeroconf Group: System/GUI/KDE +%requires_ge libQt5DBus5 +%requires_ge libQt5Network5 +Recommends: nss-mdns %if %{with lang} -Recommends: %lname-lang = %{version} +Recommends: %{lname}-lang = %{version} %endif -Recommends: nss-mdns -%requires_ge libQt5Network5 -%requires_ge libQt5DBus5 -%description -n %lname +%description -n %{lname} KDNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or @@ -69,7 +68,7 @@ %package devel Summary: Network service discovery using Zeroconf Group: Development/Libraries/KDE -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: cmake(Qt5Network) >= 5.6.0 @@ -79,7 +78,8 @@ services, such as printers, to be discovered without any user intervention or centralized infrastructure. Development files. -%lang_package -n %lname +%lang_package -n %{lname} + %prep %setup -q -n kdnssd-%{version} @@ -95,21 +95,19 @@ %find_lang kdnssd5 --with-qt --without-mo %endif -%post -n %lname -p /sbin/ldconfig - -%postun -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig %if %{with lang} -%files -n %lname-lang -f kdnssd5.lang +%files -n %{lname}-lang -f kdnssd5.lang %endif -%files -n %lname -%defattr(-,root,root) -%doc COPYING* README* +%files -n %{lname} +%license COPYING* +%doc README* %{_kf5_libdir}/libKF5DNSSD.so.* %files devel -%defattr(-,root,root) %{_kf5_libdir}/libKF5DNSSD.so %{_kf5_libdir}/cmake/KF5DNSSD/ %{_kf5_includedir}/ ++++++ kdnssd-5.48.0.tar.xz -> kdnssd-5.49.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.48.0/CMakeLists.txt new/kdnssd-5.49.0/CMakeLists.txt --- old/kdnssd-5.48.0/CMakeLists.txt 2018-07-08 00:30:31.000000000 +0200 +++ new/kdnssd-5.49.0/CMakeLists.txt 2018-08-04 12:57:51.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.48.0") # handled by release scripts +set(KF5_VERSION "5.49.0") # handled by release scripts project(KDNSSD VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.48.0 NO_MODULE) +find_package(ECM 5.49.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.48.0/po/uk/kdnssd5_qt.po new/kdnssd-5.49.0/po/uk/kdnssd5_qt.po --- old/kdnssd-5.48.0/po/uk/kdnssd5_qt.po 2018-07-08 00:30:31.000000000 +0200 +++ new/kdnssd-5.49.0/po/uk/kdnssd5_qt.po 2018-08-04 12:57:51.000000000 +0200 @@ -1,5 +1,5 @@ # Translation of kdnssd5_qt.po to Ukrainian -# Copyright (C) 2014 This_file_is_part_of_KDE +# Copyright (C) 2018 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.48.0/po/zh_CN/kdnssd5_qt.po new/kdnssd-5.49.0/po/zh_CN/kdnssd5_qt.po --- old/kdnssd-5.48.0/po/zh_CN/kdnssd5_qt.po 2018-07-08 00:30:31.000000000 +0200 +++ new/kdnssd-5.49.0/po/zh_CN/kdnssd5_qt.po 2018-08-04 12:57:51.000000000 +0200 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2018-07-03 17:35\n" +"PO-Revision-Date: 2018-07-24 08:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
