Hello community,

here is the log from the commit of package libkcddb for openSUSE:Factory 
checked in at 2017-08-24 17:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkcddb (Old)
 and      /work/SRC/openSUSE:Factory/.libkcddb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkcddb"

Thu Aug 24 17:47:42 2017 rev:10 rq:516455 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkcddb/libkcddb.changes        2017-07-25 
11:33:09.209710743 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb.new/libkcddb.changes   2017-08-24 
17:47:43.371942507 +0200
@@ -1,0 +2,17 @@
+Fri Aug 11 22:46:16 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+  * Use Q_DECL_OVERRIDE 
+
+-------------------------------------------------------------------
+Sat Aug  5 18:19:14 UTC 2017 - [email protected]
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  libkcddb-17.04.3.tar.xz

New:
----
  libkcddb-17.08.0.tar.xz

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

Other differences:
------------------
++++++ libkcddb.spec ++++++
--- /var/tmp/diff_new_pack.mKkKlw/_old  2017-08-24 17:47:44.131835476 +0200
+++ /var/tmp/diff_new_pack.mKkKlw/_new  2017-08-24 17:47:44.143833785 +0200
@@ -19,10 +19,10 @@
 %bcond_without lang
 
 Name:           libkcddb
-Version:        17.04.3
+Version:        17.08.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        CDDB library for KDE Applications
 License:        GPL-2.0+
@@ -46,7 +46,9 @@
 Provides:       libkcddb5 = %{version}
 Obsoletes:      libkcddb16 < %{version}
 Provides:       libkcddb16 < %{version}
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -109,29 +111,33 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING*
+%dir %{_kf5_htmldir}
+%dir %{_kf5_htmldir}/en
+%doc %lang(en) %{_kf5_htmldir}/en/*/
+%{_kf5_configkcfgdir}/
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
-%{_kf5_configkcfgdir}/
-%dir %{_kf5_htmldir}/en
-%dir %{_kf5_htmldir}
-%doc %{_kf5_htmldir}/en/*/
 
 %files -n libKF5Cddb5
 %defattr(-,root,root)
+%doc COPYING*
 %{_kf5_libdir}/libKF5Cddb.so.*
 
 %files -n libKF5CddbWidgets5
 %defattr(-,root,root)
+%doc COPYING*
 %{_kf5_libdir}/libKF5CddbWidgets.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_kf5_libdir}/cmake/KF5Cddb/
-%{_kf5_libdir}/libKF5Cddb.so
-%{_kf5_libdir}/libKF5CddbWidgets.so
+%doc COPYING*
+%{_kf5_cmakedir}/KF5Cddb/
 %{_kf5_includedir}/KCddb
 %{_kf5_includedir}/kcddb_version.h
-%{_libdir}/qt5/mkspecs/modules/qt_KCddb.pri
+%{_kf5_libdir}/libKF5Cddb.so
+%{_kf5_libdir}/libKF5CddbWidgets.so
+%{_kf5_mkspecsdir}/qt_KCddb.pri
 
 %if %{with lang}
 %files lang -f %{name}.lang

++++++ libkcddb-17.04.3.tar.xz -> libkcddb-17.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/kcmcddb/kcmcddb.h 
new/libkcddb-17.08.0/kcmcddb/kcmcddb.h
--- old/libkcddb-17.04.3/kcmcddb/kcmcddb.h      2017-02-22 18:02:04.000000000 
+0100
+++ new/libkcddb-17.08.0/kcmcddb/kcmcddb.h      2017-06-02 07:31:07.000000000 
+0200
@@ -36,9 +36,9 @@
 
   public Q_SLOTS:
 
-    void defaults();
-    void save();
-    void load();
+    void defaults() Q_DECL_OVERRIDE;
+    void save() Q_DECL_OVERRIDE;
+    void load() Q_DECL_OVERRIDE;
 
   protected:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/asynccddbplookup.h 
