[superiotool] svn ver. 5690

Peter Lemenkov peter at fedoraproject.org
Mon Aug 16 13:44:37 UTC 2010


commit 68d65eefb7e4a7ed1bd28b7c0b7a2040bd45de15
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Mon Aug 16 17:44:26 2010 +0400

    svn ver. 5690
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 sources                                            |    2 +-
 ...iff => superiotool-0001-Makefile-cleanups.patch |   27 ++++++++++++++-----
 superiotool.spec                                   |   14 +++++++---
 3 files changed, 31 insertions(+), 12 deletions(-)
---
diff --git a/sources b/sources
index 5588ca2..5983954 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04460cfd909938b9b48e8d2b28c4d7d9  superiotool-0.tar.bz2
+2f182a45dc6043d1234b48a7a14c4543  superiotool-0.tar.bz2
diff --git a/superiotool-Makefile_cleanup.diff b/superiotool-0001-Makefile-cleanups.patch
similarity index 60%
rename from superiotool-Makefile_cleanup.diff
rename to superiotool-0001-Makefile-cleanups.patch
index 0a76463..5706576 100644
--- a/superiotool-Makefile_cleanup.diff
+++ b/superiotool-0001-Makefile-cleanups.patch
@@ -1,8 +1,18 @@
-Index: Makefile
-===================================================================
---- Makefile	(revision 4628)
-+++ Makefile	(working copy)
-@@ -22,14 +22,14 @@
+From ba1aa4d664d6263a91e1535d1d18503bce2cff62 Mon Sep 17 00:00:00 2001
+From: Peter Lemenkov <lemenkov at gmail.com>
+Date: Mon, 16 Aug 2010 17:23:14 +0400
+Subject: [PATCH] Makefile cleanups
+
+Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
+---
+ Makefile |    8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 6b994e0..61f7090 100644
+--- a/Makefile
++++ b/Makefile
+@@ -22,14 +22,14 @@ PROGRAM = superiotool
  
  CC      = gcc
  INSTALL = /usr/bin/install
@@ -18,8 +28,8 @@ Index: Makefile
 +CFLAGS ?= -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \
           -Werror-implicit-function-declaration -ansi -pedantic $(SVNDEF)
  
- OBJS = superiotool.o ali.o fintek.o ite.o nsc.o smsc.o winbond.o
-@@ -48,9 +48,9 @@
+ OBJS = superiotool.o ali.o fintek.o ite.o nsc.o nuvoton.o smsc.o winbond.o
+@@ -57,9 +57,9 @@ $(PROGRAM): $(OBJS) superiotool.h
  
  install: $(PROGRAM)
  	mkdir -p $(DESTDIR)$(PREFIX)/sbin
@@ -31,3 +41,6 @@ Index: Makefile
  
  clean:
  	rm -f $(PROGRAM) *.o
+-- 
+1.7.2.1
+
diff --git a/superiotool.spec b/superiotool.spec
index 05a2fb5..e5ecb17 100644
--- a/superiotool.spec
+++ b/superiotool.spec
@@ -1,15 +1,15 @@
-%define svnver 5537
+%define svnver 5690
 
 Summary:	Simple program for detecting Super I/O on your mainboard
 Name:		superiotool
 Version:	0
-Release:	0.23.20100512svn%{svnver}%{?dist}
+Release:	0.24.20100816svn%{svnver}%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 # svn -r %{svnver} export svn://coreboot.org/coreboot/trunk/util/superiotool %{name}-%{version}
 # tar -cjvf %{name}-%{version}.tar.bz2 %{name}-%{version}
 Source0:	%{name}-%{version}.tar.bz2
-Patch0:		superiotool-Makefile_cleanup.diff
+Patch1:		superiotool-0001-Makefile-cleanups.patch
 URL:		http://www.coreboot.org/Superiotool
 BuildRequires:	pciutils-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -24,7 +24,7 @@ contents of the Super I/O.
 
 %prep
 %setup -q
-%patch0 -b .Makefile_cleanup
+%patch1 -p1 -b .Makefile_cleanup
 
 %build
 CFLAGS="%{optflags} -D'SUPERIOTOOL_VERSION=\"%{svnver}\"'" make %{?_smp_mflags}
@@ -43,6 +43,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/%{name}.*
 
 %changelog
+* Mon Aug 16 2010 Peter Lemenkov <lemenkov at gmail.com> 0-0.24.20100816svn5690
+- svn ver. 5690
+- Support for IT8500 EC
+- Support for Nuvoton WPCE775x/NPCE781x
+- Support to IT85xx series
+
 * Wed May 12 2010 Peter Lemenkov <lemenkov at gmail.com> 0-0.23.20100512svn5537
 - svn ver. 5537
 - Initial support for IT8512/IT8513


More information about the scm-commits mailing list