[multimedia/kid3] /: Version 3.9.1
Urs Fleisch
null at kde.org
Sat Jan 15 10:24:10 GMT 2022
Git commit 3dcda3972da2b406fe6434a36cacb88eb4de5bb9 by Urs Fleisch.
Committed on 15/01/2022 at 09:15.
Pushed by ufleisch into branch 'master'.
Version 3.9.1
M +3 -3 CMakeLists.txt
M +24 -0 ChangeLog
M +1 -1 Doxyfile
M +11 -6 deb/changelog
M +0 -6 deb/rules
M +3 -3 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/CMakeLists.txt
M +1 -1 translations/extract-merge.sh
https://invent.kde.org/multimedia/kid3/commit/3dcda3972da2b406fe6434a36cacb88eb4de5bb9
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5333a93e..4f595185 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,11 +106,11 @@ endif()
# Version information
set(CPACK_PACKAGE_VERSION_MAJOR 3)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 0)
+set(CPACK_PACKAGE_VERSION_PATCH 1)
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")
-set(RELEASE_YEAR 2021)
+set(RELEASE_YEAR 2022)
# Platform specific default installation paths
if(APPLE)
@@ -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 24)
+ set(QT_ANDROID_APP_VERSION_CODE 25)
else()
set(WITH_DATAROOTDIR_DEFAULT "share")
set(WITH_DOCDIR_DEFAULT "share/doc/kid3-qt")
diff --git a/ChangeLog b/ChangeLog
index 0333fec9..c15d518d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Sat Jan 15 09:01:43 CET 2022 Urs Fleisch <ufleisch at users.sourceforge.net>
+
+ * Release 3.9.1
+
+ * New:
+ + Slovenian translation.
+
+ * Fixed:
+ + Crash when tags are displayed in the file list, a tag is removed
+ and then saved or when the tag is reverted.
+ + With "Filename Format/Use for playlist and folder names" it is not
+ possible to rename a folder to multiple path components when a
+ string replacement for "/" is configured.
+ + With "Filename Format/Use for playlist and folder names", when path
+ components in folders or playlists contain a ".", the part after
+ the dot is not formatted.
+ + Discogs import.
+ + MP4: "No Tag" is not displayed in file list for files without
+ metadata.
+ + MP4: Metadata is not stripped from files when tag is removed
+ (requires new TagLib).
+ + Android: Import with HTTPS (Discogs, MusicBrainz) fails with
+ "Error: TLS initialization failed".
+
Sat Dec 18 09:22:30 CET 2021 Urs Fleisch <ufleisch at users.sourceforge.net>
* Release 3.9.0
diff --git a/Doxyfile b/Doxyfile
index ce2d0973..94c44525 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.9.0
+PROJECT_NUMBER = 3.9.1
# 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/deb/changelog b/deb/changelog
index 959ab8c7..c2ee264a 100644
--- a/deb/changelog
+++ b/deb/changelog
@@ -1,20 +1,25 @@
-kid3 (3.9.0-0) unstable; urgency=low
+kid3 (3.9.1-0) unstable; urgency=low
* New upstream release.
- -- Urs Fleisch <ufleisch at users.sourceforge.net> Sat, 18 Dec 2021 09:22:30 +0100
+ -- Urs Fleisch <ufleisch at users.sourceforge.net> Sat, 15 Jan 2022 09:01:43 +0100
-kid3 (3.8.7-0) unstable; urgency=low
+kid3 (3.9.0-1) unstable; urgency=medium
* New upstream release.
- -- Urs Fleisch <ufleisch at users.sourceforge.net> Sun, 20 Jun 2021 11:14:31 +0200
+ -- Patrick Matthäi <pmatthaei at debian.org> Mon, 20 Dec 2021 14:15:23 +0100
-kid3 (3.8.6-0) unstable; urgency=low
+kid3 (3.8.7-1) unstable; urgency=medium
* New upstream release.
+ * Update homepage field.
+ * Update packages long description.
+ * Update debian/copyright year.
+ * Remove deprecated KDE4 stuff.
+ * Bump Standards-Version to 4.6.0.
- -- Urs Fleisch <ufleisch at users.sourceforge.net> Thu, 18 Mar 2021 08:21:47 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org> Thu, 19 Aug 2021 11:22:29 +0200
kid3 (3.8.5-3) unstable; urgency=medium
diff --git a/deb/rules b/deb/rules
index aa5aff39..e7aa1ec8 100755
--- a/deb/rules
+++ b/deb/rules
@@ -17,12 +17,6 @@ override_dh_auto_configure:
-DCMAKE_C_FLAGS="$(CFLAGS)" \
-DCMAKE_CXX_FLAGS="$(CXXFLAGS)"
-override_dh_auto_install:
- dh_auto_install
-
-override_dh_install:
- dh_install
-
override_dh_makeshlibs:
dh_makeshlibs --noscripts
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index c7611bb4..046e5527 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -24,13 +24,13 @@
</authorgroup>
<copyright>
-<year>2021</year>
+<year>2022</year>
<holder>Urs Fleisch</holder>
</copyright>
<legalnotice id="fdl-notice">&FDLNotice;</legalnotice>
-<date>2021-12-18</date>
-<releaseinfo>3.9.0</releaseinfo>
+<date>2022-01-15</date>
+<releaseinfo>3.9.1</releaseinfo>
<abstract>
<para>
diff --git a/kid3.spec b/kid3.spec
index 68943864..1eeddd6e 100644
--- a/kid3.spec
+++ b/kid3.spec
@@ -1,7 +1,7 @@
%global gstversion 1.0
Name: kid3
-Version: 3.9.0
+Version: 3.9.1
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 6a7675f3..d2ecae32 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', '3.8.7', '3.9.0']:
+ for ver in ['3.8.4', '3.8.5', '3.8.6', '3.8.7', '3.9.0', '3.9.1']:
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 9354296b..b9eaf3b1 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.9.0/kid3-3.9.0.tar.xz"
+ "url": "https://download.kde.org/stable/kid3/3.9.1/kid3-3.9.1.tar.xz"
}
]
}
diff --git a/src/app/org.kde.kid3.appdata.xml b/src/app/org.kde.kid3.appdata.xml
index 57c28ca6..bfe8b8e9 100644
--- a/src/app/org.kde.kid3.appdata.xml
+++ b/src/app/org.kde.kid3.appdata.xml
@@ -257,6 +257,7 @@
<update_contact>ufleisch_at_users.sourceforge.net</update_contact>
<translation type="gettext">kid3</translation>
<releases>
+ <release version="3.9.1" date="2022-01-15"/>
<release version="3.9.0" date="2021-12-18"/>
<release version="3.8.7" date="2021-06-20"/>
<release version="3.8.6" date="2021-03-18"/>
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
index 01635d59..108089dd 100644
--- a/translations/CMakeLists.txt
+++ b/translations/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(_languages ca ca at valencia cs da de el en en_GB es et eu fi fr is it ko nl pl pt pt_BR ru sr sr at ijekavian sr at ijekavianlatin sr at latin sv tr uk zh_CN zh_TW)
+set(_languages ca ca at valencia cs da de el en en_GB es et eu fi fr is it ko nl pl pt pt_BR ru sl sr sr at ijekavian sr at ijekavianlatin sr at latin sv tr uk zh_CN zh_TW)
# Use -DDOWNLOAD_POS=ON to download the translations directly from SVN.
if(DOWNLOAD_POS)
diff --git a/translations/extract-merge.sh b/translations/extract-merge.sh
index 3244459d..1d669026 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.9.0" # project version
+PROJECTVERSION="3.9.1" # project version
BUGADDR="https://bugs.kde.org" # MSGID-Bugs
WDIR=`pwd` # working dir
More information about the kde-doc-english
mailing list