summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2023-04-12 10:38:13 +0300
committerPanu Matilainen <pmatilai@redhat.com>2023-04-12 10:47:31 +0300
commit7baaf865bce55c1bf02c6a121fd548f1aae6e8bc (patch)
tree2141ea95f140a179921b1ace4d7382d51ddf03f2
parent2080896ce522c93a95697f72a5830958bb6dbafb (diff)
downloadrpm-7baaf865bce55c1bf02c6a121fd548f1aae6e8bc.tar.gz
Bump the soname in anticipation of the 4.19 alpha release
We've removed a tonne of obsolete APIs in this release so...
-rw-r--r--CMakeLists.txt4
-rw-r--r--tests/rpmgeneral.at8
2 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c5f5147a..efc25efac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,8 @@ set(RPM_CONFIGDIR "${CMAKE_INSTALL_PREFIX}/lib/rpm" CACHE PATH "rpm home")
set(RPM_VENDOR "vendor" CACHE STRING "rpm vendor string")
# emulate libtool versioning
-set(RPM_SOVERSION 9)
-set(RPM_LIBVERSION ${RPM_SOVERSION}.3.0)
+set(RPM_SOVERSION 10)
+set(RPM_LIBVERSION ${RPM_SOVERSION}.0.0)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)
diff --git a/tests/rpmgeneral.at b/tests/rpmgeneral.at
index 4846ec161..91ffbe391 100644
--- a/tests/rpmgeneral.at
+++ b/tests/rpmgeneral.at
@@ -44,10 +44,10 @@ cd ${RPMTEST}/${RPMLIBDIR}
ls lib*.so.*.*
],
[0],
-[librpm.so.9.3.0
-librpmbuild.so.9.3.0
-librpmio.so.9.3.0
-librpmsign.so.9.3.0
+[librpm.so.10.0.0
+librpmbuild.so.10.0.0
+librpmio.so.10.0.0
+librpmsign.so.10.0.0
])
AT_CLEANUP