Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:Factory checked in at 2015-04-13 20:24:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-16 09:29:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes   
2015-04-13 20:24:24.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:40 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kdnssd-5.8.0.tar.xz

New:
----
  kdnssd-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kdnssd-framework.spec ++++++
--- /var/tmp/diff_new_pack.C9aXWp/_old  2015-04-13 20:24:24.000000000 +0200
+++ /var/tmp/diff_new_pack.C9aXWp/_new  2015-04-13 20:24:24.000000000 +0200
@@ -16,17 +16,20 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5DNSSD5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kdnssd-framework
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
 Summary:        Network service discovery using Zeroconf
@@ -46,7 +49,9 @@
 %package -n %lname
 Summary:        Network service discovery using Zeroconf
 Group:          System/GUI/KDE
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 Recommends:     nss-mdns
 %requires_ge libQt5Network5
 %requires_ge libQt5DBus5
@@ -80,15 +85,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang kdnssd5 --with-qt --without-mo
+%if %{with lang}
+%find_lang kdnssd5 --with-qt --without-mo
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f kdnssd5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kdnssd-5.8.0.tar.xz -> kdnssd-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.8.0/CMakeLists.txt 
new/kdnssd-5.9.0/CMakeLists.txt
--- old/kdnssd-5.8.0/CMakeLists.txt     2015-03-07 15:42:23.000000000 +0100
+++ new/kdnssd-5.9.0/CMakeLists.txt     2015-04-04 14:04:35.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KDNSSD)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.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.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.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.8.0/po/fr/kdnssd5_qt.po 
new/kdnssd-5.9.0/po/fr/kdnssd5_qt.po
--- old/kdnssd-5.8.0/po/fr/kdnssd5_qt.po        2015-03-07 15:42:23.000000000 
+0100
+++ new/kdnssd-5.9.0/po/fr/kdnssd5_qt.po        2015-04-04 14:04:35.000000000 
+0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-03-16 18:32+0100\n"
 "Last-Translator: Sebastien Renard <ren...@kde.org>\n"
 "Language-Team: French <kde-francoph...@kde.org>\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"


Reply via email to