Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2020-08-18 13:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfloppy (Old)
 and      /work/SRC/openSUSE:Factory/.kfloppy.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfloppy"

Tue Aug 18 13:57:54 2020 rev:112 rq:826407 version:20.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2020-07-15 
11:49:35.335134023 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new.3399/kfloppy.changes        
2020-08-18 13:58:39.634202149 +0200
@@ -1,0 +2,24 @@
+Sun Aug  9 09:09:05 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-08-apps-update
+- No code change since 20.07.90
+
+-------------------------------------------------------------------
+Sun Aug  2 07:59:27 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.07.90
+  * New feature release
+- No code change since 20.07.80
+
+-------------------------------------------------------------------
+Sun Jul 19 10:04:35 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.07.80
+  * New feature release
+- Changes since 20.04.3:
+  * Use camelcase include. (scripted)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kfloppy.spec ++++++
--- /var/tmp/diff_new_pack.qnAV01/_old  2020-08-18 13:58:40.934202683 +0200
+++ /var/tmp/diff_new_pack.qnAV01/_new  2020-08-18 13:58:40.938202684 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kfloppy
-Version:        20.04.3
+Version:        20.08.0
 Release:        0
 Summary:        Floppy Formatter
 License:        GPL-2.0-only


++++++ kfloppy-20.04.3.tar.xz -> kfloppy-20.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/CMakeLists.txt 
new/kfloppy-20.08.0/CMakeLists.txt
--- old/kfloppy-20.04.3/CMakeLists.txt  2020-07-07 02:55:13.000000000 +0200
+++ new/kfloppy-20.08.0/CMakeLists.txt  2020-08-07 08:58:54.000000000 +0200
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+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 ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/floppy.cpp 
new/kfloppy-20.08.0/floppy.cpp
--- old/kfloppy-20.04.3/floppy.cpp      2020-07-03 23:05:41.000000000 +0200
+++ new/kfloppy-20.08.0/floppy.cpp      2020-08-05 09:55:24.000000000 +0200
@@ -44,12 +44,12 @@
 #include <QUrl>
 
 #include <kmessagebox.h>
-#include <khelpmenu.h>
-#include <kaboutdata.h>
+#include <KHelpMenu>
+#include <KAboutData>
 #include <KLocalizedString>
-#include <kcombobox.h>
-#include <klineedit.h>
-#include <khelpclient.h>
+#include <KComboBox>
+#include <KLineEdit>
+#include <KHelpClient>
 #include <KGuiItem>
 #include <KStandardGuiItem>
 #include <KConfigGroup>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/floppy.h new/kfloppy-20.08.0/floppy.h
--- old/kfloppy-20.04.3/floppy.h        2020-07-03 23:05:41.000000000 +0200
+++ new/kfloppy-20.08.0/floppy.h        2020-08-05 09:55:24.000000000 +0200
@@ -28,7 +28,7 @@
 #include <QDialog>
 #include <QKeyEvent>
 #include <QCloseEvent>
-#include <kconfig.h>
+#include <KConfig>
 
 class QCheckBox;
 class QLineEdit;
Binary files old/kfloppy-20.04.3/logo.png and new/kfloppy-20.08.0/logo.png 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/org.kde.kfloppy.appdata.xml 
new/kfloppy-20.08.0/org.kde.kfloppy.appdata.xml
--- old/kfloppy-20.04.3/org.kde.kfloppy.appdata.xml     2020-07-03 
23:05:41.000000000 +0200
+++ new/kfloppy-20.08.0/org.kde.kfloppy.appdata.xml     2020-08-05 
09:55:24.000000000 +0200
@@ -77,7 +77,7 @@
   <summary xml:lang="zh-TW">軟碟格式化工具</summary>
   <description>
     <p>KFloppy is a utility that provides a straightforward graphical means to 
format 3.5" and 5.25" floppy disks.</p>
-    <p xml:lang="ca">El KFloppy és una utilitat que proporciona un mètode 
gràfic senzill per formatar disquets de 3,5" i 5,25".</p>
+    <p xml:lang="ca">El KFloppy és una utilitat que proporciona un mètode 
gràfic senzill per a formatar disquets de 3,5" i 5,25".</p>
     <p xml:lang="ca-valencia">El KFloppy és una utilitat que proporciona un 
mètode gràfic senzill per formatar disquets de 3,5" i 5,25".</p>
     <p xml:lang="da">KFloppy er et redskab der grafisk er lige til at gå til 
for formatering af 3.5"- og 5.25"-disketter.</p>
     <p xml:lang="de">KFloppy ist ein einfaches Programm zum Formatieren von 
