From 1e88b943fcfa891176dd49305d3f4dbd84b2c80e Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Jul 03 2013 16:32:09 +0000 Subject: - Introducing man pages for binaries in the eepromer subpackage - Introducing -r switch in the i2cset help --- diff --git a/i2c-tools.spec b/i2c-tools.spec index 1415a25..ff655c2 100644 --- a/i2c-tools.spec +++ b/i2c-tools.spec @@ -6,15 +6,20 @@ Name: i2c-tools Version: 3.1.0 -Release: 3%{?dist} +Release: 5%{?dist} Summary: A heterogeneous set of I2C tools for Linux Group: Applications/System License: GPLv2+ URL: http://www.lm-sensors.org/wiki/I2CTools Source0: http://dl.lm-sensors.org/i2c-tools/releases/%{name}-%{version}.tar.bz2 + +# Introducing man pages for binaries in the eepromer subpackage +# Introducing -r switch in the i2cset help +Patch0: i2c-tools-3.1-man-eeproX.patch + # for /etc/udev/makedev.d resp /etc/modprobe.d ownership Requires: udev module-init-tools -BuildRequires: python-devel +BuildRequires: python-devel ExcludeArch: s390 s390x %description @@ -36,7 +41,7 @@ unusable. Do not install, let alone use this, unless you really, _really_ know what you are doing. %package python -Summary: Python bindings for Linux SMBus access through i2c-dev +Summary: Python bindings for Linux SMBus access through i2c-dev Group: Applications/System %description python @@ -44,6 +49,7 @@ Group: Applications/System %prep %setup -q +%patch0 -p1 %build make CFLAGS="$RPM_OPT_FLAGS" @@ -110,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 03 2013 Jaromir Capik - 3.1.0-5 +- Introducing man pages for binaries in the eepromer subpackage +- Introducing -r switch in the i2cset help + * Sat Jun 1 2013 Henrik Nordstrom - 3.1.0-4 - Package python interface