[multimedia/kid3] /: Version 3.8.7
Urs Fleisch
null at kde.org
Sun Jun 20 13:39:33 BST 2021
Git commit 3890c87daab0f33509022e03c2f4b3b75dd98f63 by Urs Fleisch.
Committed on 20/06/2021 at 11:05.
Pushed by ufleisch into branch 'master'.
Version 3.8.7
M +2 -2 CMakeLists.txt
M +19 -0 ChangeLog
M +1 -1 Doxyfile
M +1 -1 doc/CMakeLists.txt
M +2 -2 doc/en/index.docbook
M +1 -1 kid3.spec
M +1 -1 packaging/craft/extragear/kid3/kid3.py
M +1 -1 packaging/flatpak/org.kde.kid3-stable.json
M +1 -0 src/app/org.kde.kid3.appdata.xml
M +1 -1 translations/extract-merge.sh
https://invent.kde.org/multimedia/kid3/commit/3890c87daab0f33509022e03c2f4b3b75dd98f63
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1511a3cf..6946b031 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,7 +106,7 @@ endif()
# Version information
set(CPACK_PACKAGE_VERSION_MAJOR 3)
set(CPACK_PACKAGE_VERSION_MINOR 8)
-set(CPACK_PACKAGE_VERSION_PATCH 6)
+set(CPACK_PACKAGE_VERSION_PATCH 7)
set(KID3_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_VERSION ${KID3_VERSION})
#set(CPACK_PACKAGE_VERSION "git20210123")
@@ -138,7 +138,7 @@ elseif(ANDROID)
set(WITH_LIBDIR_DEFAULT ".")
set(WITH_PLUGINSDIR_DEFAULT ".")
set(QT_ANDROID_APP_VERSION ${KID3_VERSION})
- set(QT_ANDROID_APP_VERSION_CODE 22)
+ set(QT_ANDROID_APP_VERSION_CODE 23)
else()
set(WITH_DATAROOTDIR_DEFAULT "share")
set(WITH_DOCDIR_DEFAULT "share/doc/kid3-qt")
diff --git a/ChangeLog b/ChangeLog
index ecfbeae9..cdd2d382 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Sun Jun 20 11:18:51 CEST 2021 Urs Fleisch <ufleisch at users.sourceforge.net>
+
+ * Release 3.8.7
+
+ * New:
+ + Russian handbook.
+
+ * Fixed:
+ + ID3v2: Wrong numeric strings for genres Fast Fusion, Fok, Folk Rock,
+ Folklore, Funk, Fusion.
+ + ID3v1: Genres Avant-Garde, Beat Music, Bebop, Britpop, Dancehall,
+ Dark Wave, Euro House, Eurotechno, Fast Fusion, Folk Rock, Hip Hop,
+ Jazz-Funk, Pop-Funk, Synth-Pop, Worldbeat cannot be set with TagLib
+ version < 1.12.
+ + Memory leak in the rare case where the file type is detected not by
+ the extension but by the contents.
+ + kid3-cli: Fields (sub-elements of a frame) with a non-string value
+ cannot be set with id3lib.
+
Thu Mar 18 08:21:47 CET 2021 Urs Fleisch <ufleisch at users.sourceforge.net>
* Release 3.8.6
diff --git a/Doxyfile b/Doxyfile
index 4aec655a..f850a77a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = kid3
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.8.6
+PROJECT_NUMBER = 3.8.7
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index bfbae164..3d2872b7 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(_languages ca de it nl pt sv uk)
+set(_languages ca de it nl pt ru sv uk)
# Use -DDOWNLOAD_POS=ON to download the translations directly from SVN.
if(DOWNLOAD_POS)
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 7e19e89b..47e961d3 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -29,8 +29,8 @@
</copyright>
<legalnotice id="fdl-notice">&FDLNotice;</legalnotice>
-<date>2021-03-18</date>
-<releaseinfo>3.8.6</releaseinfo>
+<date>2021-06-20</date>
+<releaseinfo>3.8.7</releaseinfo>
<abstract>
<para>
diff --git a/kid3.spec b/kid3.spec
index ff281f86..d8d952c2 100644
--- a/kid3.spec
+++ b/kid3.spec
@@ -1,7 +1,7 @@
%global gstversion 1.0
Name: kid3
-Version: 3.8.6
+Version: 3.8.7
Release: 1%{?dist}
Summary: Efficient ID3 tag editor
diff --git a/packaging/craft/extragear/kid3/kid3.py b/packaging/craft/extragear/kid3/kid3.py
index 4b56d0d2..b4bde45d 100755
--- a/packaging/craft/extragear/kid3/kid3.py
+++ b/packaging/craft/extragear/kid3/kid3.py
@@ -7,7 +7,7 @@ class subinfo(info.infoclass):
def setTargets(self):
self.svnTargets['master'] = 'https://invent.kde.org/multimedia/kid3.git'
- for ver in ['3.8.4', '3.8.5', '3.8.6']:
+ for ver in ['3.8.4', '3.8.5', '3.8.6', '3.8.7']:
self.targets[ver] = f'https://download.kde.org/stable/kid3/{ver}/kid3-{ver}.tar.xz'
self.targetInstSrc[ver] = 'kid3-' + ver
self.targetDigestUrls[ver] = f'https://download.kde.org/stable/kid3/{ver}/kid3-{ver}.tar.xz.sha256'
diff --git a/packaging/flatpak/org.kde.kid3-stable.json b/packaging/flatpak/org.kde.kid3-stable.json
index 8435655f..501adf9b 100644
--- a/packaging/flatpak/org.kde.kid3-stable.json
+++ b/packaging/flatpak/org.kde.kid3-stable.json
@@ -117,7 +117,7 @@
"sources": [
{
"type": "archive",
- "url": "https://download.kde.org/stable/kid3/3.8.6/kid3-3.8.6.tar.xz"
+ "url": "https://download.kde.org/stable/kid3/3.8.7/kid3-3.8.7.tar.xz"
/* , "sha256": "" */
}
]
diff --git a/src/app/org.kde.kid3.appdata.xml b/src/app/org.kde.kid3.appdata.xml
index 125df8a7..07de6592 100644
--- a/src/app/org.kde.kid3.appdata.xml
+++ b/src/app/org.kde.kid3.appdata.xml
@@ -245,6 +245,7 @@
<update_contact>ufleisch_at_users.sourceforge.net</update_contact>
<translation type="gettext">kid3</translation>
<releases>
+ <release version="3.8.7" date="2021-06-20"/>
<release version="3.8.6" date="2021-03-18"/>
<release version="3.8.5" date="2021-01-31"/>
<release version="3.8.4" date="2020-09-26"/>
diff --git a/translations/extract-merge.sh b/translations/extract-merge.sh
index 0e89ef47..08a2739e 100755
--- a/translations/extract-merge.sh
+++ b/translations/extract-merge.sh
@@ -5,7 +5,7 @@
BASEDIR="../src" # root of translatable sources
PROJECT="kid3" # project name
-PROJECTVERSION="3.8.6" # project version
+PROJECTVERSION="3.8.7" # project version
BUGADDR="https://bugs.kde.org" # MSGID-Bugs
WDIR=`pwd` # working dir
More information about the kde-doc-english
mailing list