summaryrefslogtreecommitdiffstats
path: root/vis.spec
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-07-11 19:20:03 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-07-11 19:20:03 +0200
commita9b526960713c7fe7f1805e2071d8b478fd16398 (patch)
tree76575f74304f8154c90c5ec5afe873f418d55d7a /vis.spec
parent7491bbf37e79c6a85ee3ce8eb6396c6f5acdabd1 (diff)
downloadvis-pkg-a9b526960713c7fe7f1805e2071d8b478fd16398.tar.gz
Transfer all patches to a Git branch.
Diffstat (limited to 'vis.spec')
-rw-r--r--vis.spec31
1 files changed, 0 insertions, 31 deletions
diff --git a/vis.spec b/vis.spec
index 26ec746..5f67dc5 100644
--- a/vis.spec
+++ b/vis.spec
@@ -28,36 +28,6 @@ URL: https://github.com/martanne/vis
#!RemoteAssetUrl: git+https://github.com/mcepl/vis.git#scintillua
#!RemoteAssetUrl: git+https://github.com/martanne/vis-test.git#v0.5
Source99: vis-rpmlintrc
-# PATCH-FEATURE-UPSTREAM 675-non-block_subproc.patch gh#martanne/vis#675 mcepl@suse.com
-# adds function vis.commuincate which spawns a process and returns handles to its std files.
-# seems to be the cause of crash in gh#martanne/vis#988
-Patch0: 675-non-block_subproc.patch
-# PATCH-FIX-UPSTREAM 699-no-crash-reenter-prompt.patch gh#martanne/vis#628 mcepl@suse.com
-# don't crash on reenter of the prompt window
-Patch1: 699-no-crash-reenter-prompt.patch
-# PATCH-FIX-UPSTREAM 946-non-ASCII-completion.patch gh#martanne/vis#941 mcepl@suse.com
-# make vis-menu handle non-ASCII characters better
-Patch2: 946-non-ASCII-completion.patch
-# # PATCH-FEATURE-UPSTREAM 948-soft-word-wrapping.patch gh#martanne/vis#948 mcepl@suse.com
-# # adds soft word wrapping (linebreak in vim)
-# Patch3: 948-soft-word-wrapping.patch
-# PATCH-FEATURE-UPSTREAM 617-vis-highlight.patch gh#martanne/vis#617 mcepl@suse.com
-# add vis-highlight command
-Patch4: 617-vis-highlight.patch
-# PATCH-FEATURE-UPSTREAM 959-flexible-insert-completion.patch gh#martanne/vis#959
-# allow changes for https://github.com/jpaulogg/vis-ins-completion/tree/flex-completion
-Patch5: 959-flexible-insert-completion.patch
-# PATCH-FIX-UPSTREAM 558-gf_reimplementation.patch gh#martanne/vis#558 mcepl@suse.com
-# Implementation of the gf command, v2
-# This patch seems to ignite gh#martanne/vis#827 again.
-Patch7: 558-gf_reimplementation.patch
-# PATCH-FIX-UPSTREAM no-EOL-to-wl-clipboard.patch mcepl@suse.com
-# don't add \n on paste
-# from https://lists.sr.ht/~martanne/devel/%3C20211231195631.12681-1-mcepl%40cepl.eu%3E
-Patch8: no-EOL-to-wl-clipboard.patch
-# PATCH-FIX-UPSTREAM 881-linewise-inner-objects.patch gh#martanne/vis#881 mcepl@suse.com
-# make linewise inner objects work differently from outer ones
-Patch9: 881-linewise-inner-objects.patch
BuildRequires: libselinux-devel
BuildRequires: libtermkey-devel
BuildRequires: ncurses-devel
@@ -83,7 +53,6 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti
%setup -q -n vis -c -T
cp -a %{_sourcedir}/vis/* .
cp -a %{_sourcedir}/vis-test/* test/
-%autopatch -p1
%build
export CFLAGS="%{optflags} -fcommon"