release 0.42, yay

This commit is contained in:
Evgeni Golov 2016-04-23 19:44:19 +02:00
parent ee9344e555
commit 697ac0bdb8
7 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,13 @@
Change history for the tp_smapi package:
0.42 2016-04-23
---------------------
- fixes for newer kernels
- kbuild support
- dkms support
- quirks update
- RPM support
0.41 2011-07-29
---------------------
- new maintainer

View File

@ -89,7 +89,7 @@ endif
#####################################################################
# Generate a stand-alone kernel patch
TP_VER := 0.41
TP_VER := 0.42
ORG := a
NEW := b
PATCH := tp_smapi-$(TP_VER)-for-$(KVER).patch

2
README
View File

@ -1,4 +1,4 @@
tp_smapi version 0.41
tp_smapi version 0.42
IBM ThinkPad hardware functions driver
Author: Shem Multinymous <multinymous@gmail.com>

View File

@ -1,5 +1,5 @@
PACKAGE_NAME="tp_smapi"
PACKAGE_VERSION="0.41"
PACKAGE_VERSION="0.42"
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build HDAPS=1"
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
BUILT_MODULE_NAME[0]="thinkpad_ec"

View File

@ -45,7 +45,7 @@
#include <linux/semaphore.h>
#endif
#define TP_VERSION "0.41"
#define TP_VERSION "0.42"
MODULE_AUTHOR("Shem Multinymous");
MODULE_DESCRIPTION("ThinkPad embedded controller hardware access");

View File

@ -47,7 +47,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#define TP_VERSION "0.41"
#define TP_VERSION "0.42"
#define TP_DESC "ThinkPad SMAPI Support"
#define TP_DIR "smapi"

View File

@ -1,5 +1,5 @@
%define module tp_smapi
%define version 0.41
%define version 0.42
Name: %{module}
Version: %{version}