rpms/ski/F-8 ski-1.3.2-nohayes.patch, NONE, 1.1 ski.spec, 1.2, 1.3 ski-1.3.2-ppc.patch, 1.1, NONE

Dan Horák sharkcz at fedoraproject.org
Sat Nov 1 17:46:56 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/ski/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10835

Modified Files:
	ski.spec 
Added Files:
	ski-1.3.2-nohayes.patch 
Removed Files:
	ski-1.3.2-ppc.patch 
Log Message:
* Sat Nov  1 2008 Dan Horak <dan[at]danny.cz> 1.3.2-6
- rename the ppc patch to nohayes and add other arches without TIOC[GS]HAYESESP


ski-1.3.2-nohayes.patch:

--- NEW FILE ski-1.3.2-nohayes.patch ---
# HG changeset patch
# User dan at localhost.localdomain
# Date 1207816788 -7200
# Node ID b2122f4a4301195e1d18ce296410a358f2a8eb01
# Parent  c14a330b40aafef223c132939f96c94373e248ed
ppc cleanup

diff --git a/src/linux/syscall-linux.c b/src/linux/syscall-linux.c
--- a/src/linux/syscall-linux.c
+++ b/src/linux/syscall-linux.c
@@ -2251,8 +2251,10 @@ doSyscall (HWORD num, REG arg0, REG arg1
 	case TIOCSERSETMULTI:	/* Set multiport config */
 	case TIOCMIWAIT:	/* wait for a change on serial input line(s) */
 	case TIOCGICOUNT:	/* read serial port inline interrupt counts */
+#if !defined(__PPC__) && !defined(__PPC64__) && !defined(__s390__) && !defined(__s390x__)
 	case TIOCGHAYESESP:	/* Get Hayes ESP configuration */
 	case TIOCSHAYESESP:	/* Set Hayes ESP configuration */
+#endif
 	case SIOCRTMSG:	/* call to routing system	*/
 	case SIOCSIFLINK:	/* set iface channel		*/
 	case SIOCGIFMEM:	/* get memory address (BSD)	*/


Index: ski.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ski/F-8/ski.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ski.spec	30 Apr 2008 07:17:34 -0000	1.2
+++ ski.spec	1 Nov 2008 17:46:26 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           ski
 Version:        1.3.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        IA-64 user and system mode simulator
 
 Group:          Applications/Emulators
@@ -9,7 +9,7 @@
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch1:         ski-1.3.2-asm-page.patch
 Patch2:         ski-1.3.2-header.patch
-Patch3:         ski-1.3.2-ppc.patch
+Patch3:         ski-1.3.2-nohayes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libglade2-devel ncurses-devel elfutils-libelf-devel libgnomeui-devel lesstif-devel
@@ -103,6 +103,9 @@
 
 
 %changelog
+* Sat Nov  1 2008 Dan Horak <dan[at]danny.cz> 1.3.2-6
+- rename the ppc patch to nohayes and add other arches without TIOC[GS]HAYESESP
+
 * Wed Apr 30 2008 Dan Horak <dan[at]danny.cz> 1.3.2-5
 - fix attributes for files in subpackages
 


--- ski-1.3.2-ppc.patch DELETED ---




More information about the fedora-extras-commits mailing list