Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2017-07-05 23:49:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesu (Old)
 and      /work/SRC/openSUSE:Factory/.kdesu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesu"

Wed Jul  5 23:49:53 2017 rev:41 rq:502938 version:5.35.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes      2017-06-01 
16:18:58.843485818 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2017-07-05 
23:49:55.072244919 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 09:27:42 CEST 2017 - [email protected]
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * API Dox: note forwarding CamelCase files as class headers
+
+-------------------------------------------------------------------

Old:
----
  kdesu-5.34.0.tar.xz

New:
----
  kdesu-5.35.0.tar.xz

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

Other differences:
------------------
++++++ kdesu.spec ++++++
--- /var/tmp/diff_new_pack.ZYr8HK/_old  2017-07-05 23:49:55.880131126 +0200
+++ /var/tmp/diff_new_pack.ZYr8HK/_new  2017-07-05 23:49:55.884130564 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Su5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:           kdesu
-Version:        5.34.0
+Version:        5.35.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++++++ kdesu-5.34.0.tar.xz -> kdesu-5.35.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.34.0/CMakeLists.txt 
new/kdesu-5.35.0/CMakeLists.txt
--- old/kdesu-5.34.0/CMakeLists.txt     2017-05-06 13:50:20.000000000 +0200
+++ new/kdesu-5.35.0/CMakeLists.txt     2017-06-03 12:05:39.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.34.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
 project(KDESu VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.34.0  NO_MODULE)
+find_package(ECM 5.35.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.34.0/po/ru/kdesud5.po 
new/kdesu-5.35.0/po/ru/kdesud5.po
--- old/kdesu-5.34.0/po/ru/kdesud5.po   2017-05-06 13:50:20.000000000 +0200
+++ new/kdesu-5.35.0/po/ru/kdesud5.po   2017-06-03 12:05:39.000000000 +0200
@@ -57,3 +57,13 @@
 #, kde-format
 msgid "Author"
 msgstr "Автор"
+
+#~ msgid ""
+#~ "_: NAME OF TRANSLATORS\n"
+#~ "Your names"
+#~ msgstr "Igor Azarniy"
+
+#~ msgid ""
+#~ "_: EMAIL OF TRANSLATORS\n"
+#~ "Your emails"
+#~ msgstr "[email protected]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.34.0/src/client.h 
new/kdesu-5.35.0/src/client.h
--- old/kdesu-5.34.0/src/client.h       2017-05-06 13:50:20.000000000 +0200
+++ new/kdesu-5.35.0/src/client.h       2017-06-03 12:05:39.000000000 +0200
@@ -22,7 +22,7 @@
 namespace KDESu
 {
 
-/** \class KDEsuClient client.h kdesu/client.h
+/** \class KDEsuClient client.h KDESu/Client
  * A client class to access kdesud, the KDE su daemon. Kdesud can assist in
  * password caching in two ways:
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.34.0/src/ptyprocess.h 
new/kdesu-5.35.0/src/ptyprocess.h
--- old/kdesu-5.34.0/src/ptyprocess.h   2017-05-06 13:50:20.000000000 +0200
+++ new/kdesu-5.35.0/src/ptyprocess.h   2017-06-03 12:05:39.000000000 +0200
@@ -24,7 +24,7 @@
 namespace KDESu
 {
 
-/** \class PtyProcess kdesu/ptyprocess.h
+/** \class PtyProcess ptyprocess.h KDESu/PtyProcess
  * Synchronous communication with tty programs.
  *
  * PtyProcess provides synchronous communication with tty based programs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.34.0/src/sshprocess.h 
new/kdesu-5.35.0/src/sshprocess.h
--- old/kdesu-5.34.0/src/sshprocess.h   2017-05-06 13:50:20.000000000 +0200
+++ new/kdesu-5.35.0/src/sshprocess.h   2017-06-03 12:05:39.000000000 +0200
@@ -17,7 +17,7 @@
 namespace KDESu
 {
 
-/** \class SshProcess kdesu/sshprocess.h
+/** \class SshProcess sshprocess.h KDESu/SshProcess
  * Executes a remote command, using ssh.
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.34.0/src/stubprocess.h 
new/kdesu-5.35.0/src/stubprocess.h
--- old/kdesu-5.34.0/src/stubprocess.h  2017-05-06 13:50:20.000000000 +0200
+++ new/kdesu-5.35.0/src/stubprocess.h  2017-06-03 12:05:39.000000000 +0200
@@ -25,7 +25,7 @@
 class KCookie;
 }
 
-/** \class StubProcess kdesu/stubprocess.h
+/** \class StubProcess stubprocess.h KDESu/StubProcess
  * Chat with kdesu_stub.
  *
  * StubProcess extends PtyProcess with functionality to chat with kdesu_stub.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.34.0/src/suprocess.h 
new/kdesu-5.35.0/src/suprocess.h
--- old/kdesu-5.34.0/src/suprocess.h    2017-05-06 13:50:20.000000000 +0200
+++ new/kdesu-5.35.0/src/suprocess.h    2017-06-03 12:05:39.000000000 +0200
@@ -17,7 +17,7 @@
 namespace KDESu
 {
 
-/** \class SuProcess kdesu/suprocess.h
+/** \class SuProcess suprocess.h KDESu/SuProcess
  * Executes a command under elevated privileges, using su.
  */
 


Reply via email to