3.5" - und 5.25"-Disketten.</p>
@@ -126,9 +126,9 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="20.08.0" date="2020-08-13"/>
     <release version="20.04.3" date="2020-07-09"/>
     <release version="20.04.2" date="2020-06-11"/>
     <release version="20.04.1" date="2020-05-14"/>
-    <release version="20.04.0" date="2020-04-23"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/po/ca/kfloppy.po 
new/kfloppy-20.08.0/po/ca/kfloppy.po
--- old/kfloppy-20.04.3/po/ca/kfloppy.po        2020-07-07 02:55:11.000000000 
+0200
+++ new/kfloppy-20.08.0/po/ca/kfloppy.po        2020-08-07 08:58:53.000000000 
+0200
@@ -1,23 +1,24 @@
 # Translation of kfloppy.po to Catalan
-# Copyright (C) 1998-2017 This_file_is_part_of_KDE
+# Copyright (C) 1998-2020 This_file_is_part_of_KDE
 #
 # Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001.
 # Albert Astals Cid <[email protected]>, 2002, 2003, 2004, 2005.
 # Josep Ma. Ferrer <[email protected]>, 2005, 2007, 2008, 2009, 2010, 2015, 
2016, 2017.
 # Manuel Tortosa <[email protected]>, 2009.
+# Antoni Bella Pérez <[email protected]>, 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: 2017-12-28 22:23+0100\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2020-08-05 23:02+0200\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -277,7 +278,7 @@
 "formatting.</qt>"
 msgstr ""
 "<qt>Marqueu aquí si voleu que el disquet es verifiqui després del formatat. "
-"Tingueu en compte que el disquet es verificarà dues vegades si heu "
+"Cal tenir en compte que el disquet es verificarà dues vegades si heu "
 "seleccionat un formatat complet.</qt>"
 
 #: floppy.cpp:261
@@ -291,7 +292,7 @@
 "<qt>Check this if you want a volume label for your floppy. Please note that "
 "Minix does not support labels at all.</qt>"
 msgstr ""
-"<qt>Marqueu aquí si voleu una etiqueta de volum pel disquet. Tingueu en "
+"<qt>Marqueu aquí si voleu una etiqueta de volum per al disquet. Cal tenir en "
 "compte que Minix no permet l'ús d'etiquetes.</qt>"
 
 #: floppy.cpp:274 floppy.cpp:726
@@ -307,8 +308,8 @@
 "can only be 11 characters long. Please note that Minix does not support "
 "labels, whatever you enter here.</qt>"
 msgstr ""
-"<qt>Aquí s'indica l'etiqueta de volum. Per limitacions del MS-DOS l'etiqueta "
-"només pot tenir 11 caràcters de longitud. Tingueu en compte que el Minix no "
+"<qt>Aquí s'indica l'etiqueta de volum. Per limitacions de MS-DOS, l'etiqueta "
+"només pot tenir 11 caràcters de longitud. Cal tenir en compte que Minix no "
 "permet l'ús d'etiquetes, encara que la introduïu aquí.</qt>"
 
 #: floppy.cpp:288 floppy.cpp:499
@@ -319,7 +320,7 @@
 #: floppy.cpp:295
 #, kde-format
 msgid "<qt>Click here to start formatting.</qt>"
-msgstr "<qt>Feu clic aquí per iniciar el formatat.</qt>"
+msgstr "<qt>Feu clic aquí per a iniciar el formatat.</qt>"
 
 #: floppy.cpp:321
 #, kde-format
@@ -339,8 +340,8 @@
 "KFloppy cannot find any of the needed programs for creating file systems; "
 "please check your installation.<br /><br />Log:"
 msgstr ""
-"El KFloppy no ha pogut trobar cap dels programes necessaris per crear "
-"sistemes de fitxers; si us plau, comproveu la vostra instal·lació.<br /><br /"
+"El KFloppy no ha pogut trobar cap dels programes necessaris per a crear "
+"sistemes de fitxers. Si us plau, comproveu la vostra instal·lació.<br /><br /"
 ">Registre:"
 
 #: floppy.cpp:376
@@ -400,7 +401,7 @@
 #: format.cpp:294
 #, kde-format
 msgid "Cannot find a device for drive %1 and density %2."
-msgstr "No s'ha pogut trobar cap dispositiu per disc %1 i densitat %2."
+msgstr "No s'ha pogut trobar cap dispositiu per al disc %1 i densitat %2."
 
 #: format.cpp:313
 #, kde-format
