Hello community,

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

Package is "kconfig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2015-03-16 
09:28:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes     2015-04-13 
20:23:45.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Apr  4 14:40:36 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Fix assert when using KSharedConfig in a global object destructor.
+  * kconfig_compiler: add support for CategoryLoggingName in *.kcfgc
+    files, to generate qCDebug(category) calls.
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kconfig-5.8.0.tar.xz

New:
----
  kconfig-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.oQg3o0/_old  2015-04-13 20:23:46.000000000 +0200
+++ /var/tmp/diff_new_pack.oQg3o0/_new  2015-04-13 20:23:46.000000000 +0200
@@ -16,16 +16,19 @@
 #
 
 
+%bcond_without lang
 %define sonum   5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kconfig
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 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(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
@@ -58,7 +61,9 @@
 Summary:        Provides access to the configuration files themselves
 Group:          System/GUI/KDE
 Recommends:     kconf_update5 = %{version}
+%if %{with lang}
 Recommends:     libKF5ConfigCore%sonum-lang = %{version}
+%endif
 %requires_ge libQt5Core5
 
 %description -n libKF5ConfigCore%sonum
@@ -126,9 +131,11 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%endif
 
 %post -n libKF5ConfigCore%sonum -p /sbin/ldconfig
 
@@ -138,7 +145,9 @@
 
 %postun -n libKF5ConfigGui%sonum -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n libKF5ConfigCore%sonum-lang -f %{name}5.lang
+%endif
 
 %files -n libKF5ConfigCore%sonum
 %defattr(-,root,root)

++++++ kconfig-5.8.0.tar.xz -> kconfig-5.9.0.tar.xz ++++++
++++ 3217 lines of diff (skipped)


Reply via email to