Hello community,

here is the log from the commit of package kfloppy for openSUSE:Leap:15.2 
checked in at 2020-05-13 03:51:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kfloppy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kfloppy.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfloppy"

Wed May 13 03:51:55 2020 rev:43 rq:797384 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kfloppy/kfloppy.changes        2020-03-15 
07:12:01.192987006 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kfloppy.new.2738/kfloppy.changes      
2020-05-13 03:51:56.704213545 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:22 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:02 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:16:57 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * avoid string compare if first one matched
+  * avoid possible QStringList detach
+  * remove pointless endl on debug message
+  * Make it compiles against qt5.15 (endl other other use Qt:: namespace now)
+  * Fix minor EBN issue and typo
+
+-------------------------------------------------------------------

Old:
----
  kfloppy-19.12.3.tar.xz
  kfloppy-19.12.3.tar.xz.sig

New:
----
  kfloppy-20.04.0.tar.xz
  kfloppy-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kfloppy.spec ++++++
--- /var/tmp/diff_new_pack.rS6fP3/_old  2020-05-13 03:51:57.096214367 +0200
+++ /var/tmp/diff_new_pack.rS6fP3/_new  2020-05-13 03:51:57.096214367 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kfloppy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,37 +21,33 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kfloppy
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Floppy Formatter
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Widgets)
 %if %{with lang}
-Recommends:     %{name}-lang
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
 %endif
+Recommends:     %{name}-lang
 
 %description
 KDE Floppy Disk Utility
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n kfloppy-%{version}


++++++ kfloppy-19.12.3.tar.xz -> kfloppy-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/.gitignore 
new/kfloppy-20.04.0/.gitignore
--- old/kfloppy-19.12.3/.gitignore      2020-03-01 10:38:43.000000000 +0100
+++ new/kfloppy-20.04.0/.gitignore      2020-04-15 11:08:36.000000000 +0200
@@ -43,3 +43,4 @@
 
 # End of https://www.gitignore.io/api/qt
 
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/CMakeLists.txt 
new/kfloppy-20.04.0/CMakeLists.txt
--- old/kfloppy-19.12.3/CMakeLists.txt  2020-03-03 01:15:45.000000000 +0100
+++ new/kfloppy-20.04.0/CMakeLists.txt  2020-04-17 02:29:20.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Application Version, managed by release script
-set (KDE_APPLICATIONS_VERSION_MAJOR "19")
-set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
-set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set (RELEASE_SERVICE_VERSION_MAJOR "20")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-project(kfloppy VERSION ${KDE_APPLICATIONS_VERSION})
+project(kfloppy VERSION ${RELEASE_SERVICE_VERSION})
 
 if(NOT UNIX)
   message(FATAL_ERROR "KFloppy is only supposed to be built on Unix 
platforms.")
@@ -34,13 +34,10 @@
         add_definitions(-DQT_NO_FOREACH)
         MESSAGE(STATUS "compile without foreach")
 endif()
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
-endif()
+
 set(kfloppy_SRCS main.cpp format.cpp floppy.cpp )
 
-set_property(SOURCE main.cpp APPEND PROPERTY COMPILE_DEFINITIONS 
"KFLOPPY_VERSION=\"${KDE_APPLICATIONS_VERSION}\"")
+set_property(SOURCE main.cpp APPEND PROPERTY COMPILE_DEFINITIONS 
"KFLOPPY_VERSION=\"${RELEASE_SERVICE_VERSION}\"")
 
 ecm_qt_declare_logging_category(kfloppy_SRCS HEADER kfloppy_debug.h IDENTIFIER 
KFLOPPY_LOG CATEGORY_NAME org.kde.kfloppy)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/floppy.cpp 
new/kfloppy-20.04.0/floppy.cpp
--- old/kfloppy-19.12.3/floppy.cpp      2020-03-01 10:38:43.000000000 +0100
+++ new/kfloppy-20.04.0/floppy.cpp      2020-04-15 11:08:36.000000000 +0200
@@ -429,17 +429,17 @@
     QDBusInterface mediamanager( QStringLiteral( "org.kde.kded" ), 
QStringLiteral( "/modules/mediamanager" ), QStringLiteral( 
"org.kde.MediaManager" ) );
     QDBusReply<QStringList> reply = mediamanager.call( QStringLiteral( 
"properties" ), name );
     if (!reply.isValid()) {
-      qCritical() << "Invalid reply from mediamanager" << endl;
+        qCritical() << "Invalid reply from mediamanager";
     } else {
-      QStringList properties = reply;
-      newDevice = properties[5];
+      const QStringList properties = reply;
+      newDevice = properties.at(5);
     }
   }
 
   int drive = -1;
   if ( newDevice.startsWith(QLatin1String( "/dev/fd0" )) )
     drive = 0;
