Hrvoje Senjan 2015-01-03 19:21:02 +00:00 committed by Git OBS Bridge
parent de7db68bc7
commit 3cb5e44cb7
5 changed files with 19 additions and 11 deletions

View File

@ -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})

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edb25ff37fb6f1b4aa2d59939b78063913b416f9c6351961e26377de8d828754
size 42836

3
kdesu-5.6.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:934a6ee713a6ff11284db4dbe390ce93749630674e6a42c7b4b92c802a12f929
size 43096

View File

@ -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

View File

@ -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