update to 4.3 [release 4.3-1mamba;Wed Aug 04 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:47:10 +01:00
parent e7c523fd8e
commit 2a930f2e16

View File

@ -1,21 +1,21 @@
Name: i2c-tools
Version: 4.2
Version: 4.3
Release: 1mamba
Summary: A heterogeneous set of I2C tools for Linux
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.lm-sensors.org/wiki/I2CTools
URL: https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/
Source: git://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/v%{version}/i2c-tools-%{version}.tar.bz2
#Source: http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: libi2c = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The i2c-tools package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers, EEPROM decoding scripts, EEPROM programming tools, and a python module for SMBus access.
@ -35,6 +35,8 @@ Requires: libi2c = %{?epoch:%epoch:}%{version}-%{release}
%description -n libi2c-devel
This package contains development files for %{name}.
%debug_package
%prep
%setup -q
@ -84,6 +86,9 @@ rm -f %{buildroot}%{_includedir}/linux/i2c-dev.h
%{_mandir}/man3/libi2c.3*
%changelog
* Wed Aug 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3-1mamba
- update to 4.3
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
- automatic version update by autodist