Hello community,

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

Package is "kparts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kparts/kparts.changes    2015-03-16 
09:33:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kparts.new/kparts.changes       2015-04-13 
20:26:47.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr  4 14:40:54 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 knotifications-devel Requires of the
+  devel subpackage
+
+-------------------------------------------------------------------

Old:
----
  kparts-5.8.0.tar.xz

New:
----
  kparts-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kparts.spec ++++++
--- /var/tmp/diff_new_pack.G5axzz/_old  2015-04-13 20:26:47.000000000 +0200
+++ /var/tmp/diff_new_pack.G5axzz/_new  2015-04-13 20:26:47.000000000 +0200
@@ -16,32 +16,33 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Parts5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kparts
-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:  kbookmarks-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
-BuildRequires:  kdbusaddons-devel >= %{kf5_version}
+BuildRequires:  kbookmarks-devel >= %{_tar_path}
+BuildRequires:  kcompletion-devel >= %{_tar_path}
+BuildRequires:  kconfigwidgets-devel >= %{_tar_path}
+BuildRequires:  kdbusaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{kf5_version}
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kiconthemes-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
-BuildRequires:  knotifications-devel >= %{kf5_version}
-BuildRequires:  kservice-devel >= %{kf5_version}
-BuildRequires:  ktextwidgets-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
-BuildRequires:  kxmlgui-devel >= %{kf5_version}
-BuildRequires:  solid-devel >= %{kf5_version}
+BuildRequires:  kguiaddons-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kiconthemes-devel >= %{_tar_path}
+BuildRequires:  kio-devel >= %{_tar_path}
+BuildRequires:  kitemviews-devel >= %{_tar_path}
+BuildRequires:  knotifications-devel >= %{_tar_path}
+BuildRequires:  kservice-devel >= %{_tar_path}
+BuildRequires:  ktextwidgets-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
+BuildRequires:  kwindowsystem-devel >= %{_tar_path}
+BuildRequires:  kxmlgui-devel >= %{_tar_path}
+BuildRequires:  solid-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
@@ -64,7 +65,9 @@
 Summary:        Plugin framework for user interface components
 Group:          System/GUI/KDE
 Obsoletes:      libKF5Parts4
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 
 %description -n %lname
 This library implements the framework for KDE parts, which are
@@ -76,10 +79,9 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       kio-devel >= %{kf5_version}
-Requires:       knotifications-devel >= %{kf5_version}
-Requires:       ktextwidgets-devel >= %{kf5_version}
-Requires:       kxmlgui-devel >= %{kf5_version}
+Requires:       kio-devel >= %{_tar_path}
+Requires:       ktextwidgets-devel >= %{_tar_path}
+Requires:       kxmlgui-devel >= %{_tar_path}
 
 %description devel
 This library implements the framework for KDE parts, which are
@@ -96,15 +98,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kparts-5.8.0.tar.xz -> kparts-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.8.0/CMakeLists.txt 
new/kparts-5.9.0/CMakeLists.txt
--- old/kparts-5.8.0/CMakeLists.txt     2015-03-07 15:48:27.000000000 +0100
+++ new/kparts-5.9.0/CMakeLists.txt     2015-04-04 14:10:57.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KParts)
 
-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})
 
@@ -17,8 +17,8 @@
 
 include(ECMSetupVersion)
 
-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
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPARTS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kparts_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PartsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.8.0/KF5PartsConfig.cmake.in 
new/kparts-5.9.0/KF5PartsConfig.cmake.in
--- old/kparts-5.8.0/KF5PartsConfig.cmake.in    2015-03-07 15:48:27.000000000 
+0100
+++ new/kparts-5.9.0/KF5PartsConfig.cmake.in    2015-04-04 14:10:57.000000000 
+0200
@@ -1,7 +1,6 @@
 @PACKAGE_INIT@
 
 find_dependency(KF5KIO "@KF5_DEP_VERSION@")
-find_dependency(KF5Notifications "@KF5_DEP_VERSION@")
 find_dependency(KF5TextWidgets "@KF5_DEP_VERSION@")
 find_dependency(KF5XmlGui "@KF5_DEP_VERSION@")
 


Reply via email to