rpms/aterm/F-9 aterm-stropts.patch,NONE,1.1 aterm.spec,1.18,1.19

Andreas Bierfert awjb at fedoraproject.org
Sat Sep 6 07:50:28 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/aterm/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30040/F-9

Modified Files:
	aterm.spec 
Added Files:
	aterm-stropts.patch 
Log Message:
- fix #440779


aterm-stropts.patch:

--- NEW FILE aterm-stropts.patch ---
--- src/command.c.orig	2008-09-06 09:10:26.000000000 +0200
+++ src/command.c	2008-09-06 09:40:00.000000000 +0200
@@ -89,7 +89,7 @@
 # include <grp.h>
 #endif
 
-#if defined (__svr4__) || defined (__lnx21__)
+#if 0
 # include <sys/resource.h>	/* for struct rlimit */
 # include <sys/stropts.h>	/* for I_PUSH */
 # define _NEW_TTY_CTRL		/* to get proper defines in <termios.h> */
@@ -672,7 +672,7 @@
 	print_error("can't open slave tty %s", ttydev);
 	exit(EXIT_FAILURE);
     }
-#if defined (__svr4__) || defined (__lnx21__)
+#if 0
 /*
  * Push STREAMS modules:
  *    ptem: pseudo-terminal hardware emulation module.


Index: aterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aterm/F-9/aterm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- aterm.spec	11 Feb 2008 16:06:12 -0000	1.18
+++ aterm.spec	6 Sep 2008 07:49:57 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           aterm
 Version:        1.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        Afterstep XVT, VT102 emulator for the X Window system
 Group:          User Interface/X
@@ -9,6 +9,7 @@
 Source0:        ftp://ftp.afterstep.org/apps/aterm/aterm-1.0.1.tar.bz2
 Source1:        aterm.desktop
 Patch0:         aterm-debuginfo.patch
+Patch1:         aterm-stropts.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  desktop-file-utils
@@ -28,6 +29,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 %configure --enable-fading --enable-background-image \
@@ -65,6 +67,9 @@
 
 
 %changelog
+* Sat Sep 06 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 1.0.1-3
+- fix #440779
+
 * Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 1.0.1-2
 - Rebuilt for gcc43
 




More information about the fedora-extras-commits mailing list