[neon/kde/audiocd-kio/Neon/release] debian/patches: bump the solib as well

Carlos De Maine null at kde.org
Sat Mar 2 11:20:56 GMT 2024


Git commit 5e6ea5e740c0921222ab525547b070fc4238588a by Carlos De Maine.
Committed on 02/03/2024 at 11:20.
Pushed by carlosdem into branch 'Neon/release'.

bump the solib as well

M  +16   -3    debian/patches/version_bump.diff

https://invent.kde.org/neon/kde/audiocd-kio/-/commit/5e6ea5e740c0921222ab525547b070fc4238588a

diff --git a/debian/patches/version_bump.diff b/debian/patches/version_bump.diff
index f502d31..e74c089 100644
--- a/debian/patches/version_bump.diff
+++ b/debian/patches/version_bump.diff
@@ -1,12 +1,25 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ad6c6886261df6975871442dbf704c7c78f7b105..a5b101ac0db43b9cb35bc32ace73230629abcf81 100644
+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