diff --git a/fpie.patch b/fpie.patch index 00df850..abf2f51 100644 --- a/fpie.patch +++ b/fpie.patch @@ -2,7 +2,7 @@ diff --git a/src/start_kdeinit/CMakeLists.txt b/src/start_kdeinit/CMakeLists.txt index 46d6cb3..31434df 100644 --- a/src/start_kdeinit/CMakeLists.txt +++ b/src/start_kdeinit/CMakeLists.txt -@@ -2,6 +2,11 @@ add_executable(start_kdeinit start_kdeinit.c) +@@ -3,6 +3,11 @@ add_executable(start_kdeinit start_kdeinit.c) if (Libcap_FOUND) target_link_libraries(start_kdeinit ${Libcap_LIBRARIES}) endif() @@ -12,5 +12,5 @@ index 46d6cb3..31434df 100644 +set_property(TARGET start_kdeinit APPEND_STRING PROPERTY LINK_FLAGS " -pie") + add_executable(start_kdeinit_wrapper start_kdeinit_wrapper.c) + ecm_mark_nongui_executable(start_kdeinit_wrapper) - install(TARGETS start_kdeinit DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR_KF5}) diff --git a/kinit-5.24.0.tar.xz b/kinit-5.24.0.tar.xz deleted file mode 100644 index 5afa493..0000000 --- a/kinit-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7634f22b5250fc8d283d9d12cacee72d9427ef0b86b0c0e97339c3d2e233f4c4 -size 117944 diff --git a/kinit-5.25.0.tar.xz b/kinit-5.25.0.tar.xz new file mode 100644 index 0000000..9dc4d2c --- /dev/null +++ b/kinit-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda2b28923d06521d4f501f76e3b20e44ef9ace59b9285635d7d173ef975bcfd +size 119424 diff --git a/kinit.changes b/kinit.changes index 8ee14b9..8ec5159 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Aug 7 21:53:47 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.25.0 + * Qt >= 5.5 is now required + * Adapt KInit to Mac OS X + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + ------------------------------------------------------------------- Wed Jul 6 15:04:27 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kinit.spec b/kinit.spec index c387fe6..9294b2c 100644 --- a/kinit.spec +++ b/kinit.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kinit -Version: 5.24.0 +Version: 5.25.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -34,10 +34,10 @@ BuildRequires: kservice-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: libcap-devel BuildRequires: libcap-progs -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5DBus) >= 5.4.0 -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5DBus) >= 5.5.0 +BuildRequires: cmake(Qt5Gui) >= 5.5.0 +BuildRequires: cmake(Qt5Widgets) >= 5.5.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) %if %{with lang}