Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2015-02-16 15:03:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-29 
12:49:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2015-02-16 
17:30:54.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:05 UTC 2015 - [email protected]
+
+- Update to 5.7.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+-------------------------------------------------------------------

Old:
----
  kdesu-5.6.0.tar.xz

New:
----
  kdesu-5.7.0.tar.xz

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

Other differences:
------------------
++++++ kdesu.spec ++++++
--- /var/tmp/diff_new_pack.CHxWNb/_old  2015-02-16 17:30:54.000000000 +0100
+++ /var/tmp/diff_new_pack.CHxWNb/_new  2015-02-16 17:30:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Su5
+%define _tar_path 5.7
 Name:           kdesu
-Version:        5.6.0
+Version:        %{_tar_path}.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.6.0
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +35,7 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags
 Patch0:         fpie.patch

++++++ kdesu-5.6.0.tar.xz -> kdesu-5.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/CMakeLists.txt 
new/kdesu-5.7.0/CMakeLists.txt
--- old/kdesu-5.6.0/CMakeLists.txt      2015-01-03 13:05:41.000000000 +0100
+++ new/kdesu-5.7.0/CMakeLists.txt      2015-02-08 16:16:13.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(KDESu)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -12,8 +12,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.6.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.6.0") # handled by release scripts
+set(KF5_VERSION "5.7.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.7.0") # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Pty ${KF5_DEP_VERSION} REQUIRED)
@@ -39,7 +39,7 @@
 add_subdirectory(src)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Su")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Su")
 
 include(ECMPackageConfigHelpers)
 
@@ -60,7 +60,7 @@
 
 install(FILES
    ${CMAKE_CURRENT_BINARY_DIR}/kdesu_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/po/nb/kdesud5.po 
new/kdesu-5.7.0/po/nb/kdesud5.po
--- old/kdesu-5.6.0/po/nb/kdesud5.po    2015-01-03 13:05:41.000000000 +0100
+++ new/kdesu-5.7.0/po/nb/kdesud5.po    2015-02-08 16:16:13.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdesud to Norwegian Bokmål
+# Translation of kdesud5 to Norwegian Bokmål
 #
 # Hans Petter Bieker <[email protected]>, 2000.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/po/nn/kdesud5.po 
new/kdesu-5.7.0/po/nn/kdesud5.po
--- old/kdesu-5.6.0/po/nn/kdesud5.po    2015-01-03 13:05:41.000000000 +0100
+++ new/kdesu-5.7.0/po/nn/kdesud5.po    2015-02-08 16:16:13.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdesud to Norwegian Nynorsk
+# Translation of kdesud5 to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2000.
 # Karl Ove Hufthammer <[email protected]>, 2007, 2008.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/po/se/kdesud5.po 
new/kdesu-5.7.0/po/se/kdesud5.po
--- old/kdesu-5.6.0/po/se/kdesud5.po    2015-01-03 13:05:41.000000000 +0100
+++ new/kdesu-5.7.0/po/se/kdesud5.po    2015-02-08 16:16:13.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdesud to Northern Sami
+# Translation of kdesud5 to Northern Sami
 #
 # Børre Gaup <[email protected]>, 2002, 2003, 2007.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/src/CMakeLists.txt 
new/kdesu-5.7.0/src/CMakeLists.txt
--- old/kdesu-5.6.0/src/CMakeLists.txt  2015-01-03 13:05:41.000000000 +0100
+++ new/kdesu-5.7.0/src/CMakeLists.txt  2015-02-08 16:16:13.000000000 +0100
@@ -33,7 +33,7 @@
 target_include_directories(KF5Su PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/..)
 
 # Apps must include <KDESu/File> or <kdesu/file.h>
-target_include_directories(KF5Su INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KDESu>")
+target_include_directories(KF5Su INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KDESu>")
 
 target_link_libraries(KF5Su
   PUBLIC
@@ -65,7 +65,7 @@
   PREFIX KDESu
   REQUIRED_HEADERS KDESu_HEADERS
 )
-install(FILES ${KDESu_CamelCase_HEADERS} DESTINATION 
${KF5_INCLUDE_INSTALL_DIR}/KDESu/KDESu COMPONENT Devel)
+install(FILES ${KDESu_CamelCase_HEADERS} DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}/KDESu/KDESu COMPONENT Devel)
 
 install(TARGETS KF5Su EXPORT KF5SuTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
 
@@ -76,7 +76,7 @@
 add_executable(kdesu_stub kdesu_stub.c)
 ecm_mark_nongui_executable(kdesu_stub)
 
-install(TARGETS kdesu_stub DESTINATION ${KF5_LIBEXEC_INSTALL_DIR})
+install(TARGETS kdesu_stub DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5})
 
 ########### install files ###############
 install(FILES
@@ -87,9 +87,9 @@
   defaults.h
   ${CMAKE_CURRENT_BINARY_DIR}/kdesu/kdesu_export.h
   ${KDESu_HEADERS}
-  DESTINATION  ${KF5_INCLUDE_INSTALL_DIR}/KDESu/kdesu COMPONENT Devel
+  DESTINATION  ${KDE_INSTALL_INCLUDEDIR_KF5}/KDESu/kdesu COMPONENT Devel
 )
 
 include(ECMGeneratePriFile)
-ecm_generate_pri_file(BASE_NAME KDESu LIB_NAME KF5Su DEPS "KPty" FILENAME_VAR 
PRI_FILENAME INCLUDE_INSTALL_DIR ${KF5_INCLUDE_INSTALL_DIR}/KDESu)
+ecm_generate_pri_file(BASE_NAME KDESu LIB_NAME KF5Su DEPS "KPty" FILENAME_VAR 
PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KDESu)
 install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/src/kdesud/CMakeLists.txt 
new/kdesu-5.7.0/src/kdesud/CMakeLists.txt
--- old/kdesu-5.6.0/src/kdesud/CMakeLists.txt   2015-01-03 13:05:41.000000000 
+0100
+++ new/kdesu-5.7.0/src/kdesud/CMakeLists.txt   2015-02-08 16:16:13.000000000 
+0100
@@ -27,7 +27,7 @@
 
 ########### install files ###############
 
-install(TARGETS kdesud DESTINATION ${KF5_LIBEXEC_INSTALL_DIR})
+install(TARGETS kdesud DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5})
 install(CODE "
     set(KDESUD_PATH 
\"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_LIBEXECDIR_KF5}/kdesud\")
     execute_process(COMMAND sh -c \"chgrp nogroup '\${KDESUD_PATH}' && chmod 
g+s '\${KDESUD_PATH}'\")

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to