new/libkcddb-17.08.0/libkcddb/asynccddbplookup.h
--- old/libkcddb-17.04.3/libkcddb/asynccddbplookup.h    2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/asynccddbplookup.h    2017-06-02 
07:31:07.000000000 +0200
@@ -49,7 +49,7 @@
 
       virtual ~AsyncCDDBPLookup();
 
-      Result lookup( const QString &, uint, const TrackOffsetList & );
+      Result lookup( const QString &, uint, const TrackOffsetList & ) 
Q_DECL_OVERRIDE;
 
     Q_SIGNALS:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/asynchttplookup.h 
new/libkcddb-17.08.0/libkcddb/asynchttplookup.h
--- old/libkcddb-17.04.3/libkcddb/asynchttplookup.h     2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/asynchttplookup.h     2017-06-02 
07:31:07.000000000 +0200
@@ -37,7 +37,7 @@
       AsyncHTTPLookup();
       virtual ~AsyncHTTPLookup();
 
-      Result lookup( const QString &, uint, const TrackOffsetList & );
+      Result lookup( const QString &, uint, const TrackOffsetList & ) 
Q_DECL_OVERRIDE;
 
       CDInfoList lookupResponse() const;
 
@@ -53,7 +53,7 @@
       void slotResult( KJob * );
 
     protected:
-      virtual Result fetchURL();
+      Result fetchURL() Q_DECL_OVERRIDE;
 
       Result runQuery();
   };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/asynchttpsubmit.h 
new/libkcddb-17.08.0/libkcddb/asynchttpsubmit.h
--- old/libkcddb-17.04.3/libkcddb/asynchttpsubmit.h     2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/asynchttpsubmit.h     2017-06-02 
07:31:07.000000000 +0200
@@ -35,7 +35,7 @@
     Q_SIGNALS:
       void finished( KCDDB::Result );
     protected:
-      virtual Result runJob(KIO::Job* job);
+      Result runJob(KIO::Job* job) Q_DECL_OVERRIDE;
     private Q_SLOTS:
       void slotFinished(KJob*);
   } ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/asyncsmtpsubmit.h 
new/libkcddb-17.08.0/libkcddb/asyncsmtpsubmit.h
--- old/libkcddb-17.04.3/libkcddb/asyncsmtpsubmit.h     2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/asyncsmtpsubmit.h     2017-06-02 
07:31:07.000000000 +0200
@@ -43,7 +43,7 @@
     protected Q_SLOTS:
       void slotDone( KJob * );
     protected:
-      virtual Result runJob(KIO::Job* job);
+      Result runJob(KIO::Job* job) Q_DECL_OVERRIDE;
   } ;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/httpsubmit.h 
new/libkcddb-17.08.0/libkcddb/httpsubmit.h
--- old/libkcddb-17.04.3/libkcddb/httpsubmit.h  2017-02-22 18:02:04.000000000 
+0100
+++ new/libkcddb-17.08.0/libkcddb/httpsubmit.h  2017-06-02 07:31:07.000000000 
+0200
@@ -31,7 +31,7 @@
       virtual ~HTTPSubmit();
 
     protected:
-      virtual KIO::Job* createJob(const CDInfo& cdInfo);
+      KIO::Job* createJob(const CDInfo& cdInfo) Q_DECL_OVERRIDE;
 
       QUrl url_;
       QString from_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/smtpsubmit.h 
new/libkcddb-17.08.0/libkcddb/smtpsubmit.h
--- old/libkcddb-17.04.3/libkcddb/smtpsubmit.h  2017-02-22 18:02:04.000000000 
+0100
+++ new/libkcddb-17.08.0/libkcddb/smtpsubmit.h  2017-06-02 07:31:07.000000000 
+0200
@@ -31,9 +31,9 @@
       virtual ~SMTPSubmit();
 
     protected:
-      virtual void makeDiskData( const CDInfo&, const TrackOffsetList& );
+      void makeDiskData( const CDInfo&, const TrackOffsetList& ) 
Q_DECL_OVERRIDE;
 
-      virtual KIO::Job* createJob(const CDInfo& cdInfo);
+      KIO::Job* createJob(const CDInfo& cdInfo) Q_DECL_OVERRIDE;
 
       QUrl url_;
       QString from_, to_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/synccddbplookup.h 