@@ -490,7 +491,7 @@
 #: format.cpp:675
 #, kde-format
 msgid "Cannot find a program to create FAT filesystems."
-msgstr "No s'ha trobat cap programa per crear sistemes de fitxers FAT."
+msgstr "No s'ha trobat cap programa per a crear sistemes de fitxers FAT."
 
 #: format.cpp:706
 #, kde-format
@@ -510,7 +511,7 @@
 #, kde-format
 msgctxt "BSD"
 msgid "Cannot find a program to create UFS filesystems."
-msgstr "No s'ha trobat cap programa per crear sistemes de fitxers UFS."
+msgstr "No s'ha trobat cap programa per a crear sistemes de fitxers UFS."
 
 #: format.cpp:796
 #, kde-format
@@ -521,7 +522,7 @@
 #: format.cpp:856
 #, kde-format
 msgid "Cannot find a program to create ext2 filesystems."
-msgstr "No s'ha trobat cap programa per crear sistemes de fitxers ext2."
+msgstr "No s'ha trobat cap programa per a crear sistemes de fitxers ext2."
 
 #: format.cpp:873
 #, kde-format
@@ -531,7 +532,7 @@
 #: format.cpp:954
 #, kde-format
 msgid "Cannot find a program to create Minix filesystems."
-msgstr "No s'ha trobat cap programa per crear sistemes de fitxers Minix."
+msgstr "No s'ha trobat cap programa per a crear sistemes de fitxers Minix."
 
 #: format.cpp:971
 #, kde-format
@@ -598,7 +599,7 @@
 #: main.cpp:65
 #, kde-format
 msgid "Add BSD support"
-msgstr "S'ha implementat pel BSD"
+msgstr "S'ha implementat per al BSD"
 
 #: main.cpp:66
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/po/fr/docs/kfloppy/index.docbook 
new/kfloppy-20.08.0/po/fr/docs/kfloppy/index.docbook
--- old/kfloppy-20.04.3/po/fr/docs/kfloppy/index.docbook        2020-07-07 
02:55:13.000000000 +0200
+++ new/kfloppy-20.08.0/po/fr/docs/kfloppy/index.docbook        2020-08-07 
08:58:54.000000000 +0200
@@ -91,6 +91,21 @@
 >Développeur (ajout de la prise en charge de &BSD;)</contrib>
 </othercredit>
 
+<othercredit role="developer"
+><firstname
+>Wolfgang</firstname
+> <surname
+>Bauer</surname
+> <affiliation
+><address
+><email
+>[email protected]</email
+></address
+></affiliation>
+<contrib
+>Developer (portage vers KF5)</contrib>
+</othercredit>
+
 <othercredit role="reviewer"
 ><firstname
 >Lauri</firstname
@@ -108,9 +123,9 @@
 </authorgroup>
 
 <date
->25/05/2013</date>
+>23/03/2016</date>
 <releaseinfo
->4.9 (&kde; 4.11)</releaseinfo>
+>5.0 (Applications 16.04)</releaseinfo>
 
 <copyright>
 <year
@@ -500,7 +515,7 @@
 ></term>
 <listitem
 ><para
->Ceci affiche les options de base disponibles en ligne de commande.</para>
+>Ceci affiche les options disponibles en ligne de commande.</para>
 </listitem>
 </varlistentry>
 
@@ -508,26 +523,12 @@
 <term
 ><command
 >kfloppy <option
->--help-qt</option
-></command
-></term>
-<listitem
-><para
->Ceci affiche les options disponibles pour changer la manière dont &kfloppy; 
interagit avec &Qt;.</para>
-</listitem>
-</varlistentry>
-
-<varlistentry
-> 
-<term
-><command
->kfloppy <option
->--help-kde</option
+>--author</option
 ></command
 ></term>
 <listitem>
 <para
->Ceci affiche les options disponibles pour changer la manière dont &kfloppy; 
interagit avec &kde;.</para>
+>Affiche les auteurs de &kfloppy; dans une fenêtre de terminal</para>
 </listitem>
 </varlistentry>
 
@@ -535,12 +536,12 @@
 <term
 ><command
 >kfloppy <option
->--help-all</option
+>--license</option
 ></command
 ></term>
 <listitem>
 <para
->Ceci affiche toutes les options disponibles en ligne de commande.</para>
+>Affiche les informations de licence de &kfloppy; dans une fenêtre de 
terminal</para>
 </listitem>
 </varlistentry>
 
@@ -548,12 +549,16 @@
 <term
 ><command
 >kfloppy <option
->--author</option
+>--version</option
 ></command
 ></term>
 <listitem>
 <para
