diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2014-07-14 17:56:23 -0400 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2014-07-14 17:56:23 -0400 |
commit | 6efe2c7714039f6891e96c4563ccabe165599391 (patch) | |
tree | f19da6f7080ba38e19c8e1802390875ddbbd0ca1 /contrib | |
parent | d7442e25594172744d9d7d95f4dafb955d799c5e (diff) | |
download | tigervnc-6efe2c7714039f6891e96c4563ccabe165599391.tar.gz tigervnc-6efe2c7714039f6891e96c4563ccabe165599391.zip |
Remove OpenSuse clean-pressed-key patch
Remove clean-pressed-key-on-exit inherited from original spec file that
ours was derived from.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/packages/rpm/sle11/SPECS/tigervnc.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/packages/rpm/sle11/SPECS/tigervnc.spec b/contrib/packages/rpm/sle11/SPECS/tigervnc.spec index 56127513..b48303cc 100644 --- a/contrib/packages/rpm/sle11/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/sle11/SPECS/tigervnc.spec @@ -72,7 +72,7 @@ Source12: http://downloads.sourceforge.net/project/libjpeg-turbo/1.3.0/lib # Tiger vnc patches Patch3: u_tigervnc-1.3.0-fix-use-after-free.patch #Patch4: tigervnc-newfbsize.patch -Patch5: tigervnc-clean-pressed-key-on-exit.patch +#Patch5: tigervnc-clean-pressed-key-on-exit.patch # Xserver patches Patch1: fpic.diff @@ -193,7 +193,7 @@ cp -r ./xorg-server-*/* unix/xserver/ %patch3 -p1 #%patch4 -p1 -%patch5 -p1 +#%patch5 -p1 pushd unix/xserver for all in `find . -type f -perm -001`; do |