new/libkcddb-17.08.0/libkcddb/synccddbplookup.h
--- old/libkcddb-17.04.3/libkcddb/synccddbplookup.h     2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/synccddbplookup.h     2017-06-02 
07:31:07.000000000 +0200
@@ -33,7 +33,7 @@
       SyncCDDBPLookup();
       virtual ~SyncCDDBPLookup();
 
-      Result lookup( const QString &, uint, const TrackOffsetList & );
+      Result lookup( const QString &, uint, const TrackOffsetList & ) 
Q_DECL_OVERRIDE;
 
       CDInfoList lookupResponse() const;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/synchttplookup.h 
new/libkcddb-17.08.0/libkcddb/synchttplookup.h
--- old/libkcddb-17.04.3/libkcddb/synchttplookup.h      2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/synchttplookup.h      2017-06-02 
07:31:07.000000000 +0200
@@ -32,13 +32,13 @@
       SyncHTTPLookup();
       virtual ~SyncHTTPLookup();
 
-      Result lookup( const QString &, uint, const TrackOffsetList & );
+      Result lookup( const QString &, uint, const TrackOffsetList & ) 
Q_DECL_OVERRIDE;
 
       CDInfoList lookupResponse() const;
 
     protected:
 
-      virtual Result fetchURL();
+      Result fetchURL() Q_DECL_OVERRIDE;
 
       Result runQuery();
       Result matchToCDInfo( const CDDBMatch & );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/synchttpsubmit.h 
new/libkcddb-17.08.0/libkcddb/synchttpsubmit.h
--- old/libkcddb-17.04.3/libkcddb/synchttpsubmit.h      2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/synchttpsubmit.h      2017-06-02 
07:31:07.000000000 +0200
@@ -30,7 +30,7 @@
       virtual ~SyncHTTPSubmit();
 
     protected:
-      virtual Result runJob(KIO::Job* job);
+      Result runJob(KIO::Job* job) Q_DECL_OVERRIDE;
   } ;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/libkcddb/syncsmtpsubmit.h 
new/libkcddb-17.08.0/libkcddb/syncsmtpsubmit.h
--- old/libkcddb-17.04.3/libkcddb/syncsmtpsubmit.h      2017-02-22 
18:02:04.000000000 +0100
+++ new/libkcddb-17.08.0/libkcddb/syncsmtpsubmit.h      2017-06-02 
07:31:07.000000000 +0200
@@ -30,7 +30,7 @@
                      const QString& from, const QString& to);
       virtual ~SyncSMTPSubmit();
     protected:
-      virtual Result runJob(KIO::Job* job);
+      Result runJob(KIO::Job* job) Q_DECL_OVERRIDE;
   } ;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/po/bg/kcmcddb.po 
new/libkcddb-17.08.0/po/bg/kcmcddb.po
--- old/libkcddb-17.04.3/po/bg/kcmcddb.po       2017-07-11 02:21:04.000000000 
+0200
+++ new/libkcddb-17.08.0/po/bg/kcmcddb.po       2017-08-11 02:38:04.000000000 
+0200
@@ -1,8 +1,5 @@
-# translation of kcmcddb.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id: kcmcddb.po 1475095 2016-11-19 20:01:24Z scripty $
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov <[email protected]>, 2006, 2008.
 # Yasen Pramatarov <[email protected]>, 2009.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/po/bg/libkcddb.po 
new/libkcddb-17.08.0/po/bg/libkcddb.po
--- old/libkcddb-17.04.3/po/bg/libkcddb.po      2017-07-11 02:21:04.000000000 
+0200
+++ new/libkcddb-17.08.0/po/bg/libkcddb.po      2017-08-11 02:38:04.000000000 
+0200
@@ -1,8 +1,5 @@
-# translation of libkcddb.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id: libkcddb.po 1475312 2016-11-21 03:04:28Z scripty $
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov <[email protected]>, 2007, 2008, 2012.
 # Yasen Pramatarov <[email protected]>, 2012.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/po/he/libkcddb.po 
