Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-04-13 20:27:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and      /work/SRC/openSUSE:Factory/.kded.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kded"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kded/kded.changes        2015-03-16 
09:34:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-04-13 
20:27:33.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Apr  4 14:40:58 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
+- Drop no longer needed Requires of the devel subpackage:
+  pkgconfig(Qt5DBus), pkgconfig(Qt5Network), pkgconfig(Qt5Widgets)
+  and pkgconfig(Qt5Xml)
+
+-------------------------------------------------------------------

Old:
----
  kded-5.8.0.tar.xz

New:
----
  kded-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kded.spec ++++++
--- /var/tmp/diff_new_pack.yzfZpM/_old  2015-04-13 20:27:34.000000000 +0200
+++ /var/tmp/diff_new_pack.yzfZpM/_new  2015-04-13 20:27:34.000000000 +0200
@@ -16,30 +16,33 @@
 #
 
 
-%define _tar_path 5.8
+%bcond_without lang
+%define _tar_path 5.9
 Name:           kded
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kcrash-devel >= %{kf5_version}
-BuildRequires:  kdbusaddons-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kcrash-devel >= %{_tar_path}
+BuildRequires:  kdbusaddons-devel >= %{_tar_path}
+BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kinit-devel >= %{kf5_version}
-BuildRequires:  kservice-devel >= %{kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kinit-devel >= %{_tar_path}
+BuildRequires:  kservice-devel >= %{_tar_path}
+BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
 Summary:        Central daemon of KDE workspaces
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
@@ -56,10 +59,6 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       pkgconfig(Qt5DBus) >= 5.2.0
-Requires:       pkgconfig(Qt5Network) >= 5.2.0
-Requires:       pkgconfig(Qt5Widgets) >= 5.2.0
-Requires:       pkgconfig(Qt5Xml) >= 5.2.0
 
 %description devel
 KDED runs in the background and performs a number of small tasks.
@@ -76,20 +75,25 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
+
+%if %{with lang}
+echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang
+echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang
+echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang
+echo "%doc %lang(ru) %{_kf5_mandir}/ru" >>%{name}.lang
+echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}.lang
+echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}.lang
+%endif
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%files lang
+%if %{with lang}
+%files lang -f %{name}.lang
 %defattr(-,root,root)
-%doc %lang(it) %{_kf5_mandir}/it
-%doc %lang(nl) %{_kf5_mandir}/nl
-%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
-%doc %lang(ru) %{_kf5_mandir}/ru
-%doc %lang(sv) %{_kf5_mandir}/sv
-%doc %lang(uk) %{_kf5_mandir}/uk
+%endif
 
 %files
 %defattr(-,root,root)

++++++ kded-5.8.0.tar.xz -> kded-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.8.0/CMakeLists.txt 
new/kded-5.9.0/CMakeLists.txt
--- old/kded-5.8.0/CMakeLists.txt       2015-03-07 15:40:35.000000000 +0100
+++ new/kded-5.9.0/CMakeLists.txt       2015-04-04 14:03:03.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-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})
 
 set(REQUIRED_QT_VERSION "5.2")
@@ -12,8 +12,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.0") # handled by release scripts
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Crash ${KF5_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.8.0/KDEDConfig.cmake.in 
new/kded-5.9.0/KDEDConfig.cmake.in
--- old/kded-5.8.0/KDEDConfig.cmake.in  2015-03-07 15:40:35.000000000 +0100
+++ new/kded-5.9.0/KDEDConfig.cmake.in  2015-04-04 14:03:03.000000000 +0200
@@ -2,6 +2,4 @@
 
 set(KDED_DBUS_INTERFACE 
"@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@/org.kde.kded5.xml")
 
-find_package(Qt5 "@REQUIRED_QT_VERSION@" CONFIG REQUIRED DBus Widgets)
-
 include("${CMAKE_CURRENT_LIST_DIR}/KDEDTargets.cmake")


Reply via email to