commit kpty for openSUSE:Factory
Hello community, here is the log from the commit of package kpty for openSUSE:Factory checked in at 2016-10-28 12:27:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpty (Old) and /work/SRC/openSUSE:Factory/.kpty.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kpty" Changes: -------- --- /work/SRC/openSUSE:Factory/kpty/kpty.changes 2016-09-14 23:27:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kpty.new/kpty.changes 2016-10-28 12:27:14.000000000 +0200 @@ -1,0 +2,16 @@ +Wed Oct 26 18:26:37 UTC 2016 - lbeltrame@kde.org + +- Add upstream patch find-utempter-better.patch: + * Rework utempter detection to properly build kwrited afterwards + +------------------------------------------------------------------- +Sun Oct 2 12:58:47 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.27.0 + * Use ECM path to find utempter binary, more reliable than + simple cmake prefix + * Call the utempter helper executable manually (kde#364779) + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.27.0.php + +------------------------------------------------------------------- Old: ---- kpty-5.26.0.tar.xz New: ---- find-utempter-better.patch kpty-5.27.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpty.spec ++++++ --- /var/tmp/diff_new_pack.tYOA7C/_old 2016-10-28 12:27:15.000000000 +0200 +++ /var/tmp/diff_new_pack.tYOA7C/_new 2016-10-28 12:27:15.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Pty5 -%define _tar_path 5.26 +%define _tar_path 5.27 Name: kpty -Version: 5.26.0 +Version: 5.27.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -38,6 +38,8 @@ Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf +#PATCH-FIX-UPSTREAM: find-utempter-better.patch - find utempter correctly to properly build kwrited afterwards +Patch0: find-utempter-better.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -73,6 +75,7 @@ %lang_package -n %lname %prep %setup -q +%patch0 -p1 %build %cmake_kf5 -d build ++++++ find-utempter-better.patch ++++++ diff --git a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake index 9773963..4921e58 100644 --- a/cmake/FindUTEMPTER.cmake +++ b/cmake/FindUTEMPTER.cmake @@ -32,9 +32,13 @@ # SUCH DAMAGE. -find_program (UTEMPTER_EXECUTABLE utempter PATHS +# use find_file instead of find_program until this is fixed: +# https://gitlab.kitware.com/cmake/cmake/issues/10468 +find_file (UTEMPTER_EXECUTABLE utempter PATHS ${KDE_INSTALL_FULL_LIBEXECDIR}/utempter ${KDE_INSTALL_FULL_LIBDIR}/utempter + ${CMAKE_PREFIX_PATH}/libexec/utempter + ${CMAKE_PREFIX_PATH}/lib/utempter /usr/libexec/utempter ) ++++++ kpty-5.26.0.tar.xz -> kpty-5.27.0.tar.xz ++++++ ++++ 934630 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de