71 Commits

Author SHA256 Message Date
Dominique Leuenberger
ef4e1de412 Accepting request 1219052 from Base:System
- Replace the tarball by the exact upstream tarball to make the build service happy. The contents are unchanged.
- Add a keyring so that the signature of the source tarball can be
  checked automatically.

OBS-URL: https://build.opensuse.org/request/show/1219052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=42
2024-10-30 16:33:39 +00:00
Jean Delvare
2c3294db33 Add the previous changes to the changes file, to make the build service
happy.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=68
2024-10-29 10:23:35 +00:00
Jean Delvare
eff6f5ea4c Use the compressed archive from upstream to make the source auto
checker happy. The uncompressed contents is exactly the same.

Also add a keyring so that the signature can be verified.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=67
2024-10-28 08:03:45 +00:00
Dominique Leuenberger
deeabafe07 Accepting request 1207149 from Base:System
Update to upstream version 4.4.

OBS-URL: https://build.opensuse.org/request/show/1207149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=41
2024-10-12 11:24:45 +00:00
Jean Delvare
5ea5f5d1a2 - Update to version 4.4:
* tools: Use getopt
           Implement and document option -h
  * i2cdetect: Display more functionality bits with option -F
  * i2cdump: Remove support for SMBus block mode
  * i2cget: Document SMBus block mode
  * i2ctransfer: Sort command line options and add to help text
                 Add an option to print binary data
                 Drop redundant variable arg_idx
  * py-smbus: Use setuptools instead of distutils

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=65
2024-10-11 11:18:41 +00:00
Ana Guerrero
6a37ba92b8 Accepting request 1098797 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1098797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=40
2023-07-17 17:23:20 +00:00
dc3026f6f6 Accepting request 1091378 from home:hillwood:branches:Base:System
- Enable build for s390 and s390x

