Hello community,
here is the log from the commit of package libkcompactdisc for openSUSE:Factory
checked in at 2020-08-18 11:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkcompactdisc (Old)
and /work/SRC/openSUSE:Factory/.libkcompactdisc.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkcompactdisc"
Tue Aug 18 11:59:30 2020 rev:46 rq:826504 version:20.08.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/libkcompactdisc/libkcompactdisc.changes
2020-07-14 07:50:13.520028912 +0200
+++
/work/SRC/openSUSE:Factory/.libkcompactdisc.new.3399/libkcompactdisc.changes
2020-08-18 12:00:47.287404995 +0200
@@ -1,0 +2,23 @@
+Sun Aug 9 09:10:27 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 08:00:46 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:05:52 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.07.80
+ * New feature release
+- No code change since 20.04.3
+
+-------------------------------------------------------------------
Old:
----
libkcompactdisc-20.04.3.tar.xz
libkcompactdisc-20.04.3.tar.xz.sig
New:
----
libkcompactdisc-20.08.0.tar.xz
libkcompactdisc-20.08.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libkcompactdisc.spec ++++++
--- /var/tmp/diff_new_pack.Ju8e99/_old 2020-08-18 12:00:48.871405211 +0200
+++ /var/tmp/diff_new_pack.Ju8e99/_new 2020-08-18 12:00:48.875405212 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: libkcompactdisc
-Version: 20.04.3
+Version: 20.08.0
Release: 0
Summary: CD drive library for KDE Platform
License: GPL-2.0-or-later
++++++ libkcompactdisc-20.04.3.tar.xz -> libkcompactdisc-20.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libkcompactdisc-20.04.3/.arcconfig
new/libkcompactdisc-20.08.0/.arcconfig
--- old/libkcompactdisc-20.04.3/.arcconfig 2020-03-17 13:29:01.000000000
+0100
+++ new/libkcompactdisc-20.08.0/.arcconfig 1970-01-01 01:00:00.000000000
+0100
@@ -1,3 +0,0 @@
-{
- "phabricator.uri" : "https://phabricator.kde.org/"
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libkcompactdisc-20.04.3/CMakeLists.txt
new/libkcompactdisc-20.08.0/CMakeLists.txt
--- old/libkcompactdisc-20.04.3/CMakeLists.txt 2020-07-07 02:57:53.000000000
+0200
+++ new/libkcompactdisc-20.08.0/CMakeLists.txt 2020-08-07 09:00:40.000000000
+0200
@@ -11,7 +11,7 @@
find_package(ECM 5.24.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
include(KDEInstallDirs)
@@ -48,7 +48,9 @@
add_subdirectory(src)
-add_subdirectory(tests)
+if(BUILD_TESTING)
+ add_subdirectory(tests)
+endif()
# Additional
Binary files old/libkcompactdisc-20.04.3/logo.png and
new/libkcompactdisc-20.08.0/logo.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libkcompactdisc-20.04.3/metainfo.yaml
new/libkcompactdisc-20.08.0/metainfo.yaml
--- old/libkcompactdisc-20.04.3/metainfo.yaml 1970-01-01 01:00:00.000000000
+0100
+++ new/libkcompactdisc-20.08.0/metainfo.yaml 2020-06-01 18:20:25.000000000
+0200
@@ -0,0 +1,15 @@
+fancyname: KCompactDisc
+description: library for interfacing with CDs
+type: functional
+public_lib: true
+platforms:
+ - name: Linux
+ - name: FreeBSD
+ #- name: Windows
+ #- name: MacOSX
+ #- name: Android
+release: true
+libraries:
+ - cmake: "KF5::CompactDisc"
+ qmake: KCompactDisc
+cmakename: KF5CompactDisc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libkcompactdisc-20.04.3/po/ca/libkcompactdisc.po
new/libkcompactdisc-20.08.0/po/ca/libkcompactdisc.po
--- old/libkcompactdisc-20.04.3/po/ca/libkcompactdisc.po 2020-07-07
02:57:52.000000000 +0200
+++ new/libkcompactdisc-20.08.0/po/ca/libkcompactdisc.po 2020-08-07
09:00:40.000000000 +0200
@@ -1,22 +1,23 @@
# Translation of libkcompactdisc.po to Catalan
-# Copyright (C) 2007 This_file_is_part_of_KDE
+# Copyright (C) 2007-2020 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
# Josep Ma. Ferrer <[email protected]>, 2007.
+# Antoni Bella Pérez <[email protected]>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: libkcompactdisc\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:09+0200\n"
-"PO-Revision-Date: 2007-07-07 16:56+0200\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2020-07-28 09:24+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: KBabel 1.11.4\n"
+"X-Generator: Lokalize 20.04.3\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
@@ -28,7 +29,7 @@
#: src/kcompactdisc_p.cpp:227
#, kde-format
msgid "Paused"
-msgstr "Pausat"
+msgstr "En pausa"
#: src/kcompactdisc_p.cpp:229
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libkcompactdisc-20.04.3/po/ca@valencia/libkcompactdisc.po
new/libkcompactdisc-20.08.0/po/ca@valencia/libkcompactdisc.po
--- old/libkcompactdisc-20.04.3/po/ca@valencia/libkcompactdisc.po
2020-07-07 02:57:52.000000000 +0200
+++ new/libkcompactdisc-20.08.0/po/ca@valencia/libkcompactdisc.po
2020-08-07 09:00:40.000000000 +0200
@@ -1,22 +1,23 @@
# Translation of libkcompactdisc.po to Catalan (Valencian)
-# Copyright (C) 2007 This_file_is_part_of_KDE
+# Copyright (C) 2007-2020 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
# Josep Ma. Ferrer <[email protected]>, 2007.
+# Antoni Bella Pérez <[email protected]>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: libkcompactdisc\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:09+0200\n"
-"PO-Revision-Date: 2007-07-07 16:56+0200\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2020-07-28 09:24+0200\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
"Language: ca@valencia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 20.04.3\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
@@ -28,7 +29,7 @@
#: src/kcompactdisc_p.cpp:227
#, kde-format
msgid "Paused"
-msgstr "Pausat"
+msgstr "En pausa"
#: src/kcompactdisc_p.cpp:229
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libkcompactdisc-20.04.3/po/zh_CN/libkcompactdisc.po
new/libkcompactdisc-20.08.0/po/zh_CN/libkcompactdisc.po
--- old/libkcompactdisc-20.04.3/po/zh_CN/libkcompactdisc.po 2020-07-07
02:57:53.000000000 +0200
+++ new/libkcompactdisc-20.08.0/po/zh_CN/libkcompactdisc.po 2020-08-07
09:00:40.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:09+0200\n"
-"PO-Revision-Date: 2020-06-24 08:02\n"
+"PO-Revision-Date: 2020-07-31 15:02\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"