new/libkcddb-17.08.0/po/he/libkcddb.po
--- old/libkcddb-17.04.3/po/he/libkcddb.po      2017-07-11 02:21:04.000000000 
+0200
+++ new/libkcddb-17.08.0/po/he/libkcddb.po      2017-08-11 02:38:04.000000000 
+0200
@@ -1171,7 +1171,3 @@
 #, kde-format
 msgid "%1 (disc %2)"
 msgstr ""
-
-#, fuzzy
-#~ msgid "Cancel"
-#~ msgstr "דאנס"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkcddb-17.04.3/po/pt/docs/kcontrol/cddbretrieval5/index.docbook 
new/libkcddb-17.08.0/po/pt/docs/kcontrol/cddbretrieval5/index.docbook
--- old/libkcddb-17.04.3/po/pt/docs/kcontrol/cddbretrieval5/index.docbook       
2017-07-11 02:21:05.000000000 +0200
+++ new/libkcddb-17.08.0/po/pt/docs/kcontrol/cddbretrieval5/index.docbook       
2017-08-11 02:38:05.000000000 +0200
@@ -142,9 +142,9 @@
 </copyright>
 
 <date
->2010-02-19</date>
+>2013-12-05</date>
 <releaseinfo
->&kde; 4.4</releaseinfo>
+>&kde; 4.12</releaseinfo>
 
 </articleinfo>
 
@@ -162,9 +162,7 @@
 
 <sect2 id="lookup-tab">
 <title
->A página para <guilabel
->Procurar</guilabel
-></title>
+>A Página de Pesquisa</title>
 <screenshot>
 <screeninfo
 >A página <guilabel
@@ -233,9 +231,7 @@
 
 <sect2 id="submit-tab">
 <title
->A Página <guilabel
->Enviar</guilabel
-></title>
+>A Página de Envio</title>
 
 <screenshot>
 <screeninfo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/po/sl/libkcddb.po 
new/libkcddb-17.08.0/po/sl/libkcddb.po
--- old/libkcddb-17.04.3/po/sl/libkcddb.po      2017-07-11 02:21:05.000000000 
+0200
+++ new/libkcddb-17.08.0/po/sl/libkcddb.po      2017-08-11 02:38:05.000000000 
+0200
@@ -4,20 +4,20 @@
 #
 # Gregor Rakar <[email protected]>, 2003, 2004, 2005.
 # Jure Repinc <[email protected]>, 2005, 2006, 2007, 2012.
-# Andrej Mernik <[email protected]>, 2013, 2014, 2016.
+# Andrej Mernik <[email protected]>, 2013, 2014, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkcddb\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-21 03:04+0100\n"
-"PO-Revision-Date: 2016-08-17 19:51+0200\n"
+"PO-Revision-Date: 2017-07-22 09:00+0100\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 
@@ -1147,7 +1147,7 @@
 #: libkcddb/kcddb.cpp:44
 #, kde-format
 msgid "No response"
-msgstr "Ni odziva"
+msgstr "Ni odgovora"
 
 #: libkcddb/kcddb.cpp:48
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/po/tr/kcmcddb.po 
new/libkcddb-17.08.0/po/tr/kcmcddb.po
--- old/libkcddb-17.04.3/po/tr/kcmcddb.po       2017-07-11 02:21:05.000000000 
+0200
+++ new/libkcddb-17.08.0/po/tr/kcmcddb.po       2017-08-11 02:38:05.000000000 
+0200
@@ -20,8 +20,8 @@
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
 "PO-Revision-Date: 2014-06-08 13:56+0000\n"
 "Last-Translator: Volkan Gezer <[email protected]>\n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdemultimedia-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdemultimedia-k-";
+"tr/language/tr/)\n"
 "Language: tr\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/libkcddb-17.04.3/po/tr/libkcddb.po 