->Affiche les auteurs de &kfloppy; dans une fenêtre de terminal</para>
+>Affiche les informations de version pour &kfloppy;. Également disponible au 
moyen de la commande <command
+>kfloppy <option
+>-v</option
+></command
+> </para>
 </listitem>
 </varlistentry>
 
@@ -561,17 +566,17 @@
 <term
 ><command
 >kfloppy <option
->--version</option
+><replaceable
+>device</replaceable
+></option
 ></command
 ></term>
-<listitem>
+<listitem
+><para
+>Périphérique à formater.</para>
 <para
->Affiche les informations de version pour &Qt;, &kde;, et &kfloppy;. Également 
disponible au moyen de la commande <command
->kfloppy <option
->-V</option
-></command
-> </para>
-</listitem>
+>Ceci formatera directement le périphérique indiqué, en utilisant les 
paramètres enregistrés. Les seuls périphériques pris en charge pour le moment 
sont « /dev/fd0 » et « /dev/fd1 ».</para
+></listitem>
 </varlistentry>
 </variablelist
 > 
@@ -599,6 +604,11 @@
 >&kfloppy; Programme de formatage Copyright 2004, 2005 &Nicolas.Goutte; 
 >&Nicolas.Goutte.mail;</para>
 
 <para
+>&kfloppy; Programme de formatage Copyright 2015, 2016 Wolfgang Bauer <email
+>[email protected]</email
+></para>
+
+<para
 >Documentation Copyright 2000 par &Thad.McGinnis; &Thad.McGinnis.mail;.</para>
 
 <para
@@ -607,9 +617,8 @@
 ></para>
 
 <para
->Traduction française par &GerardDelafond;, &YvesDessertine; et PeterPotrowl;. 
Relecture par  &PatrickChavas;.</para
-> 
-&underFDL; &underGPL; </chapter>
+>Traduction française par &GerardDelafond;, &YvesDessertine; et 
&PeterPotrowl;. Relecture par &PatrickChavas;. </para
+> &underFDL; &underGPL; </chapter>
 
 <appendix id="neededprogs">
 <title
@@ -761,7 +770,7 @@
 </listitem>
 <listitem>
 <para
->C'est une sécurité, pour éviter que l'utilisateur saisisse n'importe quoi 
dans la boîte qui se trouverait être le nom d'un périphérique.</para>
+>Ceci est une sécurité évitant une écriture parasite de l'utilisateur dans la 
boîte de saisie, qui pourrait être le nom d'un périphérique.</para>
 </listitem>
 </itemizedlist>
 </note>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/po/pl/kfloppy.po 
new/kfloppy-20.08.0/po/pl/kfloppy.po
--- old/kfloppy-20.04.3/po/pl/kfloppy.po        2020-07-07 02:55:12.000000000 
+0200
+++ new/kfloppy-20.08.0/po/pl/kfloppy.po        2020-08-07 08:58:53.000000000 
+0200
@@ -1,4 +1,4 @@
-# Version: $Revision: 1569795 $
+# Version: $Revision: 1569808 $
 # translation of kfloppy.po to Polish
 # translation of kfloppy.po to
 # KTranslator Generated File
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/po/sl/kfloppy.po 
new/kfloppy-20.08.0/po/sl/kfloppy.po
--- old/kfloppy-20.04.3/po/sl/kfloppy.po        2020-07-07 02:55:12.000000000 
+0200
+++ new/kfloppy-20.08.0/po/sl/kfloppy.po        2020-08-07 08:58:54.000000000 
+0200
@@ -2,7 +2,7 @@
 # Translation of kfloppy.po to Slovenian
 # -*- mode:po; coding:iso-latin-2; -*- kfloppy Slovenian message catalogue.
 # Copyright (C) 2001,2003, 2004, 2005 Free Software Foundation, Inc.
-# $Id: kfloppy.po 1569795 2020-05-20 23:32:30Z ltoscano $
+# $Id: kfloppy.po 1569808 2020-05-22 08:27:06Z ltoscano $
 # $Source$
 #
 # Marko Samastur <[email protected]>, 2000.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-20.04.3/po/zh_CN/kfloppy.po 
new/kfloppy-20.08.0/po/zh_CN/kfloppy.po
--- old/kfloppy-20.04.3/po/zh_CN/kfloppy.po     2020-07-07 02:55:13.000000000 
+0200
+++ new/kfloppy-20.08.0/po/zh_CN/kfloppy.po     2020-08-07 08:58:54.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-06-24 08:02\n"
+"PO-Revision-Date: 2020-07-31 15:03\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to