rpms/superiotool/F-10 .cvsignore, 1.12, 1.13 import.log, 1.4, 1.5 sources, 1.12, 1.13 superiotool-Makefile_cleanup.diff, 1.3, 1.4 superiotool.spec, 1.15, 1.16

Peter Lemenkov peter at fedoraproject.org
Wed Sep 9 13:20:18 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/superiotool/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7991/F-10

Modified Files:
	.cvsignore import.log sources 
	superiotool-Makefile_cleanup.diff superiotool.spec 
Log Message:
svn ver. 4623


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/superiotool/F-10/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	19 Jun 2009 17:30:58 -0000	1.12
+++ .cvsignore	9 Sep 2009 13:20:18 -0000	1.13
@@ -1 +1 @@
-superiotool-4356.tar.bz2
+superiotool-0.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/superiotool/F-10/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	19 Jun 2009 17:30:58 -0000	1.4
+++ import.log	9 Sep 2009 13:20:18 -0000	1.5
@@ -2,3 +2,4 @@ superiotool-0-0_12_20080815svn3511_fc8:H
 superiotool-0-0_14_20081103svn3698_fc9:HEAD:superiotool-0-0.14.20081103svn3698.fc9.src.rpm:1225707133
 superiotool-0-0_15_20090202svn3827_fc10:F-10:superiotool-0-0.15.20090202svn3827.fc10.src.rpm:1233580192
 superiotool-0-0_17_20090619svn4356_fc11:F-10:superiotool-0-0.17.20090619svn4356.fc11.src.rpm:1245432573
+superiotool-0-0_20_20090909svn4623_fc11:F-10:superiotool-0-0.20.20090909svn4623.fc11.src.rpm:1252502372


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/superiotool/F-10/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	19 Jun 2009 17:30:58 -0000	1.12
+++ sources	9 Sep 2009 13:20:18 -0000	1.13
@@ -1 +1 @@
-fd60cef75f1dbdf0d65b967fcd926b78  superiotool-4356.tar.bz2
+486654c581e923aef13d66701e679c38  superiotool-0.tar.bz2

superiotool-Makefile_cleanup.diff:
 Makefile |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Index: superiotool-Makefile_cleanup.diff
===================================================================
RCS file: /cvs/pkgs/rpms/superiotool/F-10/superiotool-Makefile_cleanup.diff,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- superiotool-Makefile_cleanup.diff	18 May 2008 08:16:39 -0000	1.3
+++ superiotool-Makefile_cleanup.diff	9 Sep 2009 13:20:18 -0000	1.4
@@ -1,5 +1,7 @@
---- Makefile.Makefile_cleanup	2008-03-17 16:43:48.000000000 +0300
-+++ Makefile	2008-05-18 12:10:51.000000000 +0400
+Index: Makefile
+===================================================================
+--- Makefile	(revision 4628)
++++ Makefile	(working copy)
 @@ -22,14 +22,14 @@
  
  CC      = gcc
@@ -17,15 +19,15 @@
           -Werror-implicit-function-declaration -ansi -pedantic $(SVNDEF)
  
  OBJS = superiotool.o ali.o fintek.o ite.o nsc.o smsc.o winbond.o
-@@ -42,9 +42,8 @@
- 	$(CC) $(CFLAGS) -o $(PROGRAM) $(OBJS)
+@@ -48,9 +48,9 @@
  
  install: $(PROGRAM)
--	$(INSTALL) $(PROGRAM) $(PREFIX)/sbin
--	mkdir -p $(PREFIX)/share/man/man8
--	$(INSTALL) $(PROGRAM).8 $(PREFIX)/share/man/man8
-+	$(INSTALL) -p -D $(PROGRAM) $(PREFIX)/sbin/$(PROGRAM)
-+	$(INSTALL) -p -D -m 644 $(PROGRAM).8 $(PREFIX)/share/man/man8/$(PROGRAM).8
+ 	mkdir -p $(DESTDIR)$(PREFIX)/sbin
+-	$(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin
++	$(INSTALL) -m 0755 $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin
+ 	mkdir -p $(DESTDIR)$(PREFIX)/share/man/man8
+-	$(INSTALL) $(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8
++	$(INSTALL) -m 0644 $(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8
  
  clean:
  	rm -f $(PROGRAM) *.o


Index: superiotool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/superiotool/F-10/superiotool.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- superiotool.spec	28 Jun 2009 19:58:36 -0000	1.15
+++ superiotool.spec	9 Sep 2009 13:20:18 -0000	1.16
@@ -1,14 +1,14 @@
-%define svnver 4356
+%define svnver 4623
 
 Summary:	Simple program for detecting Super I/O on your mainboard
 Name:		superiotool
 Version:	0
-Release:	0.18.20090619svn%{svnver}%{?dist}
+Release:	0.20.20090909svn%{svnver}%{?dist}
 License:	GPLv2+
 Group:		Applications/System
-# svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/superiotool superiotool
-# tar -cjvf superiotool-%{svnver}.tar.bz2 superiotool
-Source0:	superiotool-%{svnver}.tar.bz2
+# svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/superiotool %{name}-%{version}
+# tar -cjvf %{name}-%{version}.tar.bz2 %{name}-%{version}
+Source0:	%{name}-%{version}.tar.bz2
 Patch0:		superiotool-Makefile_cleanup.diff
 URL:		http://www.coreboot.org/Superiotool
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -22,7 +22,7 @@ on your mainboard, and it can provide de
 contents of the Super I/O.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 %patch0 -b .Makefile_cleanup
 
 %build
@@ -30,7 +30,7 @@ CFLAGS="%{optflags} -D'SUPERIOTOOL_VERSI
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make PREFIX=$RPM_BUILD_ROOT/usr install
+make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,6 +42,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/%{name}.*
 
 %changelog
+* Wed Sep  9 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.20.20090909svn4623
+- svn ver. 4623
+- Add IT8703F support.
+- Add dump support for SMSC LPC47N252.
+- Add register definitions for all logical devices on the SMSC LPC47U33x.
+- Add dump information for F71862FG and F71863FG.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.19.20090619svn4356
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sun Jun 28 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.18.20090619svn4356
 - Fixed URL
 




More information about the fedora-extras-commits mailing list