Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2015-04-13 20:23:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-16 
09:27:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2015-04-13 
20:23:20.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Apr  4 14:40:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------
+Mon Mar 16 11:50:36 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add explicit ki18n-devel BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  kdesu-5.8.0.tar.xz

New:
----
  kdesu-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kdesu.spec ++++++
--- /var/tmp/diff_new_pack.8aMSUL/_old  2015-04-13 20:23:20.000000000 +0200
+++ /var/tmp/diff_new_pack.8aMSUL/_new  2015-04-13 20:23:20.000000000 +0200
@@ -16,19 +16,21 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Su5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kdesu
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kpty-devel >= %{kf5_version}
-BuildRequires:  kservice-devel >= %{kf5_version}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kpty-devel >= %{_tar_path}
+BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(x11)
 Summary:        User interface for running shell commands with root privileges
@@ -51,7 +53,9 @@
 Group:          System/GUI/KDE
 PreReq:         permissions
 Obsoletes:      libKF5Su4
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 
 %description -n %lname
 libkdesu provides functionality for building GUI front ends for
@@ -63,8 +67,8 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       kpty-devel >= %{kf5_version}
-Requires:       kservice-devel >= %{kf5_version}
+Requires:       kpty-devel >= %{_tar_path}
+Requires:       kservice-devel >= %{_tar_path}
 
 %description devel
 libkdesu provides functionality for building GUI front ends for
@@ -83,14 +87,16 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %if 0%{?suse_version} <= 1310
 # we need this for older oS releases; only Factory/13.2 has the whitelist
 echo "setBadness('permissions-file-setuid-bit', 0)" > 
$RPM_SOURCE_DIR/%name-rpmlintrc
 %endif
 
-  %find_lang kdesud5 %{name}.lang
+%if %{with lang}
+%find_lang kdesud5 %{name}.lang
+%endif
 
 %post -n %lname
 /sbin/ldconfig
@@ -101,7 +107,9 @@
 %verifyscript -n %lname
 %verify_permissions -e %{_kf5_libexecdir}/kdesud
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kdesu-5.8.0.tar.xz -> kdesu-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.8.0/CMakeLists.txt 
new/kdesu-5.9.0/CMakeLists.txt
--- old/kdesu-5.8.0/CMakeLists.txt      2015-03-07 15:41:59.000000000 +0100
+++ new/kdesu-5.9.0/CMakeLists.txt      2015-04-04 14:04:09.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KDESu)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -12,9 +12,10 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.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)
 find_package(KF5Pty ${KF5_DEP_VERSION} REQUIRED)
 


Reply via email to