This commit is contained in:
committed by
Git OBS Bridge
parent
450c31febb
commit
2219557c58
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cf39f7c447b0b8f7a24eaed243ad4d8c654c2e94a146a796dba9ed08e857209
|
||||
size 61429
|
3
i2c-tools-3.0.2.tar.bz2
Normal file
3
i2c-tools-3.0.2.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b4d6455a30a3264a60b4d3be55855d996d52ea4f162a2f04ffff378e24f98a2
|
||||
size 62523
|
BIN
i2c-tools-3.0.2.tar.bz2.sig
Normal file
BIN
i2c-tools-3.0.2.tar.bz2.sig
Normal file
Binary file not shown.
@@ -1,20 +0,0 @@
|
||||
References: 446098
|
||||
|
||||
Only export the ceil function from POSIX. By default, POSIX exports
|
||||
everything, and this happens to generate warnings when using perl 5.10.0.
|
||||
That's a perl bug, but we can still work around it and avoid potential
|
||||
future issues of the same kind.
|
||||
|
||||
Index: i2c-tools/eeprom/decode-dimms
|
||||
===================================================================
|
||||
--- i2c-tools/eeprom/decode-dimms (revision 5287)
|
||||
+++ i2c-tools/eeprom/decode-dimms (revision 5388)
|
||||
@@ -38,7 +38,7 @@
|
||||
require 5.004;
|
||||
|
||||
use strict;
|
||||
-use POSIX;
|
||||
+use POSIX qw(ceil);
|
||||
use Fcntl qw(:DEFAULT :seek);
|
||||
use vars qw($opt_html $opt_bodyonly $opt_igncheck $use_sysfs $use_hexdump
|
||||
@vendors %decode_callback $revision @dimm_list %hexdump_cache);
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 13:11:14 CEST 2009 - jdelvare@suse.de
|
||||
|
||||
- List the signature as a source file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 15:20:24 CEST 2009 - jdelvare@suse.de
|
||||
|
||||
- Update to version 3.0.2:
|
||||
* Improved error handling
|
||||
* Buses can now be passed by name
|
||||
* Obsolete i2c-tools-r5388-prevent-perl-warning.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 18:42:41 CET 2008 - jdelvare@suse.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package i2c-tools (Version 3.0.1)
|
||||
# spec file for package i2c-tools (Version 3.0.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,16 +20,16 @@
|
||||
|
||||
Name: i2c-tools
|
||||
Url: http://www.lm-sensors.org/wiki/I2CTools
|
||||
Version: 3.0.1
|
||||
Release: 39
|
||||
Version: 3.0.2
|
||||
Release: 1
|
||||
Summary: A heterogeneous set of I2C tools for Linux
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/Other
|
||||
Requires: udev
|
||||
Recommends: modules
|
||||
AutoReqProv: on
|
||||
Source0: i2c-tools-3.0.1.tar.bz2
|
||||
Patch1: i2c-tools-r5388-prevent-perl-warning.patch
|
||||
Source0: i2c-tools-%{version}.tar.bz2
|
||||
Source1: i2c-tools-%{version}.tar.bz2.sig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
@@ -49,7 +49,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
@@ -67,19 +66,3 @@ rm -f $RPM_BUILD_ROOT/usr/bin/decode-edid
|
||||
%doc /usr/share/man/man8/*.8.gz
|
||||
|
||||
%changelog
|
||||
* Tue Nov 18 2008 jdelvare@suse.de
|
||||
- i2c-tools-r5388-prevent-perl-warning.patch: Prevent a perl 5.10.0
|
||||
warning about SEEK_SET and friends being redefined (#446098).
|
||||
- Add Recommends: modules.
|
||||
* Tue Nov 11 2008 ro@suse.de
|
||||
- drop requires for "modules", not really needed here
|
||||
and launches a long rebuild chain
|
||||
* Mon May 05 2008 jdelvare@suse.de
|
||||
- Drop static /dev/i2c-0 device node, it's no longer needed (if it
|
||||
ever really was.)
|
||||
* Tue Apr 08 2008 jdelvare@suse.de
|
||||
- Update to version 3.0.1:
|
||||
* New helper script i2c-stub-from-dump
|
||||
* Improvements to i2cdump and decode-dimms
|
||||
* Mon Oct 15 2007 jdelvare@suse.de
|
||||
- Initial release.
|
||||
|
Reference in New Issue
Block a user