Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-09-19 16:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and      /work/SRC/openSUSE:Factory/.kpackage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpackage"

Tue Sep 19 16:25:56 2017 rev:35 rq:526664 version:5.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes        2017-08-24 
17:57:41.487697713 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-09-19 
16:25:57.161579123 +0200
@@ -1,0 +2,12 @@
+Tue Sep 12 07:11:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * refactor kpackagetool away from stringy options
+  * autotests: fix running tests in parallel
+  * kpackagetool: fix memory leak detected by LeakSanitizer
+
+-------------------------------------------------------------------

Old:
----
  kpackage-5.37.0.tar.xz

New:
----
  kpackage-5.38.0.tar.xz

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

Other differences:
------------------
++++++ kpackage.spec ++++++
--- /var/tmp/diff_new_pack.95r6YY/_old  2017-09-19 16:25:59.473251530 +0200
+++ /var/tmp/diff_new_pack.95r6YY/_new  2017-09-19 16:25:59.477250963 +0200
@@ -17,20 +17,24 @@
 
 
 %bcond_without lang
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kpackage
-Version:        5.37.0
+Version:        5.38.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{_tar_path}
-BuildRequires:  kconfig-devel >= %{_tar_path}
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
-BuildRequires:  kdoctools-devel >= %{_tar_path}
+BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 %if %{with lang}
@@ -52,7 +56,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       kcoreaddons-devel >= %{_tar_path}
+Requires:       kcoreaddons-devel >= %{_kf5_bugfix_version}
 
 %description devel
 This framework lets applications to manage user installable packages of 
non-binary assets.

++++++ kpackage-5.37.0.tar.xz -> kpackage-5.38.0.tar.xz ++++++
++++ 13962 lines of diff (skipped)


Reply via email to