[i2c-tools] i2c-tools 3.1.0

Adam Jackson ajax at fedoraproject.org
Mon Feb 20 21:59:41 UTC 2012


commit 8ec4588dab4818121e989586e9c16231b196d687
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Feb 20 16:59:40 2012 -0500

    i2c-tools 3.1.0

 i2c-tools.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/i2c-tools.spec b/i2c-tools.spec
index 564ba69..b3d292c 100644
--- a/i2c-tools.spec
+++ b/i2c-tools.spec
@@ -5,8 +5,8 @@
 # package are under the same license as the package itself.
 
 Name:           i2c-tools
-Version:        3.0.3
-Release:        2%{?dist}
+Version:        3.1.0
+Release:        1%{?dist}
 Summary:        A heterogeneous set of I2C tools for Linux
 Group:          Applications/System
 License:        GPLv2+
@@ -55,6 +55,9 @@ install -m 755 eepromer/{eepromer,eeprom,eeprog} \
 rm -f $RPM_BUILD_ROOT%{_bindir}/decode-edid.pl
 # Remove userland kernel headers, belong in glibc-kernheaders.
 rm -rf $RPM_BUILD_ROOT%{_includedir}/linux
+# Remove unpleasant DDC tools.  KMS already exposes the EDID block in sysfs,
+# and edid-decode is a more complete tool than decode-edid.
+rm -f $RPM_BUILD_ROOT%{_bindir}/{ddcmon,decode-edid}
 # for i2c-dev ondemand loading through kmod
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d 
 echo "alias char-major-89-* i2c-dev" > \
@@ -87,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 20 2012 Adam Jackson <ajax at redhat.com> 3.1.0-1
+- i2c-tools 3.1.0
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list