commit dragonplayer for openSUSE:Leap:15.2

2020-06-14 Thread root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Leap:15.2 
checked in at 2020-06-15 05:27:49

Comparing /work/SRC/openSUSE:Leap:15.2/dragonplayer (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.3606 (New)


Package is "dragonplayer"

Mon Jun 15 05:27:49 2020 rev:52 rq:813831 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/dragonplayer/dragonplayer.changes  
2020-05-24 18:06:56.425882146 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.3606/dragonplayer.changes
2020-06-15 05:27:50.993673660 +0200
@@ -1,0 +2,9 @@
+Tue Jun  9 12:14:06 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- No code change since 20.04.1
+
+---

Old:

  dragon-20.04.1.tar.xz
  dragon-20.04.1.tar.xz.sig

New:

  dragon-20.04.2.tar.xz
  dragon-20.04.2.tar.xz.sig



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.QWiAMe/_old  2020-06-15 05:27:51.409674978 +0200
+++ /var/tmp/diff_new_pack.QWiAMe/_new  2020-06-15 05:27:51.413674991 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   dragonplayer
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:Multimedia Player
 License:GPL-2.0-or-later


++ dragon-20.04.1.tar.xz -> dragon-20.04.2.tar.xz ++
 2301 lines of diff (skipped)




commit dragonplayer for openSUSE:Leap:15.2

2020-05-24 Thread root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Leap:15.2 
checked in at 2020-05-24 18:06:54

Comparing /work/SRC/openSUSE:Leap:15.2/dragonplayer (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.2738 (New)


Package is "dragonplayer"

Sun May 24 18:06:54 2020 rev:51 rq:806340 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/dragonplayer/dragonplayer.changes  
2020-05-12 11:33:10.711842444 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.2738/dragonplayer.changes
2020-05-24 18:06:56.425882146 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:40:58 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+---
@@ -15,2 +23,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -24,2 +30,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -35 +40 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -50 +55 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  dragon-20.04.0.tar.xz
  dragon-20.04.0.tar.xz.sig

New:

  dragon-20.04.1.tar.xz
  dragon-20.04.1.tar.xz.sig



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.JB4m6b/_old  2020-05-24 18:06:56.765882881 +0200
+++ /var/tmp/diff_new_pack.JB4m6b/_new  2020-05-24 18:06:56.769882889 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   dragonplayer
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:Multimedia Player
 License:GPL-2.0-or-later


++ dragon-20.04.0.tar.xz -> dragon-20.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-20.04.0/CMakeLists.txt 
new/dragon-20.04.1/CMakeLists.txt
--- old/dragon-20.04.0/CMakeLists.txt   2020-04-17 02:29:59.0 +0200
+++ new/dragon-20.04.1/CMakeLists.txt   2020-05-12 03:16:42.0 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "20")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(DragonPlayer VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-20.04.0/misc/org.kde.dragonplayer.appdata.xml 
new/dragon-20.04.1/misc/org.kde.dragonplayer.appdata.xml
--- old/dragon-20.04.0/misc/org.kde.dragonplayer.appdata.xml2020-04-15 
11:10:32.0 +0200
+++ new/dragon-20.04.1/misc/org.kde.dragonplayer.appdata.xml2020-05-11 
23:18:20.0 +0200
@@ -66,6 +66,7 @@
   Odtwarzacz filmów z naciskiem na prostotę
   Leitor de vídeo com foco na simplicidade
   Reprodutor de vídeo com foco na 
simplicidade
+  Простой в использовании видеопроигрыватель
   Video prehrávač s dôrazom na jednoduchosť
   Predvajalnik videov osredotočen na 
enostavnost
   Видео плејер усредсређен на једноставност
@@ -104,6 +105,7 @@
 Odtwarzacz Dragon jest odtwarzaczem multimedialnym, gdzie 
położono nacisk na prostotę, a nie na możliwości. Odtwarzacz Dragon robi jedną 
rzecz i tylko jedną tj. odtwarzanie plików multimedialnych. Jego prosty układ 
sterowania został zaprojektowany tak, aby nie wchodził w drogę, ale aby pomagał 
przy odtwarzaniu plików multimedialnych.
 O Dragon Player é um leitor multimédia em que o foco é a 
simplicidade em vez das funcionalidades. O Dragon Player faz uma coisa e apenas 
uma, que é reproduzir ficheiros multimédia. A sua interface simples é desenhada 
para não se intrometer e sim ajudá-lo a reproduzir ficheiros multimédia de 
forma simples.
 Dragon Player é um reprodutor multimídia com foco na 
simplicidade e não em funcionalidades. Ele faz uma coisa e apenas isso, que é a 
reprodução de arquivos multimídia. Sua interface simples é projetada para não 
atrapalhá-lo e simplesmente reproduzir arquivos multimídia.
+Dragon Player — простой медиапроигрыватель, не 
перегруженный различными функциями. Единственная его задача — воспроизведение 
мультимедийных файлов.
 Dragon Player je multimediálny prehrávač, ktorý sa 
zameriava na jednoduchosť namiest

commit dragonplayer for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Leap:15.2 
checked in at 2020-05-12 11:33:08

Comparing /work/SRC/openSUSE:Leap:15.2/dragonplayer (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.2738 (New)


Package is "dragonplayer"

Tue May 12 11:33:08 2020 rev:50 rq:797322 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/dragonplayer/dragonplayer.changes  
2020-03-15 07:10:16.560924386 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.2738/dragonplayer.changes
2020-05-12 11:33:10.711842444 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:21:54 UTC 2020 - Luca Beltrame 
+
+- 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:29:39 UTC 2020 - Luca Beltrame 
+
+- 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:35 UTC 2020 - Luca Beltrame 
+
+- 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:
+  * Use URLs with transport encryption
+
+---

Old:

  dragon-19.12.3.tar.xz
  dragon-19.12.3.tar.xz.sig

New:

  dragon-20.04.0.tar.xz
  dragon-20.04.0.tar.xz.sig



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.cAOGnT/_old  2020-05-12 11:33:11.199843469 +0200
+++ /var/tmp/diff_new_pack.cAOGnT/_new  2020-05-12 11:33:11.203843477 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dragonplayer
 #
-# 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
@@ -15,56 +15,53 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define rname dragon
 %define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   dragonplayer
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Multimedia Player
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Video/Players
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  kf5-filesystem
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5JobWidgets)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5Parts)
+BuildRequires:  cmake(KF5Solid)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  cmake(KF5Solid)
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Dragon Player is a simple KDE 4 video player.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n %{rname}-%{version}


++ dragon-19.12.3.tar.xz -> dragon-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.3/CMakeLists.txt 
new/dragon-20.04.0/CMakeLists.txt
--- old/dragon-19.12.3/CMakeLists.txt   2020-03-03 01:16:44.0 +0100
+++ new/dragon-20.04.0/CMakeLists.txt   2020-04-17 02:29:59.0 +0200
@@ -1,14 +

commit dragonplayer for openSUSE:Leap:15.2

2020-03-14 Thread root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Leap:15.2 
checked in at 2020-03-15 07:09:59

Comparing /work/SRC/openSUSE:Leap:15.2/dragonplayer (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.3160 (New)


Package is "dragonplayer"

Sun Mar 15 07:09:59 2020 rev:49 rq:784921 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/dragonplayer/dragonplayer.changes  
2020-02-13 14:38:56.489594302 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.3160/dragonplayer.changes
2020-03-15 07:10:16.560924386 +0100
@@ -1,0 +2,10 @@
+Thu Mar  5 20:35:42 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- Changes since 19.12.2:
+  * appdata: improve URLs
+
+---

Old:

  dragon-19.12.2.tar.xz
  dragon-19.12.2.tar.xz.sig

New:

  dragon-19.12.3.tar.xz
  dragon-19.12.3.tar.xz.sig



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.HK9spE/_old  2020-03-15 07:10:17.248924798 +0100
+++ /var/tmp/diff_new_pack.HK9spE/_new  2020-03-15 07:10:17.248924798 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   dragonplayer
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:Multimedia Player
 License:GPL-2.0-or-later


++ dragon-19.12.2.tar.xz -> dragon-19.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.2/CMakeLists.txt 
new/dragon-19.12.3/CMakeLists.txt
--- old/dragon-19.12.2/CMakeLists.txt   2020-02-04 01:21:44.0 +0100
+++ new/dragon-19.12.3/CMakeLists.txt   2020-03-03 01:16:44.0 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(DragonPlayer VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.2/misc/org.kde.dragonplayer.appdata.xml 
new/dragon-19.12.3/misc/org.kde.dragonplayer.appdata.xml
--- old/dragon-19.12.2/misc/org.kde.dragonplayer.appdata.xml2020-02-04 
00:19:33.0 +0100
+++ new/dragon-19.12.3/misc/org.kde.dragonplayer.appdata.xml2020-03-01 
10:40:17.0 +0100
@@ -391,12 +391,12 @@
 
   
   https://bugs.kde.org/enter_bug.cgi?format=guided&product=dragonplayer
-  https://docs.kde.org/stable/en/kdemultimedia/dragonplayer/index.html
+  https://docs.kde.org/?application=dragonplayer
   https://www.kde.org/community/donations/?app=dragon&source=appdata
   https://kde.org/applications/multimedia/org.kde.dragonplayer
   
 
-  https://kde.org/images/screenshots/dragonplayer.png
+  
https://cdn.kde.org/screenshots/dragonplayer/dragonplayer.png
 
   
   KDE
@@ -404,6 +404,7 @@
 dragon
   
   
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.2/po/ca@valencia/dragonplayer.po 
new/dragon-19.12.3/po/ca@valencia/dragonplayer.po
--- old/dragon-19.12.2/po/ca@valencia/dragonplayer.po   2020-02-04 
01:21:38.0 +0100
+++ new/dragon-19.12.3/po/ca@valencia/dragonplayer.po   2020-03-03 
01:16:38.0 +0100
@@ -84,8 +84,8 @@
 #: src/app/discSelectionDialog.cpp:53
 #, kde-format
 msgctxt ""
-"%1 is the disc type, %2 is the name of the disc that the user can choose. Ex. 
"
-"'DVD: OfficeSpace'"
+"%1 is the disc type, %2 is the name of the disc that the user can choose. "
+"Ex. 'DVD: OfficeSpace'"
 msgid "%1: %2"
 msgstr "%1: %2"
 
@@ -260,8 +260,8 @@
 #: src/app/mainWindow.cpp:218
 #, kde-format
 msgid ""
-"Phonon could not be successfully initialized. Dragon Player will now 
exit."
-""
+"Phonon could not be successfully initialized. Dragon Player will now "
+"exit."
 msgstr ""
 "No s'ha pogut inicialitzar correctament el Phonon. El reproductor Dragon "
 "es tancarà ara."
@@ -317,8 +317,8 @@
 #: src/app/mainWindow.cpp:349
 #, kde-format
 msgctxt ""
-"@action:inmenu Whether only one instance of dragon can be started and will be 
"
-"reused when the user tries to play another file."
+"@action:inmenu Whether only one instance of dragon can be started and will "
+"be reused when the user tries to play another file."
 msgid "One Instance Onl

commit dragonplayer for openSUSE:Leap:15.2

2020-02-13 Thread root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Leap:15.2 
checked in at 2020-02-13 14:38:53

Comparing /work/SRC/openSUSE:Leap:15.2/dragonplayer (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.26092 (New)


Package is "dragonplayer"

Thu Feb 13 14:38:53 2020 rev:48 rq:771893 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/dragonplayer/dragonplayer.changes  
2020-01-15 14:53:02.621510271 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.dragonplayer.new.26092/dragonplayer.changes   
2020-02-13 14:38:56.489594302 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:36:55 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:28:45 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+---

Old:

  dragon-19.12.1.tar.xz
  dragon-19.12.1.tar.xz.sig

New:

  dragon-19.12.2.tar.xz
  dragon-19.12.2.tar.xz.sig



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.N3Vijw/_old  2020-02-13 14:38:56.857594504 +0100
+++ /var/tmp/diff_new_pack.N3Vijw/_new  2020-02-13 14:38:56.861594506 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   dragonplayer
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:Multimedia Player
 License:GPL-2.0-or-later
@@ -71,7 +71,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ dragon-19.12.1.tar.xz -> dragon-19.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.1/CMakeLists.txt 
new/dragon-19.12.2/CMakeLists.txt
--- old/dragon-19.12.1/CMakeLists.txt   2020-01-07 01:58:09.0 +0100
+++ new/dragon-19.12.2/CMakeLists.txt   2020-02-04 01:21:44.0 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(DragonPlayer VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.1/misc/dragonplayer-openaudiocd.desktop 
new/dragon-19.12.2/misc/dragonplayer-openaudiocd.desktop
--- old/dragon-19.12.1/misc/dragonplayer-openaudiocd.desktop2020-01-06 
14:58:01.0 +0100
+++ new/dragon-19.12.2/misc/dragonplayer-openaudiocd.desktop2020-02-04 
00:19:33.0 +0100
@@ -21,6 +21,7 @@
 Name[fr]=Lire le CD audio avec Dragon Player
 Name[gl]=Reproducir un CD de son con Dragon Player
 Name[hu]=Hang CD lejátszása a Dragon Playerrel
+Name[ia]=Reproduce Audio CD con Dragon Player
 Name[id]=Putar Audio CD menggunakan Dragon Player
 Name[is]=Spila CD-hljómdisk með Dragon spilaranum
 Name[it]=Leggi CD Audio con Dragon Player
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.1/misc/org.kde.dragonplayer.appdata.xml 
new/dragon-19.12.2/misc/org.kde.dragonplayer.appdata.xml
--- old/dragon-19.12.1/misc/org.kde.dragonplayer.appdata.xml2020-01-06 
14:58:01.0 +0100
+++ new/dragon-19.12.2/misc/org.kde.dragonplayer.appdata.xml2020-02-04 
00:19:33.0 +0100
@@ -404,6 +404,7 @@
 dragon
   
   
+
 
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-19.12.1/po/ca@valencia/dragonplayer.po 
new/dragon-19.12.2/po/ca@valencia/dragonplayer.po
--- old/dragon-19.12.1/po/ca@valencia/dragonplayer.po   2020-01-07 
01:58:02.0 +0100
+++ new/dragon-19.12.2/po/ca@valencia/dragonplayer.po   2020-02-04 
01:21:38.0 +0100
@@ -1,8 +1,8 @@
 # Translation of dragonplayer.po to Catalan (Valencian)
-# Copyright (C) 2008-2018 This_file_is_part_of_KDE
+# Copyright (C) 2008-2019 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2 or later.
 #
-# Josep Ma. Ferrer , 2008, 2009, 2010, 2012, 2013, 2015.
+# Josep Ma. Ferrer , 2008, 2009, 2010, 2012, 2013, 2015, 
2019.
 # Joan Maspons , 2009.
 # Manuel Tortosa Moreno , 2010, 2011.
 # Antoni Bella Pérez , 2018.
@@ -11,8 +11,8 @@
 "Project-Id-Version: dragonplayer\n"
 "Report-