Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2015-07-14 17:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesu (Old)
 and      /work/SRC/openSUSE:Factory/.kdesu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes      2015-06-23 
12:07:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2015-07-14 
17:23:23.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 18:44:58 UTC 2015 - [email protected]
+
+- Update to 5.12.0
+  * Fix CMakeLists.txt to pass KDESU_USE_SUDO_DEFAULT to the
+    compilation so it is used by suprocess.cpp
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+-------------------------------------------------------------------

Old:
----
  kdesu-5.11.0.tar.xz

New:
----
  kdesu-5.12.0.tar.xz

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

Other differences:
------------------
++++++ kdesu.spec ++++++
--- /var/tmp/diff_new_pack.q6WAnd/_old  2015-07-14 17:23:24.000000000 +0200
+++ /var/tmp/diff_new_pack.q6WAnd/_new  2015-07-14 17:23:24.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Su5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:           kdesu
-Version:        5.11.0
+Version:        5.12.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ kdesu-5.11.0.tar.xz -> kdesu-5.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.11.0/CMakeLists.txt 
new/kdesu-5.12.0/CMakeLists.txt
--- old/kdesu-5.11.0/CMakeLists.txt     2015-06-06 23:14:19.000000000 +0200
+++ new/kdesu-5.12.0/CMakeLists.txt     2015-07-05 11:01:25.000000000 +0200
@@ -3,7 +3,7 @@
 project(KDESu)
 
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.11.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.11.0") # handled by release scripts
+set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.11.0/po/ast/kdesud5.po 
new/kdesu-5.12.0/po/ast/kdesud5.po
--- old/kdesu-5.11.0/po/ast/kdesud5.po  2015-06-06 23:14:19.000000000 +0200
+++ new/kdesu-5.12.0/po/ast/kdesud5.po  2015-07-05 11:01:25.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-11-13 07:46+0000\n"
-"PO-Revision-Date: 2015-04-06 15:21+0100\n"
+"PO-Revision-Date: 2015-06-25 04:11+0100\n"
 "Last-Translator: enolp <[email protected]>\n"
 "Language-Team: Asturian <[email protected]>\n"
 "Language: ast\n"
@@ -17,37 +17,30 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#, fuzzy
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
 msgstr "Softastur"
 
-#, fuzzy
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
 msgstr "[email protected]"
 
 #: kdesud.cpp:263
-#, fuzzy
 msgid "KDE su daemon"
-msgstr "Degorriu KDE su"
+msgstr "Degorriu su KDE"
 
 #: kdesud.cpp:264
-#, fuzzy
 msgid "Daemon used by kdesu"
 msgstr "Degorriu usáu por kdesu"
 
 #: kdesud.cpp:266
-#, fuzzy
 msgid "Copyright (c) 1999,2000 Geert Jansen"
 msgstr "Copyright (c) 1999,2000 Geert Jansen"
 
 #: kdesud.cpp:267
-#, fuzzy
 msgid "Geert Jansen"
 msgstr "Geert Jansen"
 
 #: kdesud.cpp:267
-#, fuzzy
 msgid "Author"
 msgstr "Autor"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.11.0/po/ca/kdesud5.po 
new/kdesu-5.12.0/po/ca/kdesud5.po
--- old/kdesu-5.11.0/po/ca/kdesud5.po   2015-06-06 23:14:19.000000000 +0200
+++ new/kdesu-5.12.0/po/ca/kdesud5.po   2015-07-05 11:01:25.000000000 +0200
@@ -18,8 +18,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
 "X-Accelerator-Marker: &\n"
+"X-Generator: Lokalize 1.5\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.11.0/src/CMakeLists.txt 
new/kdesu-5.12.0/src/CMakeLists.txt
--- old/kdesu-5.11.0/src/CMakeLists.txt 2015-06-06 23:14:19.000000000 +0200
+++ new/kdesu-5.12.0/src/CMakeLists.txt 2015-07-05 11:01:25.000000000 +0200
@@ -30,6 +30,13 @@
 generate_export_header(KF5Su BASE_NAME KDESu EXPORT_FILE_NAME 
kdesu/kdesu_export.h)
 add_library(KF5::Su ALIAS KF5Su)
 
+option(KDESU_USE_SUDO_DEFAULT "Set On to use sudo instead of su [default=Off]" 
Off)
+if(KDESU_USE_SUDO_DEFAULT)
+  message("Using sudo as default")
+  target_compile_definitions(KF5Su PRIVATE -DKDESU_USE_SUDO_DEFAULT="true")
+else()
+  message("Using su as default (set KDESU_USE_SUDO_DEFAULT=On to use sudo)")
+endif()
 target_include_directories(KF5Su PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/..)
 
 # Apps must include <KDESu/File> or <kdesu/file.h>


Reply via email to