rpms/i810switch/F-7 i810switch.spec,1.10,1.11

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Sat Jan 5 19:16:56 UTC 2008


Author: mdomsch

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

Modified Files:
	i810switch.spec 
Log Message:
apply sizet patch, fixes BZ356151


Index: i810switch.spec
===================================================================
RCS file: /cvs/extras/rpms/i810switch/F-7/i810switch.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- i810switch.spec	27 Sep 2007 18:22:13 -0000	1.10
+++ i810switch.spec	5 Jan 2008 19:16:13 -0000	1.11
@@ -1,6 +1,6 @@
 Name: i810switch
 Version: 0.6.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 Summary: Utility for switching the LCD and external VGA displays on and off
 Group: User Interface/X Hardware Support
@@ -9,6 +9,7 @@
 Source0: http://www16.plala.or.jp/mano-a-mano/i810switch/i810switch-0.6.5.tar.gz
 Patch0: i810switch-0.6.2.makefile.patch
 Patch1: i810switch-0.6.5-add-i945.patch
+Patch2: i810switch-0.6.5-sizet.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: pciutils
 
@@ -21,6 +22,7 @@
 %setup -q
 %patch0 -p1 -b .buildroot
 %patch1 -p1 -b .i945
+%patch2 -p0 -b .sizet
 make clean
 
 %build
@@ -40,6 +42,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sat Jan  5 2008 Matt Domsch <Matt_Domsch at dell.com> - 0.6.5-7
+- apply sizet patch, fixes BZ356151
+
 * Thu Sep 28 2007 Matt Domsch <Matt_Domsch at dell.com> - 0.6.5-6
 - add i945 detection, fixes BZ297371
 




More information about the fedora-extras-commits mailing list