Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2021-06-27 18:58:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmenuedit5 (Old)
 and      /work/SRC/openSUSE:Factory/.kmenuedit5.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmenuedit5"

Sun Jun 27 18:58:30 2021 rev:117 rq:901514 version:5.22.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes    2021-06-19 
23:02:43.379648634 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new.2625/kmenuedit5.changes  
2021-06-27 18:58:50.572257218 +0200
@@ -1,0 +2,9 @@
+Wed Jun 23 08:24:40 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.22.2.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.22.2
+- No code changes since 5.22.1
+
+-------------------------------------------------------------------

Old:
----
  kmenuedit-5.22.1.tar.xz
  kmenuedit-5.22.1.tar.xz.sig

New:
----
  kmenuedit-5.22.2.1.tar.xz
  kmenuedit-5.22.2.1.tar.xz.sig

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

Other differences:
------------------
++++++ kmenuedit5.spec ++++++
--- /var/tmp/diff_new_pack.RUrKxP/_old  2021-06-27 18:58:51.148257975 +0200
+++ /var/tmp/diff_new_pack.RUrKxP/_new  2021-06-27 18:58:51.152257980 +0200
@@ -18,19 +18,19 @@
 
 %bcond_without lang
 Name:           kmenuedit5
-Version:        5.22.1
+Version:        5.22.2.1
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
-%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
+%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2}
 # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:        Provides the interface and basic tools for the KDE workspace
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/kmenuedit-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/5.22.2/kmenuedit-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kmenuedit-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/5.22.2/kmenuedit-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.7.0

++++++ kmenuedit-5.22.1.tar.xz -> kmenuedit-5.22.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.22.1/CMakeLists.txt 
new/kmenuedit-5.22.2.1/CMakeLists.txt
--- old/kmenuedit-5.22.1/CMakeLists.txt 2021-06-15 11:57:52.000000000 +0200
+++ new/kmenuedit-5.22.2.1/CMakeLists.txt       2021-06-22 20:59:27.000000000 
+0200
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.22.1")
+set(PROJECT_VERSION "5.22.2")
 
 cmake_minimum_required(VERSION 3.16)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.22.1/po/ta/kmenuedit.po 
new/kmenuedit-5.22.2.1/po/ta/kmenuedit.po
--- old/kmenuedit-5.22.1/po/ta/kmenuedit.po     2021-06-15 11:57:42.000000000 
+0200
+++ new/kmenuedit-5.22.2.1/po/ta/kmenuedit.po   2021-06-22 20:59:17.000000000 
+0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: kmenuedit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-27 02:50+0100\n"
-"PO-Revision-Date: 2021-01-18 19:02+0530\n"
+"PO-Revision-Date: 2021-06-19 20:37+0530\n"
 "Last-Translator: Kishore G <kishor...@gmail.com>\n"
 "Language-Team: Tamil <kde-i18n-...@kde.org>\n"
 "Language: ta\n"
@@ -14,7 +14,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 20.12.1\n"
+"X-Generator: Lokalize 21.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -217,7 +217,7 @@
 "Do you want to save the changes or discard them?"
 msgstr ""
 "???????????????????????? ?????????????????????????????? 
????????????????????????????????????\n"
-"????????????????????? ????????????????????????? 
?????????????????????????????? ?????????????????????????"
+"????????????????????? ????????????????????????? ??????????????? 
?????????????????????????"
 
 #: kmenuedit.cpp:216
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.22.1/po/zh_CN/kmenuedit.po 
new/kmenuedit-5.22.2.1/po/zh_CN/kmenuedit.po
--- old/kmenuedit-5.22.1/po/zh_CN/kmenuedit.po  2021-06-15 11:57:44.000000000 
+0200
+++ new/kmenuedit-5.22.2.1/po/zh_CN/kmenuedit.po        2021-06-22 
20:59:19.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-27 02:50+0100\n"
-"PO-Revision-Date: 2021-06-03 16:08\n"
+"PO-Revision-Date: 2021-06-20 07:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to