- update redhat patch for fuzz=0 (bz #465087)
This commit is contained in:
parent
aa3fa45612
commit
a3bbdc86a4
@ -1,15 +0,0 @@
|
||||
--- x3270-3.2/Examples/cms_logon.bash.rh Sun Sep 3 05:09:37 2000
|
||||
+++ x3270-3.2/Examples/cms_logon.bash Fri Dec 22 14:44:02 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/local/bin/bash
|
||||
+#!/bin/bash
|
||||
|
||||
# Copyright 1995, 2000 by Paul Mattes.
|
||||
# Permission to use, copy, modify, and distribute this software and its
|
||||
--- x3270-3.2/Examples/peer_script.expect.rh Mon Sep 29 20:30:30 1997
|
||||
+++ x3270-3.2/Examples/peer_script.expect Fri Dec 22 14:44:02 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/local/bin/expect
|
||||
+#!/usr/bin/expect
|
||||
# TSO login script, which runs as a peer of x3270.
|
||||
# expect version
|
18
x3270-3.3.6-redhat.patch
Normal file
18
x3270-3.3.6-redhat.patch
Normal file
@ -0,0 +1,18 @@
|
||||
diff -up x3270-3.3/Examples/cms_logon.bash.rh x3270-3.3/Examples/cms_logon.bash
|
||||
--- x3270-3.3/Examples/cms_logon.bash.rh 2008-10-02 14:19:49.000000000 +0200
|
||||
+++ x3270-3.3/Examples/cms_logon.bash 2008-10-02 14:20:05.000000000 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/local/bin/bash
|
||||
+#! /bin/bash
|
||||
|
||||
# Copyright 1995, 2000, 2002 by Paul Mattes.
|
||||
# Permission to use, copy, modify, and distribute this software and its
|
||||
diff -up x3270-3.3/Examples/peer_script.expect.rh x3270-3.3/Examples/peer_script.expect
|
||||
--- x3270-3.3/Examples/peer_script.expect.rh 2008-10-02 14:20:28.000000000 +0200
|
||||
+++ x3270-3.3/Examples/peer_script.expect 2008-10-02 14:20:40.000000000 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/local/bin/expect
|
||||
+#! /usr/bin/expect
|
||||
# TSO login script, which runs as a peer of x3270.
|
||||
# expect version
|
||||
|
@ -8,7 +8,7 @@
|
||||
Summary: An X Window System based IBM 3278/3279 terminal emulator
|
||||
Name: x3270
|
||||
Version: 3.3.6
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/Internet
|
||||
URL: http://www.geocities.com/SiliconValley/Peaks/7814
|
||||
@ -16,7 +16,7 @@ Source0: http://x3270.bgp.nu/download/x3270-%{version}.tgz
|
||||
Source1: http://x3270.bgp.nu/download/c3270-%{version}.tgz
|
||||
Source2: x3270.png
|
||||
Source3: x3270.desktop
|
||||
Patch0: x3270-3.2.16-redhat.patch
|
||||
Patch0: x3270-3.3.6-redhat.patch
|
||||
Patch1: c3270-332-ncursesw.patch
|
||||
Patch2: x3270-3.3-syntax.patch
|
||||
Patch3: x3270-3.3-encoding.patch
|
||||
@ -195,6 +195,9 @@ fi
|
||||
%{_mandir}/man1/c3270*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 02 2008 Karsten Hopp <karsten@redhat.com> 3.3.6-6
|
||||
- update redhat patch for fuzz=0 (#465087)
|
||||
|
||||
* Thu Mar 20 2008 Karsten Hopp <karsten@redhat.com> 3.3.6-5
|
||||
- fix compiler flags for FORTIFY_SOURCE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user