OBS-URL: https://build.opensuse.org/request/show/1091378
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=63
2023-07-15 12:15:13 +00:00
Dominique Leuenberger
8eda558f54 Accepting request 1096957 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1096957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=39
2023-07-05 13:31:54 +00:00
Jean Delvare
a09fd694d8 Accepting request 1096836 from home:favogt:branches:Base:System
- Drop Recommends: modules. It does no longer refer to what it was
  originally meant to (boo#1212837)

OBS-URL: https://build.opensuse.org/request/show/1096836
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=61
2023-07-05 12:41:54 +00:00
Dominique Leuenberger
6c5b2f2ad8 Accepting request 909219 from Base:System
- Update to version 4.3:
  * decode-dimms: Attempt to decode LPDDR3 modules
  * i2cdetect: Sort the bus list by number
  * i2cdump: Add range support to I2C block mode
             Deprecate SMBus block mode
  * i2cget: Add support for I2C block read
            Add support for SMBus block read
  * i2ctransfer: Reverted check for returned length from driver

OBS-URL: https://build.opensuse.org/request/show/909219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=38
2021-07-29 19:32:06 +00:00
Jean Delvare
7e26125dd5 Use exactly the tarball from upstream to make OBS happy
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=60
2021-07-29 15:52:53 +00:00
Jean Delvare
4e27d21f84 - Update to version 4.3:
* decode-dimms: Attempt to decode LPDDR3 modules
  * i2cdetect: Sort the bus list by number
  * i2cdump: Add range support to I2C block mode
             Deprecate SMBus block mode
  * i2cget: Add support for I2C block read
            Add support for SMBus block read
  * i2ctransfer: Reverted check for returned length from driver

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=59
2021-07-27 13:39:15 +00:00
Dominique Leuenberger
a02b2417be 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
2020-09-25 14:21:31 +00:00
Jean Delvare
ddf38e93e3 Use the tarball from upstream as they repackaged my uploaded archive
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=57
2020-09-23 08:30:38 +00:00
Jean Delvare
c4775394ac - 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/package/show/Base:System/i2c-tools?expand=0&rev=56
2020-09-22 08:47:05 +00:00
Dominique Leuenberger
bab50cb7ed Accepting request 745121 from Base:System
OBS-URL: https://build.opensuse.org/request/show/745121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=36
2019-11-08 14:21:17 +00:00
Jean Delvare
1a8c095182 Accepting request 745106 from home:Guillaume_G:branches:Base:System
- Enable python binding python3-smbus for openSUSE Leap 15+
  and SLE15+

OBS-URL: https://build.opensuse.org/request/show/745106
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=54
2019-11-04 09:22:37 +00:00
Dominique Leuenberger
54ad72b2b5 Accepting request 653858 from Base:System
OBS-URL: https://build.opensuse.org/request/show/653858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=35
2018-12-10 11:26:44 +00:00
Jean Delvare
b03c3854be Accepting request 653811 from home:jengelh:branches:Base:System
- Replace old $RPM_* shell vars; use macros where they are
  normally used in other packages.

OBS-URL: https://build.opensuse.org/request/show/653811
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=52
2018-12-04 13:26:48 +00:00
Jean Delvare
e974bc430c - Update to version 4.1:
* New option -a to allow using reserved address
  * Several build races fixed
  * Fix for potential buffer overflows
  * Support for DDR4 SDRAM memory
  * Updated list of memory vendors
  * Clarify library license
  * Fix error propagation in py-smbus
- Removed obsolete build-lib-add-missing-dependencies.patch,
  build-tools-add-missing-dependencies.patch,
  decode-dimms-hackweek-DDR4.patch,
  i2cbusses-path-overflows.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=51
2018-12-03 15:37:24 +00:00
Dominique Leuenberger
c0050a086f Accepting request 557244 from Base:System
- Fix random failure of parallel builds
- Add DDR4 SDRAM memory support to decode-dimms (Hackweek 0x10 project)

OBS-URL: https://build.opensuse.org/request/show/557244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=34
2017-12-23 11:16:23 +00:00
Jean Delvare
bcb539788c - Rename patches for consistency
- Add upstream reference

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=49
2017-12-14 08:07:14 +00:00
Jean Delvare
9c8efc48e0 Refresh tools-build-add-missing-dependencies.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=48
2017-12-12 16:14:06 +00:00
Jean Delvare
7e86ac05df - tools-build-add-missing-dependencies.patch: Fix another random
failure of parallel builds.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=47
2017-12-12 16:08:47 +00:00
Jean Delvare
8264074f83 - lib-build-add-missing-dependencies.patch: Fix random failure
of parallel builds.
- decode-dimms-hackweek-DDR4.patch: Add DDR4 SDRAM memory support
  to decode-dimms (Hackweek 0x10 project.)

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=46
2017-12-06 15:06:52 +00:00
Dominique Leuenberger
97c7ef5124 Accepting request 539806 from Base:System
- i2cbusses-path-overflows.patch: Prevent buffer overflow of
  sysfs paths.
- Update to version 4.0:
  * New library libi2c
  * Many fixes and improvements to decode-dimms
  * New manual pages and examples added to existing manual pages
  * New tool i2ctransfer
- Removed obsolete decode-dimms-correctly-check-for-out-of-bounds-vendor-id.patch,
  i2c-tools-hackweek-9-dependencies.diff,
  i2c-tools-hackweek-9-improve-DDR3-support.diff,
  i2c-tools-r6048-Move-SMBus-helper-functions.patch,
  i2c-tools-r6053-Add-smbus-header.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/539806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=33
2017-11-14 11:38:52 +00:00
Jean Delvare
198c06506c - i2cbusses-path-overflows.patch: Prevent buffer overflow of
sysfs paths.

- Update to version 4.0:
  * New library libi2c
  * Many fixes and improvements to decode-dimms
  * New manual pages and examples added to existing manual pages
  * New tool i2ctransfer
- Removed obsolete decode-dimms-correctly-check-for-out-of-bounds-vendor-id.patch,
  i2c-tools-hackweek-9-dependencies.diff,
  i2c-tools-hackweek-9-improve-DDR3-support.diff,
  i2c-tools-r6048-Move-SMBus-helper-functions.patch,
  i2c-tools-r6053-Add-smbus-header.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=44
2017-11-03 09:34:08 +00:00
Dominique Leuenberger
f169182792 Accepting request 511065 from Base:System
Add missing bug number in changes file (bsc#1041644)

OBS-URL: https://build.opensuse.org/request/show/511065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=32
2017-07-19 09:22:02 +00:00
Jean Delvare
8b893e960e - Add missing bug number in changes file (bsc#1041644).
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=42
2017-07-17 13:04:03 +00:00
Dominique Leuenberger
64a1b438d2 Accepting request 508579 from Base:System
- Point to the new download location.
- Update the URL.
- Remove authors list from package description, it does not belong there.
- decode-dimms-correctly-check-for-out-of-bounds-vendor-id.patch: Fix recommended by upstream.

OBS-URL: https://build.opensuse.org/request/show/508579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=31
2017-07-12 17:30:17 +00:00
Jean Delvare
408f62f373 - decode-dimms-correctly-check-for-out-of-bounds-vendor-id.patch:
Fix recommended by upstream.

- Update the URL.
- Remove authors list from package description, it does not belong
  there.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=40
2017-07-06 10:57:50 +00:00
Jean Delvare
173fc4848e - Point to the new download location.
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=39
2017-07-06 08:19:00 +00:00
Stephan Kulow
8f0e350894 Accepting request 347885 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/347885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=30
2015-12-13 08:37:25 +00:00
Jean Delvare
cbace0153c Comment out URLs that are unavailable at the moment
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=37
2015-12-01 08:26:03 +00:00
Jean Delvare
fb2705363a - Update to version 3.1.2:
* Includes 1 backport we already had
- Removed obsolete i2c-tools-r6250-ddr3-fix-ext-temp-refresh.diff
  (upstream)

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=36
2015-11-27 12:55:02 +00:00
Dominique Leuenberger
6c19ec8926 Accepting request 339004 from Base:System
- Backport  r6048 and r6053 in order to not conflict with 
  linux-glibc-devel
  i2c-tools-r6048-Move-SMBus-helper-functions.patch
  i2c-tools-r6053-Add-smbus-header.patch (forwarded request 338994 from k0da)

OBS-URL: https://build.opensuse.org/request/show/339004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=29
2015-10-19 20:14:18 +00:00
Jean Delvare
bcb3ebf46c Accepting request 338994 from home:k0da:skiboot
- Backport  r6048 and r6053 in order to not conflict with 
  linux-glibc-devel
  i2c-tools-r6048-Move-SMBus-helper-functions.patch
  i2c-tools-r6053-Add-smbus-header.patch

OBS-URL: https://build.opensuse.org/request/show/338994
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=34
2015-10-14 15:35:39 +00:00
Stephan Kulow
ce8c0b2495 Accepting request 238040 from Base:System
Fix DDR3 extended temp range refresh rate decoding

OBS-URL: https://build.opensuse.org/request/show/238040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=27
2014-06-26 06:00:19 +00:00
Jean Delvare
923ce60dc0 - i2c-tools-r6250-ddr3-fix-ext-temp-refresh.diff: Fix DDR3 extended
temp range refresh rate decoding.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=33
2014-06-19 07:44:53 +00:00
Stephan Kulow
f254ac26ea Accepting request 223530 from Base:System
- Update to version 3.1.1:
  * Includes 13 packports we already had
  * Some additional fixes to decode-dimms
  * New manual pages for decode-dimms, decode-vaio
  * i2c-stub-from-dump tolerance on input dump format was improved

OBS-URL: https://build.opensuse.org/request/show/223530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=26
2014-02-24 05:52:04 +00:00
Jean Delvare
103f6e1483 - Mention removed patches (all upstream)
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=31
2014-02-22 21:43:31 +00:00
Jean Delvare
925a7c1e5d Fix the changelog
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=30
2014-02-20 17:43:29 +00:00
Jean Delvare
104d1bfd91 - Update to version 3.1.1:
* Includes 13 packports we aleady had
  * Some additional fixes to decode-dimms
  * New manual pages for decode-dimms, decode-vaio and eeprog
  * i2c-stub-from-dump tolerance on input dump format was improved

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=29
2014-02-20 16:39:31 +00:00
Stephan Kulow
97638cba66 Accepting request 171379 from Base:System
- decode-dimms: Backport fixes from upstream 3.1 branch
- decode-dimms: Improve DDR3 support (hackweek 9 project)

OBS-URL: https://build.opensuse.org/request/show/171379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=24
2013-04-19 07:46:23 +00:00
Jean Delvare
fec73db6cf - i2c-tools-hackweek-9-dependencies.diff: Backport 2 helper
functions needed by the following patch.
- i2c-tools-hackweek-9-improve-DDR3-support.diff: Improve DDR3
  support. This was my hackweek 9 project.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=27
2013-04-18 08:03:17 +00:00
Jean Delvare
595d43f146 Backport fixes from upstream 3.1 branch:
- i2c-tools-r6151-space-before-MHz.diff: Print a space before "MHz"
  to improve readability.
- i2c-tools-r6152-fix-DDR3-tRAS-decoding.diff: Fix DDR3 tRAS
  decoding.
- i2c-tools-r6153-fix-DDR3-timings-rounding.diff: Fix DDR3 core
  timings rounding.
- i2c-tools-r6154-round-down-PC3-numbers.diff: Round down PC3
  numbers to comply with Jedec.
- i2c-tools-r6157-vendors-JEP106AK.diff: Update vendor list based
   on Jedec document JEP106AK.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=26
2013-04-17 20:36:52 +00:00
Stephan Kulow
94d335f97f Accepting request 161596 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161533 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/161596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=23
2013-04-02 09:51:57 +00:00
b059c9dc3b Accepting request 161533 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161533
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=24
2013-03-28 12:02:53 +00:00
Stephan Kulow
28a4536fd7 Accepting request 155334 from Base:System
Backport fixes from upstream 3.1 branch:
- i2c-tools-r6063-dont-choke-when-no-eeprom.diff: Don't choke when
  no EEPROM is found.
- i2c-tools-r6106-vendors-JEP106AG.diff,
- i2c-tools-r6107-vendors-JEP106AJ.diff: Update vendor list based
   on Jedec documents JEP106AG and JEP106AJ.
- i2c-tools-r6108-remove-duplicate-ns.diff: Remove duplicate "ns"
  in SDR timings.
- i2c-tools-r6109-fix-decoding-revision.diff: Fix decoding of SDR
  SPD revision.
- i2c-tools-r6110-i2cdetect-clarify-probing.diff: Clarify the SMBus
  commands used for probing by default.
- i2c-tools-r6121-typo-sprint.diff: Prevent hang on reserved DDR3
  module type, caused by a typo in function name.
- i2c-tools-r6122-more-DDR3-module-types.diff: Decode more DDR3
  module types.

- patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/155334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i2c-tools?expand=0&rev=22
2013-02-13 16:25:40 +00:00
Jean Delvare
6b129132d3 Add patch descriptions and upstream references.
OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=22
2013-02-13 14:26:38 +00:00