rpms/superiotool/F-7 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 superiotool-version_fix.diff, 1.2, 1.3 superiotool.spec, 1.2, 1.3

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Fri Oct 12 10:11:03 UTC 2007


Author: peter

Update of /cvs/extras/rpms/superiotool/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16693/F-7

Modified Files:
	.cvsignore sources superiotool-version_fix.diff 
	superiotool.spec 
Log Message:
svn ver. 2849


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/superiotool/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Oct 2007 17:36:47 -0000	1.3
+++ .cvsignore	12 Oct 2007 10:10:30 -0000	1.4
@@ -1 +1 @@
-superiotool-2828.tar.bz2
+superiotool-2849.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/superiotool/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Oct 2007 17:36:47 -0000	1.3
+++ sources	12 Oct 2007 10:10:30 -0000	1.4
@@ -1 +1 @@
-f9a64e5b3a2f6d71d49412418df09655  superiotool-2828.tar.bz2
+dac90328a53502b8a5a158742a2609e8  superiotool-2849.tar.bz2

superiotool-version_fix.diff:

Index: superiotool-version_fix.diff
===================================================================
RCS file: /cvs/extras/rpms/superiotool/F-7/superiotool-version_fix.diff,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- superiotool-version_fix.diff	6 Oct 2007 17:36:47 -0000	1.2
+++ superiotool-version_fix.diff	12 Oct 2007 10:10:30 -0000	1.3
@@ -4,8 +4,8 @@
  #include <getopt.h>
  #include <sys/io.h>
  
--#define SUPERIOTOOL_VERSION "$Rev: 2821 $"
-+#define SUPERIOTOOL_VERSION "$Rev: 2828 $"
+-#define SUPERIOTOOL_VERSION "$Rev: 2841 $"
++#define SUPERIOTOOL_VERSION "$Rev: 2849 $"
  
  #define USAGE "Usage: superiotool [-d] [-D] [-V] [-v] [-h]\n\n\
    -d | --dump            Dump Super I/O registers\n\


Index: superiotool.spec
===================================================================
RCS file: /cvs/extras/rpms/superiotool/F-7/superiotool.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- superiotool.spec	6 Oct 2007 17:36:47 -0000	1.2
+++ superiotool.spec	12 Oct 2007 10:10:30 -0000	1.3
@@ -1,12 +1,12 @@
 Summary:	Simple program for detecting Super I/O on your mainboard
 Name:		superiotool
 Version:	0
-Release:	0.4.20071006svn2828%{?dist}
+Release:	0.5.20071012svn2849%{?dist}
 License:	GPLv2+
 Group:		Applications/System
-# svn -r 2828 export svn://linuxbios.org/repos/trunk/util/superiotool superiotool
-# tar -cjvf superiotool-2828.tar.bz2 superiotool
-Source0:	superiotool-2828.tar.bz2
+# svn -r 2849 export svn://linuxbios.org/repos/trunk/util/superiotool superiotool
+# tar -cjvf superiotool-2849.tar.bz2 superiotool
+Source0:	superiotool-2849.tar.bz2
 Patch0:		superiotool-Makefile_cleanup.diff
 Patch1:		superiotool-version_fix.diff
 URL:		http://linuxbios.org/index.php/Superiotool
@@ -24,6 +24,7 @@
 %setup -q -n %{name}
 %patch0 -b .Makefile_cleanup
 %patch1 -b .version_fix
+gzip %{name}.8
 
 %build
 CFLAGS="%{optflags}" make %{?_smp_mflags}
@@ -32,6 +33,7 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 install -p %{name} $RPM_BUILD_ROOT%{_bindir}
+install -D -p -m644 %{name}.8.gz $RPM_BUILD_ROOT%{_mandir}8/%{name}.8.gz
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -40,9 +42,15 @@
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/%{name}
+%{_mandir}8/%{name}.8.gz
 
 %changelog
 
+* Fri Oct 12 2007 Peter Lemenkov <lemenkov at gmail.com> 0-0.5.20071012svn2849
+- svn ver 2849 (support for SMSC FDC37M81x, SMSC FDC37B78x, SMSC FDC37B72x,
+  Winbond W83627THF/THG, NSC PC87351 and some more SMSC, ITE and NSC chips
+- added manpage
+
 * Sat Oct  6 2007 Peter Lemenkov <lemenkov at gmail.com> 0-0.4.20071006svn2828
 - svn ver. 2828 (added support for Winbond W83627HF/F/HG/G, SMSC LPC47M10x,
   ITE IT8661F, SMSC LPC47B387, ITE IT8705F/AF etc)




More information about the fedora-extras-commits mailing list