diff --git a/fpie.patch b/fpie.patch index c3a6ec9..12651b9 100644 --- a/fpie.patch +++ b/fpie.patch @@ -1,10 +1,10 @@ diff --git a/src/kdesud/CMakeLists.txt b/src/kdesud/CMakeLists.txt -index 1276a55..998f9e0 100644 +index 90bd3f7..1118755 100644 --- a/src/kdesud/CMakeLists.txt +++ b/src/kdesud/CMakeLists.txt -@@ -17,10 +17,9 @@ ecm_mark_nongui_executable(kdesud) - - target_link_libraries(kdesud KF5::Su KF5::I18n ${X11_LIBRARIES}) +@@ -20,10 +20,9 @@ if(HAVE_X11) + target_include_directories(kdesud PRIVATE ${X11_X11_INCLUDE_PATH}) + endif() -if(KDE4_ENABLE_FPIE) - macro_add_compile_flags(kdesud ${KDE4_CXX_FPIE_FLAGS}) diff --git a/kdesu-5.5.0.tar.xz b/kdesu-5.5.0.tar.xz deleted file mode 100644 index 744f05c..0000000 --- a/kdesu-5.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb25ff37fb6f1b4aa2d59939b78063913b416f9c6351961e26377de8d828754 -size 42836 diff --git a/kdesu-5.6.0.tar.xz b/kdesu-5.6.0.tar.xz new file mode 100644 index 0000000..db5341f --- /dev/null +++ b/kdesu-5.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934a6ee713a6ff11284db4dbe390ce93749630674e6a42c7b4b92c802a12f929 +size 43096 diff --git a/kdesu.changes b/kdesu.changes index 9f8dcbd..d12ebfb 100644 --- a/kdesu.changes +++ b/kdesu.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 3 18:03:09 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.6.0 + * Fix build on OSX and on FreeBSD + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.6.0.php + ------------------------------------------------------------------- Sat Dec 6 12:53:31 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kdesu.spec b/kdesu.spec index 2480ec0..5eaf855 100644 --- a/kdesu.spec +++ b/kdesu.spec @@ -1,7 +1,7 @@ # # spec file for package kdesu # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,11 @@ %define lname libKF5Su5 Name: kdesu -Version: 5.5.0 +Version: 5.6.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.5.0 +BuildRequires: extra-cmake-modules >= 1.6.0 BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{kf5_version} BuildRequires: kf5-filesystem @@ -34,7 +34,7 @@ Summary: User interface for running shell commands with root privileges License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz Source1: baselibs.conf # PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags Patch0: fpie.patch