[neon/kde/audiocd-kio/Neon/stable] debian/patches: Revert "drop patch"
Carlos De Maine
null at kde.org
Sun Nov 9 22:51:30 GMT 2025
Git commit caae741d4365902faa6cbe24733e8fd0fb91ddb3 by Carlos De Maine.
Committed on 09/11/2025 at 22:46.
Pushed by carlosdem into branch 'Neon/stable'.
Revert "drop patch"
This reverts commit 068235c7957bae57b58971c452df6749569cd7f9.
A +1 -0 debian/patches/series
A +25 -0 debian/patches/version_bump.diff
https://invent.kde.org/neon/kde/audiocd-kio/-/commit/caae741d4365902faa6cbe24733e8fd0fb91ddb3
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..204ee0b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+version_bump.diff
diff --git a/debian/patches/version_bump.diff b/debian/patches/version_bump.diff
new file mode 100644
index 0000000..e74c089
--- /dev/null
+++ b/debian/patches/version_bump.diff
@@ -0,0 +1,25 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ad6c6886261df6975871442dbf704c7c78f7b105..6e32d7bb41ac7f0e6bb0f709b79499bf6954647a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ cmake_minimum_required(VERSION 3.16)
+
+-project(audiocd VERSION "5.1.0")
++project(audiocd VERSION "6.0.0")
+
+ set(QT_MIN_VERSION "6.5.0")
+ set(KF_MIN_VERSION "5.240.0")
+diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
+index c82a3a5ca6a276379e3012f6dc513f54cb1b3704..b2ad161a5e091e172f4d753d8b825f06990cfd9c 100644
+--- a/plugins/CMakeLists.txt
++++ b/plugins/CMakeLists.txt
+@@ -19,7 +19,7 @@ set(AUDIOCDPLUGINS_INSTALL_INCLUDEDIR "${KDE_INSTALL_INCLUDEDIR}/audiocdplugins"
+ ecm_setup_version(PROJECT
+ VARIABLE_PREFIX AUDIOCDPLUGINS
+ VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/audiocdplugins_version.h"
+- SOVERSION 5
++ SOVERSION 6
+ )
+
+ add_library(audiocdplugins SHARED)
More information about the Neon-commits
mailing list