Blame SOURCES/rabbitmq-c-version.patch

725788
From 2a9ae303f7fa7bc115ecb827c1c3c7c9f84558dd Mon Sep 17 00:00:00 2001
725788
From: Remi Collet <remi@remirepo.net>
725788
Date: Thu, 1 Apr 2021 14:48:25 +0200
725788
Subject: [PATCH] Fix #666 bad PACKAGE_VERSION
725788
725788
---
725788
 CMakeLists.txt | 2 +-
725788
 1 file changed, 1 insertion(+), 1 deletion(-)
725788
725788
diff --git a/CMakeLists.txt b/CMakeLists.txt
725788
index a9a29fd..74364cf 100644
725788
--- a/CMakeLists.txt
725788
+++ b/CMakeLists.txt
725788
@@ -322,7 +322,7 @@ set(version_config "${CMAKE_CURRENT_BINARY_DIR}/rabbitmq-c-config-version.cmake"
725788
 
725788
 write_basic_package_version_file(
725788
     "${version_config}"
725788
-    VERSION ${RMQ_VERSION}
725788
+    VERSION ${VERSION}
725788
     COMPATIBILITY AnyNewerVersion)
725788
 
725788
 configure_package_config_file(
725788
-- 
725788
2.30.2
725788