-  if ( newDevice.startsWith(QLatin1String( "/dev/fd1" )))
+  else if ( newDevice.startsWith(QLatin1String( "/dev/fd1" )))
     drive = 1;
 
   // ### TODO user given devices
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/format.h new/kfloppy-20.04.0/format.h
--- old/kfloppy-19.12.3/format.h        2020-03-01 10:38:43.000000000 +0100
+++ new/kfloppy-20.04.0/format.h        2020-04-15 11:08:36.000000000 +0200
@@ -75,7 +75,7 @@
        
 public Q_SLOTS:
        /**
-        * Exec() should return quickly to ensire that the GUI
+        * Exec() should return quickly to ensure that the GUI
         * thread stays alive. quit() should abort the action.
         */
        virtual void exec();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/main.cpp new/kfloppy-20.04.0/main.cpp
--- old/kfloppy-19.12.3/main.cpp        2020-03-01 10:38:43.000000000 +0100
+++ new/kfloppy-20.04.0/main.cpp        2020-04-15 11:08:36.000000000 +0200
@@ -57,7 +57,7 @@
         "(c) 2004, 2005, Nicolas Goutte\n"
         "(c) 2015, 2016, Wolfgang Bauer"),
         i18n("KFloppy helps you format floppies with the filesystem of your 
choice."),
-        QStringLiteral("http://utils.kde.org/projects/kfloppy";)
+        QStringLiteral("https://utils.kde.org/projects/kfloppy";)
     );
 
     aboutData.addAuthor(i18n("Bernd Johannes Wuebben"), i18n("Author and 
former maintainer"), QStringLiteral("wueb...@kde.org"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/org.kde.kfloppy.appdata.xml 
new/kfloppy-20.04.0/org.kde.kfloppy.appdata.xml
--- old/kfloppy-19.12.3/org.kde.kfloppy.appdata.xml     2020-03-01 
10:38:43.000000000 +0100
+++ new/kfloppy-20.04.0/org.kde.kfloppy.appdata.xml     2020-04-15 
11:08:36.000000000 +0200
@@ -12,6 +12,7 @@
   <name xml:lang="el">KFloppy</name>
   <name xml:lang="en-GB">KFloppy</name>
   <name xml:lang="es">KFloppy</name>
+  <name xml:lang="et">KFloppy</name>
   <name xml:lang="eu">KFloppy</name>
   <name xml:lang="fi">KFloppy</name>
   <name xml:lang="fr">KFloppy</name>
@@ -47,6 +48,7 @@
   <summary xml:lang="el">Φορμάρισμα εύκαμπτου δίσκου</summary>
   <summary xml:lang="en-GB">Floppy disk formatter</summary>
   <summary xml:lang="es">Formateador de disquetes</summary>
+  <summary xml:lang="et">Disketi vormindamise tööriist</summary>
   <summary xml:lang="eu">Diskete formateatzailea</summary>
   <summary xml:lang="fi">Levykkeen alustusohjelma</summary>
   <summary xml:lang="fr">Outil de formatage de disquettes</summary>
@@ -82,6 +84,7 @@
     <p xml:lang="el">Το KFloppy είναι ένα εργαλείο που παρέχει ένα γραφικό 
μέσο για φορμάρισμα σε 3.5" και 5.25" εύκαμπτους δίσκους</p>
     <p xml:lang="en-GB">KFloppy is a utility that provides a straightforward 
graphical means to format 3.5" and 5.25" floppy disks.</p>
     <p xml:lang="es">KFloppy es una utilidad que proporciona un modo gráfico 
directo para formatear disquetes de 3.5" y 5.25".</p>
+    <p xml:lang="et">KFloppy võimaldab graafiliselt vormindada 3,5- ja 
5,25-tolliseid diskette.</p>
     <p xml:lang="eu">KFloppy 3,5" eta 5,25"-etako disketeak formateatzeko bide 
grafiko erraz bat eskaintzen duen baliagarritasun bat da.</p>
     <p xml:lang="fi">KFloppy on työkalu, jolla voi helposti alustaa 3½" ja 5¼" 
levykkeet.</p>
     <p xml:lang="fr">KFloppy est un outil graphique permettant de formater les 
disquettes aux formats 3,5 pouces et 5,25 pouces.</p>
@@ -123,9 +126,9 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="20.04.0" date="2020-04-23"/>
     <release version="19.12.3" date="2020-03-05"/>
     <release version="19.12.2" date="2020-02-06"/>
     <release version="19.12.1" date="2020-01-09"/>
-    <release version="19.12.0" date="2019-12-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/org.kde.kfloppy.desktop 
new/kfloppy-20.04.0/org.kde.kfloppy.desktop
--- old/kfloppy-19.12.3/org.kde.kfloppy.desktop 2020-03-01 10:38:43.000000000 
+0100
+++ new/kfloppy-20.04.0/org.kde.kfloppy.desktop 2020-04-15 11:08:36.000000000 
+0200
@@ -154,6 +154,7 @@
 Comment[el]=Εργαλείο διαμόρφωσης δισκέτας
 Comment[en_GB]=Floppy Formatter
 Comment[es]=Formateador de disquetes
+Comment[et]=Diskettide vormindamise tööriist
 Comment[eu]=Diskete-formateatzailea
 Comment[fi]=Levykkeen alustus
 Comment[fr]=Outil de formatage de disquettes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/po/de/docs/kfloppy/index.docbook 
new/kfloppy-20.04.0/po/de/docs/kfloppy/index.docbook
--- old/kfloppy-19.12.3/po/de/docs/kfloppy/index.docbook        2020-03-03 
01:15:45.000000000 +0100
+++ new/kfloppy-20.04.0/po/de/docs/kfloppy/index.docbook        2020-04-17 
02:29:20.000000000 +0200
@@ -636,8 +636,7 @@
 >Übersetzung Gregor Zumstein <email
 >zumst...@ssd.ethz.ch</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 <appendix id="neededprogs">
 <title
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/po/ia/kfloppy.po 
new/kfloppy-20.04.0/po/ia/kfloppy.po
--- old/kfloppy-19.12.3/po/ia/kfloppy.po        2020-03-03 01:15:44.000000000 
+0100
+++ new/kfloppy-20.04.0/po/ia/kfloppy.po        2020-04-17 02:29:19.000000000 
+0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Giovanni Sora <g.s...@tiscali.it>, 2012, 2013, 2014, 2020.
+# Giovanni Sora <g.s...@tiscali.it>, 2012, 2013, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-21 03:19+0200\n"
-"PO-Revision-Date: 2020-01-31 22:47+0100\n"
-"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
-"Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2014-04-29 13:37+0200\n"
+"Last-Translator: G.Sora <g.s...@tiscali.it>\n"
+"Language-Team: Interlingua <kde-l10n...@kde.org>\n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 1.5\n"
 
 #: floppy.cpp:82
 #, kde-format
@@ -546,7 +546,7 @@
 #: main.cpp:65
 #, kde-format
 msgid "Adriaan de Groot"
-msgstr "Adriaan de Groot"
+msgstr ""
 
 #: main.cpp:65
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/po/ko/kfloppy.po 
new/kfloppy-20.04.0/po/ko/kfloppy.po
--- old/kfloppy-19.12.3/po/ko/kfloppy.po        2020-03-03 01:15:44.000000000 
+0100
+++ new/kfloppy-20.04.0/po/ko/kfloppy.po        2020-04-17 02:29:19.000000000 
+0200
@@ -2,14 +2,14 @@
 # Copyright (C) 1999-2001, 2007-2008 Free Software Foundation, Inc.
 # Byeong-Chan Kim <redha...@linux.sarnag.net>, 1999.
 # Kim jaehwan <my...@yahoo.co.kr>, 2001.
-# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2016.
+# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2016, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kfloppy\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-21 03:19+0200\n"
-"PO-Revision-Date: 2016-12-05 22:46+0100\n"
+"PO-Revision-Date: 2020-04-05 12:50+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #: floppy.cpp:82
 #, kde-format
@@ -352,8 +352,8 @@
 "check the correctness of the device name.)<br/>Are you sure you wish to "
 "proceed?</qt>"
 msgstr ""
-"<qt>포맷 과정은 다음 장치의 데이터를 모두 지울 것입니다:<br /><b>%1</b><br />"
-"장치 이름이 올바른지 확인하십시오.<br />계속 진행하시겠습니까?</qt>"
+"<qt>포맷 과정은 다음 장치의 데이터를 모두 지웁니다:<br /><b>%1</b><br />장치 "
+"이름이 올바른지 확인하십시오.<br />계속 진행하시겠습니까?</qt>"
 
 #: floppy.cpp:530 floppy.cpp:545
 #, kde-format
@@ -371,7 +371,7 @@
 "Formatting will erase all data on the disk.\n"
 "Are you sure you wish to proceed?"
 msgstr ""
-"포맷 과정은 디스크의 모든 데이터를 지울 것입니다.\n"
+"포맷 과정은 디스크의 모든 데이터를 지웁니다.\n"
 "계속 진행하시겠습니까?"
 
 #: format.cpp:267
@@ -401,7 +401,7 @@
 #: format.cpp:348
 #, kde-format
 msgid "The program %1 terminated with an error."
-msgstr "프로그램 %1이(가) 오류와 함께 종료되었습니다."
+msgstr "프로그램 %1이(가) 오류를 반환하고 종료되었습니다."
 
 #: format.cpp:354
 #, kde-format
@@ -476,7 +476,7 @@
 #: format.cpp:675
 #, kde-format
 msgid "Cannot find a program to create FAT filesystems."
-msgstr "FAT 파일 시스템을 만들기 위한 프로그램을 찾을 수 없습니다."
+msgstr "FAT 파일 시스템을 만드는 프로그램을 찾을 수 없습니다."
 
 #: format.cpp:706
 #, kde-format
@@ -496,7 +496,7 @@
 #, kde-format
 msgctxt "BSD"
 msgid "Cannot find a program to create UFS filesystems."
-msgstr "UFS 파일 시스템을 만들기 위한 프로그램을 찾을 수 없습니다."
+msgstr "UFS 파일 시스템을 만드는 프로그램을 찾을 수 없습니다."
 
 #: format.cpp:796
 #, kde-format
@@ -507,7 +507,7 @@
 #: format.cpp:856
 #, kde-format
 msgid "Cannot find a program to create ext2 filesystems."
-msgstr "ext2 파일 시스템을 만들기 위한 프로그램을 찾을 수 없습니다."
+msgstr "ext2 파일 시스템을 만드는 프로그램을 찾을 수 없습니다."
 
 #: format.cpp:873
 #, kde-format
@@ -517,7 +517,7 @@
 #: format.cpp:954
 #, kde-format
 msgid "Cannot find a program to create Minix filesystems."
-msgstr "Minix 파일 시스템을 만들기 위한 프로그램을 찾을 수 없습니다."
+msgstr "Minix 파일 시스템을 만드는 프로그램을 찾을 수 없습니다."
 
 #: format.cpp:971
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/po/nb/kfloppy.po 
new/kfloppy-20.04.0/po/nb/kfloppy.po
--- old/kfloppy-19.12.3/po/nb/kfloppy.po        2020-03-03 01:15:44.000000000 
+0100
+++ new/kfloppy-20.04.0/po/nb/kfloppy.po        2020-04-17 02:29:19.000000000 
+0200
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2019-06-21 03:19+0200\n"
 "PO-Revision-Date: 2009-03-27 09:00+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
-"Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/po/nn/kfloppy.po 
new/kfloppy-20.04.0/po/nn/kfloppy.po
--- old/kfloppy-19.12.3/po/nn/kfloppy.po        2020-03-03 01:15:45.000000000 
+0100
+++ new/kfloppy-20.04.0/po/nn/kfloppy.po        2020-04-17 02:29:19.000000000 
+0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-06-21 03:19+0200\n"
 "PO-Revision-Date: 2019-05-01 11:44+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
-"Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-19.12.3/po/zh_CN/kfloppy.po 
new/kfloppy-20.04.0/po/zh_CN/kfloppy.po
--- old/kfloppy-19.12.3/po/zh_CN/kfloppy.po     2020-03-03 01:15:45.000000000 
+0100
+++ new/kfloppy-20.04.0/po/zh_CN/kfloppy.po     2020-04-17 02:29:20.000000000 
+0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-21 03:19+0200\n"
-"PO-Revision-Date: 2020-01-20 21:57\n"
+"PO-Revision-Date: 2020-03-25 19:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to