Hello community, here is the log from the commit of package kdnssd-framework for openSUSE:Factory checked in at 2015-05-11 19:35:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdnssd-framework (Old) and /work/SRC/openSUSE:Factory/.kdnssd-framework.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdnssd-framework" Changes: -------- --- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes 2015-04-13 20:24:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes 2015-05-11 19:47:52.000000000 +0200 @@ -1,0 +2,7 @@ +Sun May 3 19:45:10 UTC 2015 - [email protected] + +- Update to 5.10.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.10.0.php + +------------------------------------------------------------------- Old: ---- kdnssd-5.9.0.tar.xz New: ---- kdnssd-5.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdnssd-framework.spec ++++++ --- /var/tmp/diff_new_pack.YMuSxz/_old 2015-05-11 19:47:52.000000000 +0200 +++ /var/tmp/diff_new_pack.YMuSxz/_new 2015-05-11 19:47:52.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5DNSSD5 -%define _tar_path 5.9 +%define _tar_path 5.10 Name: kdnssd-framework -Version: 5.9.0 +Version: 5.10.0 Release: 0 BuildRequires: avahi-compat-mDNSResponder-devel BuildRequires: cmake >= 2.8.12 ++++++ kdnssd-5.9.0.tar.xz -> kdnssd-5.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.9.0/CMakeLists.txt new/kdnssd-5.10.0/CMakeLists.txt --- old/kdnssd-5.9.0/CMakeLists.txt 2015-04-04 14:04:35.000000000 +0200 +++ new/kdnssd-5.10.0/CMakeLists.txt 2015-05-03 17:10:55.000000000 +0200 @@ -2,7 +2,7 @@ project(KDNSSD) -find_package(ECM 5.9.0 REQUIRED NO_MODULE) +find_package(ECM 5.10.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules) #TODO: remove cmake/modules when extra-cmake-modules is done include(KDEInstallDirs) @@ -11,7 +11,7 @@ include(ECMPoQmTools) -set(KF5_VERSION "5.9.0") # handled by release scripts +set(KF5_VERSION "5.10.0") # handled by release scripts set(REQUIRED_QT_VERSION "5.2.0") find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.9.0/cmake/FindAvahi.cmake new/kdnssd-5.10.0/cmake/FindAvahi.cmake --- old/kdnssd-5.9.0/cmake/FindAvahi.cmake 2015-04-04 14:04:35.000000000 +0200 +++ new/kdnssd-5.10.0/cmake/FindAvahi.cmake 2015-05-03 17:10:55.000000000 +0200 @@ -2,8 +2,29 @@ # Copyright (c) 2007, Jakub Stachowski, <[email protected]> # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. find_path(AVAHI_INCLUDE_DIR avahi-common/defs.h) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.9.0/cmake/FindDNSSD.cmake new/kdnssd-5.10.0/cmake/FindDNSSD.cmake --- old/kdnssd-5.9.0/cmake/FindDNSSD.cmake 2015-04-04 14:04:35.000000000 +0200 +++ new/kdnssd-5.10.0/cmake/FindDNSSD.cmake 2015-05-03 17:10:55.000000000 +0200 @@ -10,8 +10,29 @@ # Copyright (c) 2006, Laurent Montel, <[email protected]> # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. include(CMakePushCheckState) include(CheckFunctionExists) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.9.0/po/ast/kdnssd5_qt.po new/kdnssd-5.10.0/po/ast/kdnssd5_qt.po --- old/kdnssd-5.9.0/po/ast/kdnssd5_qt.po 2015-04-04 14:04:35.000000000 +0200 +++ new/kdnssd-5.10.0/po/ast/kdnssd5_qt.po 2015-05-03 17:10:55.000000000 +0200 @@ -1,23 +1,23 @@ -# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # +# enolp <[email protected]>, 2015. msgid "" msgstr "" "Project-Id-Version: kdelibs4-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-03-23 01:50+0000\n" -"PO-Revision-Date: 2012-12-28 17:14+0100\n" -"Last-Translator: ivarela <[email protected]>\n" -"Language-Team: asturian <[email protected]>\n" -"Language: \n" +"PO-Revision-Date: 2015-04-07 21:55+0100\n" +"Last-Translator: enolp <[email protected]>\n" +"Language-Team: Asturian <[email protected]>\n" +"Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-Language: asturian\n" "X-Qt-Contexts: true\n" +"X-Generator: Lokalize 2.0\n" #: servicemodel.cpp:110 #, fuzzy @@ -31,7 +31,7 @@ #| msgid "Host" msgctxt "KDNSSD::ServiceModel|" msgid "Host" -msgstr "Host" +msgstr "Agospiu" #: servicemodel.cpp:112 #, fuzzy diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.9.0/po/fr/kdnssd5_qt.po new/kdnssd-5.10.0/po/fr/kdnssd5_qt.po --- old/kdnssd-5.9.0/po/fr/kdnssd5_qt.po 2015-04-04 14:04:35.000000000 +0200 +++ new/kdnssd-5.10.0/po/fr/kdnssd5_qt.po 2015-05-03 17:10:55.000000000 +0200 @@ -24,10 +24,10 @@ "PO-Revision-Date: 2014-03-16 18:32+0100\n" "Last-Translator: Sebastien Renard <[email protected]>\n" "Language-Team: French <[email protected]>\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.5\n" "X-Environment: kde\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.9.0/po/ja/kdnssd5_qt.po new/kdnssd-5.10.0/po/ja/kdnssd5_qt.po --- old/kdnssd-5.9.0/po/ja/kdnssd5_qt.po 2015-04-04 14:04:35.000000000 +0200 +++ new/kdnssd-5.10.0/po/ja/kdnssd5_qt.po 2015-05-03 17:10:55.000000000 +0200 @@ -7,15 +7,15 @@ # AWASHIRO Ikuya <[email protected]>, 2004. # Shinichi Tsunoda <[email protected]>, 2005. # Yukiko Bando <[email protected]>, 2006, 2007, 2008, 2009, 2010. -# Fumiaki Okushi <[email protected]>, 2006, 2007, 2008, 2010, 2011. +# Fumiaki Okushi <[email protected]>, 2006, 2007, 2008, 2010, 2011, 2015. # msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-03-23 01:50+0000\n" -"PO-Revision-Date: 2011-08-27 14:05-0700\n" -"Last-Translator: Fumiaki Okushi <[email protected]>\n" +"PO-Revision-Date: 2015-04-19 15:55-0700\n" +"Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -28,22 +28,16 @@ "X-Qt-Contexts: true\n" #: servicemodel.cpp:110 -#, fuzzy -#| msgid "Name" msgctxt "KDNSSD::ServiceModel|" msgid "Name" msgstr "名前" #: servicemodel.cpp:111 -#, fuzzy -#| msgid "Host" msgctxt "KDNSSD::ServiceModel|" msgid "Host" msgstr "ホスト" #: servicemodel.cpp:112 -#, fuzzy -#| msgid "Port" msgctxt "KDNSSD::ServiceModel|" msgid "Port" msgstr "ポート" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-5.9.0/po/ko/kdnssd5_qt.po new/kdnssd-5.10.0/po/ko/kdnssd5_qt.po --- old/kdnssd-5.9.0/po/ko/kdnssd5_qt.po 2015-04-04 14:04:35.000000000 +0200 +++ new/kdnssd-5.10.0/po/ko/kdnssd5_qt.po 2015-05-03 17:10:55.000000000 +0200 @@ -1,8 +1,8 @@ # Korean messages for kdelibs. # Copyright (C) Free Software Foundation, Inc. # Cho Sung Jae <[email protected]>, 2007. -# Park Shinjo <[email protected]>, 2007, 2008, 2009, 2010, 2011. -# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014, 2015. +# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011. +# Shinjo Park <[email protected]>, 2011, 2012, 2013, 2014, 2015. # msgid "" msgstr "" @@ -10,7 +10,7 @@ "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-03-23 01:50+0000\n" "PO-Revision-Date: 2015-01-18 17:07+0900\n" -"Last-Translator: Park Shinjo <[email protected]>\n" +"Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" "MIME-Version: 1.0\n"
