Skip to content

Commit

Permalink
Merge #2867
Browse files Browse the repository at this point in the history
2867: Bump mirplatform soname r=Saviq a=AlanGriffiths

We've introduced members to mir::graphics::Display, DisplayConfigurationOutput and UserDisplayConfigurationOutput that break ABI

Co-authored-by: Alan Griffiths <[email protected]>
  • Loading branch information
bors[bot] and AlanGriffiths authored Mar 16, 2023
2 parents e33d2e4 + 8678d7f commit bace341
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Description: Display server for Ubuntu - server library
.
Contains the shared library needed by server applications for Mir.

Package: libmirplatform24
Package: libmirplatform25
Section: libs
Architecture: linux-any
Multi-Arch: same
Expand Down Expand Up @@ -123,7 +123,7 @@ Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmirplatform24 (= ${binary:Version}),
Depends: libmirplatform25 (= ${binary:Version}),
libmircommon-dev (= ${binary:Version}),
libboost-program-options-dev,
${misc:Depends},
Expand Down
1 change: 0 additions & 1 deletion debian/libmirplatform24.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/libmirplatform25.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libmirplatform.so.25
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need MIRPLATFORM_ABI in both libmirplatform and the platform implementations.
set(MIRPLATFORM_ABI 24)
set(MIRPLATFORM_ABI 25)

set(MIRAL_VERSION_MAJOR 3)
set(MIRAL_VERSION_MINOR 8)
Expand Down

0 comments on commit bace341

Please sign in to comment.