new/libkcddb-17.08.0/po/tr/libkcddb.po
--- old/libkcddb-17.04.3/po/tr/libkcddb.po      2017-07-11 02:21:05.000000000 
+0200
+++ new/libkcddb-17.08.0/po/tr/libkcddb.po      2017-08-11 02:38:05.000000000 
+0200
@@ -15,8 +15,8 @@
 "POT-Creation-Date: 2016-11-21 03:04+0100\n"
 "PO-Revision-Date: 2014-06-08 13:56+0000\n"
 "Last-Translator: Volkan Gezer <[email protected]>\n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdemultimedia-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdemultimedia-k-";
+"tr/language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -331,8 +331,8 @@
 "Write names as \"first last\", not \"last, first\". Omit any leading \"The"
 "\".  Use \"Various\" for compilations."
 msgstr ""
-"İsimleri \"Soyadı, Adı\" yerine \"Adı Soyadı\" şeklinde yazın. En başa\"The\""
-". koymaktan kaçının. Derlemeler için \"Çeşitli\"'yi kullanın."
+"İsimleri \"Soyadı, Adı\" yerine \"Adı Soyadı\" şeklinde yazın. En başa\"The"
+"\". koymaktan kaçının. Derlemeler için \"Çeşitli\"'yi kullanın."
 
 #. i18n: ectx: property (text), widget (QLabel, lb_artist)
 #: libkcddb/cdinfodialog.ui:72
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/po/zh_CN/kcmcddb.po 
new/libkcddb-17.08.0/po/zh_CN/kcmcddb.po
--- old/libkcddb-17.04.3/po/zh_CN/kcmcddb.po    2017-07-11 02:21:05.000000000 
+0200
+++ new/libkcddb-17.08.0/po/zh_CN/kcmcddb.po    2017-08-11 02:38:05.000000000 
+0200
@@ -1,21 +1,20 @@
-# translation of kcmcddb.po to 简体中文
-# Copyright (C) 2003, 2009 Free Software Foundation, Inc.
-#
-# Xiong Jiang <[email protected]>, 2003.
-# Ni Hui <[email protected]>, 2009, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: kcmcddb\n"
+"Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2011-03-06 16:16+0000\n"
-"Last-Translator: Ni Hui <[email protected]>\n"
-"Language-Team: 简体中文 <[email protected]>\n"
+"PO-Revision-Date: 2017-08-05 09:33-0400\n"
+"Last-Translator: guoyunhebrave <[email protected]>\n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-stable/messages/kdemultimedia/kcmcddb.pot\n"
 
 #: cddbconfigwidget.cpp:52
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.04.3/po/zh_CN/libkcddb.po 
new/libkcddb-17.08.0/po/zh_CN/libkcddb.po
--- old/libkcddb-17.04.3/po/zh_CN/libkcddb.po   2017-07-11 02:21:05.000000000 
+0200
+++ new/libkcddb-17.08.0/po/zh_CN/libkcddb.po   2017-08-11 02:38:05.000000000 
+0200
@@ -1,24 +1,20 @@
-# translation of libkcddb.po to zh_CN
-# Copyright (C) 2003 Free Software Foundation, Inc.
-#
-# Yan Shuangchun <[email protected]>, 2003.
-# Lie_Ex <[email protected]>, 2007.
-# Ni Hui <[email protected]>, 2012.
-# Guo Yunhe <[email protected]>, 2017.
 msgid ""
 msgstr ""
-"Project-Id-Version: libkcddb\n"
+"Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-21 03:04+0100\n"
-"PO-Revision-Date: 2017-01-20 10:14+0200\n"
-"Last-Translator: Guo Yunhe <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"PO-Revision-Date: 2017-08-05 09:33-0400\n"
+"Last-Translator: guoyunhebrave <[email protected]>\n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "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: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-stable/messages/kdemultimedia/libkcddb.pot\n"
 
 #: kcmcddb/cddbconfigwidget.cpp:52
 #, kde-format
@@ -1174,8 +1170,3 @@
 #, kde-format
 msgid "%1 (disc %2)"
 msgstr "%1 (盘片 %2)"
-
-#, fuzzy
-#~| msgid "Dance"
-#~ msgid "Cancel"
-#~ msgstr "舞曲"


Reply via email to