Skip to content

Commit

Permalink
Preparing for rpm 4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Dec 12, 2023
1 parent 4eb7299 commit 98b301e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.18)

project(rpm
VERSION 4.19.0
VERSION 4.19.1
DESCRIPTION "The RPM Package Manager"
HOMEPAGE_URL "http:https://rpm.org"
LANGUAGES C
Expand Down Expand Up @@ -42,7 +42,7 @@ set(RPM_VENDOR "vendor" CACHE STRING "rpm vendor string")
# - incrementing a more significant version segment resets changes to
# any less significant segments
set(RPM_SOVERSION 10)
set(RPM_LIBVERSION ${RPM_SOVERSION}.0.0)
set(RPM_LIBVERSION ${RPM_SOVERSION}.0.1)

set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)
Expand Down
8 changes: 4 additions & 4 deletions tests/rpmgeneral.at
Expand Up @@ -44,10 +44,10 @@ cd ${RPMTEST}/${RPMLIBDIR}
ls lib{rpm,rpmbuild,rpmio,rpmsign}.so.*.*
],
[0],
[librpm.so.10.0.0
librpmbuild.so.10.0.0
librpmio.so.10.0.0
librpmsign.so.10.0.0
[librpm.so.10.0.1
librpmbuild.so.10.0.1
librpmio.so.10.0.1
librpmsign.so.10.0.1
])
RPMTEST_CLEANUP

Expand Down
6 changes: 3 additions & 3 deletions tests/rpmsigdig.at
Expand Up @@ -175,9 +175,9 @@ done
runroot rpmkeys -Kv /build/RPMS/noarch/attrtest-1.0-1.noarch.rpm
],
[0],
[SHA256HEADER: bec781425a8887b8aee840a9b9a46049839874775c23711680feaea8ba554c21
SHA1HEADER: 77427fc9b6a55ed3607d48bc01197cf0231bb840
SIGMD5: 272ab4c75fe58f4f4b0976acb7667acf
[SHA256HEADER: f4a47ef09f777197369916b8ff7f5e8e89699e7d56758be118f7ff2cc797cff8
SHA1HEADER: eaaf9e61387e6f1557a82f256efb0a4c8fa39a6b
SIGMD5: 9b54ca0020028de07a58782720e3d3d1
PAYLOADDIGEST: 116ce41ebb72f1877cda3d7dedaf5b78770e202d6389ade4e415d78548d703a8
PAYLOADDIGESTALT: 116ce41ebb72f1877cda3d7dedaf5b78770e202d6389ade4e415d78548d703a8
/build/RPMS/noarch/attrtest-1.0-1.noarch.rpm:
Expand Down

0 comments on commit 98b301e

Please sign in to comment.