Accepting request 836248 from Base:System

- Update to version 4.2:
  * Restrict I2C addresses 0x03-0x07
  * Fix short writes with mask in i2cset
  * Support messages using I2C_M_RECV_LEN in i2ctransfer
  * Add check for returned length from driver in i2ctransfer
  * Many improvements to decode-dimms, for both DDR3 and DDR4
  * Updated list of memory vendors
  * Add at24 driver support to decode-vaio
  * Add a manual page for libi2c
  * Let i2c-stub-from-dump read dumps from hexdump -C

OBS-URL: https://build.opensuse.org/request/show/836248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2020-09-25 14:21:31 +00:00 committed by Git OBS Bridge
commit a02b2417be
6 changed files with 37 additions and 23 deletions

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIVAwUAXAFGeaVSa5uzzU5qAQLlxA/+MGvGnKZ24sCg+ZwHu224/1MxhEJ+WTHd
Av5G1amjPn8NyuTLAT/IXgMtfk75WymlYN2WnNfV2+e3Z1CtySJmozAOHAGcYEAN
2SN1korbZmviAdDMIahkeWdkEpDoHrduXP4PIVQwmFZJbqugZvYF24UOMVlgTPdG
Cx9/GqQGv78yHTLi4WkRN42yHw7TWM88vPTGLb8637O0vt60HUTzeZEYYluTfM3v
abaO6+e/MK99q7atUhSLt7sZBeCUNPYkzvyX8011sE1EuGrHgKCo3+YWQAZ/ROwe
tMa5is5gsVvN86auXTxXeAQ62UUIRVGi2+SKyfKcMarkvq6XxuSr4GkKkOUPubcF
rmXDP3uvoHwtDKeXP66EJmOZk51WMQVp/rJI83TG7OIdHj9xsLi2fj2yZcypTq9Y
5b77GesJ8iapk6VsxX2f3q3svVv6VaE2Nu/B5oH6y1Uxag7oHS717ERNqtWGz5Hr
H1x6mGe9gjvinpDcTsERLowwsaqrUUZ9t6YSAkBhhc4zIZo7pUGqTSDj7Bh+Qi2Z
1ouq/P4xcycJXjGGePgGT/7uVPq9oYfaMgu1AkVKpbEZ5krGbXS3QhctS886OU3k
i72XLGWheAPmD961hF0lpRAu9WtgCTtS744dj9EJHlsZit3pbTrRi26CYaTE/A3F
PkFMheK9IWY=
=AWpZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57b219efd183795bd545dd5a60d9eabbe9dcb6f8fb92bc7ba2122b87f98527d5
size 83576

16
i2c-tools-4.2.tar.sign Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEfKafRGDxvcQf0shYpVJrm7PNTmoFAl9psKoACgkQpVJrm7PN
TmpKAg//XlNDUnF537zgP/xYnJlECUZ2Z4QQ5cnXtoTu6lkF9oK4pslRJWdR0Lo+
0btYCUrF5wiDPMk5j92JVmBtwnnI7U6fIP25Xz2sjiG9KuMB4B6ghDvCxZxEdMqJ
lkU6GqAgs8dJO0pwSxw83SH3dKxj5a6PjXb7EOA8jH9DdIJ0HoqhTLpuzuge80Ls
QS+jirS+0/PNL9+gpt3cGpUfXsHATcxSv6HHTPGj2YRu+oqeBLPKn+2kU5wYtyb+
2DUZS1k8MEhCEsF4qAatSrpIxd077ZkzgJWz15Javt/HeaOtmrxvGZwyoGwWbfHd
JWfISziSTUmaSJ5IwQfc0VFQS6j7rfyLaYzWQH8ywfEuK8QvRw6PfkWVzBAPoVR3
ee7A82OjqSJ9qIxWzl9mtjQsw/q56notwlXx9AM5Xoa5bxMlgAST3pofRWNyIMdW
fyPskhl4kzAT0Sw4aOwnMS4jNzhZRfO/LJ3SuhfuDZrnl/TPRqcxZrs5QuRgUj2q
qax4b2brrRAJsVLA4T9FfPo/jKt/Joq3yg/KCdv8Gi13ZAETA6iX53ViR0US1RQJ
i1KvxuYoLKNSUW+0EekXQBMJoY65oaF4+74WgO2aZ7hz+O+2QhEM6UfgiVc/C86X
KNdeJVH7hMKD6VBrNkdxXkY8/X5PaOx9ALWxCzvTRGJhWxhr6/A=
=mGnW
-----END PGP SIGNATURE-----

3
i2c-tools-4.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37f2dabc7082d185903ff21d1f584b5dcb4dd2eb2c879bbd8d7c50ae900dacd6
size 87600

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Sep 22 08:40:11 UTC 2020 - Jean Delvare <jdelvare@suse.com>
- Update to version 4.2:
* Restrict I2C addresses 0x03-0x07
* Fix short writes with mask in i2cset
* Support messages using I2C_M_RECV_LEN in i2ctransfer
* Add check for returned length from driver in i2ctransfer
* Many improvements to decode-dimms, for both DDR3 and DDR4
* Updated list of memory vendors
* Add at24 driver support to decode-vaio
* Add a manual page for libi2c
* Let i2c-stub-from-dump read dumps from hexdump -C
-------------------------------------------------------------------
Thu Oct 31 09:23:26 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package i2c-tools
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,14 +24,14 @@
%endif
Name: i2c-tools
Version: 4.1
Version: 4.2
Release: 0
Summary: A heterogeneous set of I2C tools for Linux
License: GPL-2.0-or-later
Group: Development/Tools/Other
Requires: udev
Recommends: modules
Url: https://i2c.wiki.kernel.org/index.php/I2C_Tools
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
Source0: https://www.kernel.org/pub/software/utils/i2c-tools/%{name}-%{version}.tar.xz
Source1: https://www.kernel.org/pub/software/utils/i2c-tools/%{name}-%{version}.tar.sign
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -109,6 +109,7 @@ cd ..
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*.1.gz
%{_mandir}/man3/*.3.gz
%{_mandir}/man8/*.8.gz
%files -n libi2c0