Hello community,

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

Package is "kxmlgui"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2015-03-16 
09:35:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes     2015-04-13 
20:28:01.000000000 +0200
@@ -1,0 +2,14 @@
+Sat Apr  4 14:41:01 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Preserve translation domain when merging .rc files
+  * Fix runtime warning QWidget::setWindowModified:
+    The window title does not contain a '[*]' placeholder
+  * 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:
+  attica-qt5-devel, kglobalaccel-devel, ki18n-devel, kiconthemes-devel,
+  kitemviews-devel, ktextwidgets-devel, kwidgetsaddons-devel and
+  kwindowsystem-devel
+
+-------------------------------------------------------------------

Old:
----
  kxmlgui-5.8.0.tar.xz

New:
----
  kxmlgui-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kxmlgui.spec ++++++
--- /var/tmp/diff_new_pack.NQ0nvv/_old  2015-04-13 20:28:02.000000000 +0200
+++ /var/tmp/diff_new_pack.NQ0nvv/_new  2015-04-13 20:28:02.000000000 +0200
@@ -16,26 +16,27 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5XmlGui5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kxmlgui
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
-BuildRequires:  attica-qt5-devel >= %{kf5_version}
+BuildRequires:  attica-qt5-devel >= %{_tar_path}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
+BuildRequires:  kconfig-devel >= %{_tar_path}
+BuildRequires:  kconfigwidgets-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{kf5_version}
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kiconthemes-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
-BuildRequires:  ktextwidgets-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  kglobalaccel-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kiconthemes-devel >= %{_tar_path}
+BuildRequires:  kitemviews-devel >= %{_tar_path}
+BuildRequires:  ktextwidgets-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-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
@@ -62,7 +63,9 @@
 Summary:        Framework for managing menu and toolbar actions
 Group:          System/GUI/KDE
 Obsoletes:      libKF5XmlGui4
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 
 %description -n %lname
 libkxmlgui provides a framework for managing menu and toolbar actions in an
@@ -74,18 +77,11 @@
 Summary:        Framework for managing menu and toolbar actions
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
-Requires:       attica-qt5-devel >= %{kf5_version}
 Requires:       extra-cmake-modules
-Requires:       kconfig-devel >= %{kf5_version}
-Requires:       kconfigwidgets-devel >= %{kf5_version}
-Requires:       kglobalaccel-devel >= %{kf5_version}
-Requires:       ki18n-devel >= %{kf5_version}
-Requires:       kiconthemes-devel >= %{kf5_version}
-Requires:       kitemviews-devel >= %{kf5_version}
-Requires:       ktextwidgets-devel >= %{kf5_version}
-Requires:       kwidgetsaddons-devel >= %{kf5_version}
-Requires:       kwindowsystem-devel >= %{kf5_version}
+Requires:       kconfig-devel >= %{_tar_path}
+Requires:       kconfigwidgets-devel >= %{_tar_path}
 Requires:       pkgconfig(Qt5DBus) >= 5.2.0
+Requires:       pkgconfig(Qt5Widgets) >= 5.2.0
 Requires:       pkgconfig(Qt5Xml) >= 5.2.0
 
 %description devel
@@ -104,17 +100,21 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
   mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/
 
-  %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)

++++++ kxmlgui-5.8.0.tar.xz -> kxmlgui-5.9.0.tar.xz ++++++
++++ 16021 lines of diff (skipped)


Reply via email to