Incorrect version number of thinkfan in binary vs. package manager

Asked by Hai NGUYEN VAN

I have installed the thinkfan package from the official Ubuntu Xenial repositories. APT package manager clearly shows:

$ apt-cache policy thinkfan
thinkfan:
  Installed: 0.9.2-1
  Candidate: 0.9.2-1
  Version table:
 *** 0.9.2-1 500
        500 http://fr.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
        100 /var/lib/dpkg/status

However, the binary differs:

$ thinkfan -h
thinkfan 0.9.1: A minimalist fan control program
...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu thinkfan Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

Inside the source of thinkfan, file globaldefs.h. I see

#define VERSION "0.9.1"

This should be reported via the bug tracker.

In fact this version difference seems to be present also in the original source https://sourceforge.net/projects/thinkfan/files/

Revision history for this message
Hai NGUYEN VAN (psaxl) said :
#3

Thanks actionparsnip, that solved my question.