Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2021-08-16 10:06:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-common-internals.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-common-internals"

Mon Aug 16 10:06:56 2021 rev:30 rq:911753 version:21.08.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes    
    2021-07-09 23:59:23.852497342 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new.1899/ktp-common-internals.changes
      2021-08-16 10:08:34.883310706 +0200
@@ -1,0 +2,25 @@
+Fri Aug  6 09:41:10 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+-------------------------------------------------------------------
+Fri Jul 30 10:05:36 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+-------------------------------------------------------------------
+Sat Jul 17 20:06:44 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Remove unused include
+- Only install the license files once
+
+-------------------------------------------------------------------

Old:
----
  ktp-common-internals-21.04.3.tar.xz
  ktp-common-internals-21.04.3.tar.xz.sig

New:
----
  ktp-common-internals-21.08.0.tar.xz
  ktp-common-internals-21.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-common-internals.spec ++++++
--- /var/tmp/diff_new_pack.gj8gIH/_old  2021-08-16 10:08:36.423308864 +0200
+++ /var/tmp/diff_new_pack.gj8gIH/_new  2021-08-16 10:08:36.427308858 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktp-common-internals
-Version:        21.04.3
+Version:        21.08.0
 Release:        0
 Summary:        Telepathy common module
 License:        LGPL-2.1-or-later
@@ -67,7 +67,6 @@
 BuildRequires:  pkgconfig(libotr) >= 4.0.0
 Requires:       ktp-icons
 Requires:       telepathy-accounts-signon
-Recommends:     %{name}-lang
 Provides:       libktpcommoninternals6 = %{version}
 Provides:       libktpcommoninternals7 = %{version}
 Provides:       libktpcommoninternals8 = %{version}
@@ -150,7 +149,6 @@
 %{_kf5_iconsdir}/hicolor/
 
 %files devel
-%license COPYING*
 %{_kf5_cmakedir}/KTp/
 %{_kf5_libdir}/libKTpCommonInternals.so
 %{_kf5_libdir}/libKTpLogger.so
@@ -161,7 +159,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING*
 %endif
 
 %changelog


++++++ ktp-common-internals-21.04.3.tar.xz -> 
ktp-common-internals-21.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-common-internals-21.04.3/CMakeLists.txt 
new/ktp-common-internals-21.08.0/CMakeLists.txt
--- old/ktp-common-internals-21.04.3/CMakeLists.txt     2021-07-06 
07:25:45.000000000 +0200
+++ new/ktp-common-internals-21.08.0/CMakeLists.txt     2021-08-06 
02:21:36.000000000 +0200
@@ -11,8 +11,8 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 
 # Bump for every 0.x release, or whenever BC changes
 set (KTP_SONUMBER 9) # SO 9 is for 15.08 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-21.04.3/KTp/message-processor.cpp 
new/ktp-common-internals-21.08.0/KTp/message-processor.cpp
--- old/ktp-common-internals-21.04.3/KTp/message-processor.cpp  2021-07-05 
20:55:45.000000000 +0200
+++ new/ktp-common-internals-21.08.0/KTp/message-processor.cpp  2021-08-04 
23:41:41.000000000 +0200
@@ -27,7 +27,6 @@
 
 #include "ktp-debug.h"
 #include <KService>
-#include <KServiceTypeTrader>
 #include <KPluginFactory>
 
 Q_LOGGING_CATEGORY(KTP_MESSAGEPROCESSOR, "ktp-message-processor")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-21.04.3/po/zh_CN/ktp-common-internals.po 
new/ktp-common-internals-21.08.0/po/zh_CN/ktp-common-internals.po
--- old/ktp-common-internals-21.04.3/po/zh_CN/ktp-common-internals.po   
2021-07-06 07:25:45.000000000 +0200
+++ new/ktp-common-internals-21.08.0/po/zh_CN/ktp-common-internals.po   
2021-08-06 02:21:36.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-18 03:18+0100\n"
-"PO-Revision-Date: 2021-06-20 07:37\n"
+"PO-Revision-Date: 2021-07-26 13:50\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-21.04.3/po/zh_CN/ktp-debugger.po 
new/ktp-common-internals-21.08.0/po/zh_CN/ktp-debugger.po
--- old/ktp-common-internals-21.04.3/po/zh_CN/ktp-debugger.po   2021-07-06 
07:25:45.000000000 +0200
+++ new/ktp-common-internals-21.08.0/po/zh_CN/ktp-debugger.po   2021-08-06 
02:21:36.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2021-06-20 07:37\n"
+"PO-Revision-Date: 2021-07-26 13:50\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to