Blame SOURCES/0001-Revert-unnecessary-soname-bump.patch

c9a32a
From bc827e6d45f31f20a4f6d27bfc41747900faf60c Mon Sep 17 00:00:00 2001
c9a32a
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
c9a32a
Date: Wed, 2 Jan 2019 12:38:31 +0100
c9a32a
Subject: [PATCH] Revert unnecessary soname bump
c9a32a
c9a32a
The soname bump in lm-sensors 3.5.0 was unnecessary - there was no
c9a32a
API/ABI change. I'm reverting it so that we can update lm-sensors
c9a32a
in released Fedoras as well as Rawhide.
c9a32a
c9a32a
Related:
c9a32a
https://marc.info/?l=lm-sensors&m=154515276523720&w=2
c9a32a
---
c9a32a
 lib/Module.mk | 4 ++--
c9a32a
 1 file changed, 2 insertions(+), 2 deletions(-)
c9a32a
c9a32a
diff --git a/lib/Module.mk b/lib/Module.mk
c9a32a
index 7732242..299b7d3 100644
c9a32a
--- a/lib/Module.mk
c9a32a
+++ b/lib/Module.mk
c9a32a
@@ -32,8 +32,8 @@ LIBMAN5FILES := $(MODULE_DIR)/sensors.conf.5
c9a32a
 # The library soname (major number) must be changed if and only if the interface is
c9a32a
 # changed in a backward incompatible way.  The interface is defined by
c9a32a
 # the public header files - in this case they are error.h and sensors.h.
c9a32a
-LIBMAINVER := 5
c9a32a
-LIBMINORVER := 0.0
c9a32a
+LIBMAINVER := 4
c9a32a
+LIBMINORVER := 5.0
c9a32a
 LIBVER := $(LIBMAINVER).$(LIBMINORVER)
c9a32a
 
c9a32a
 # The static lib name, the shared lib name, and the internal ('so') name of
c9a32a
-- 
c9a32a
2.17.2
c9a32a