Compare commits

..

22 commits

Author SHA1 Message Date
Zdenek Dohnal
c415337b10 patchlevel 1914 2025-11-14 12:40:22 +01:00
Zdenek Dohnal
2db5aa05ca patchlevel 1888 2025-10-31 09:55:29 +01:00
Zdenek Dohnal
08a3894a14 patchlevel 1863 2025-10-17 11:51:42 +02:00
Zdenek Dohnal
9d7d683880 patchlevel 1818 2025-10-03 12:13:59 +02:00
Zdenek Dohnal
af61ad82a7 patchlevel 1775 2025-09-19 10:46:15 +02:00
Zdenek Dohnal
1014bac6ad Restore lost --remote-tab... functionality on wayland (fedora#2393716) 2025-09-10 16:03:40 +02:00
Zdenek Dohnal
665579db3f patchlevel 1723 2025-09-01 19:19:30 +02:00
Zdenek Dohnal
2417ef3c89 patchlevel 1723 2025-09-01 18:51:15 +02:00
Zdenek Dohnal
60e5f1e9ec - patchlevel 1706 2025-08-29 10:42:55 +02:00
Zdenek Dohnal
aa0352e75b Enable F43 2025-08-29 10:42:55 +02:00
Carl George
fee9dd7b56 Switch to https URL 2025-08-29 10:42:55 +02:00
Zdenek Dohnal
e29ad361ad Remove vimspell conditions and subpackage
The source used for spell package was removed in Vim 7.1, and the
package was not built at least for 9 years, so IMO no need to obsolete
the package.
2025-08-29 10:42:55 +02:00
Zdenek Dohnal
b50c4484fe SPEC file cleanup
- renumber patches
- move conditional stuff at the end of each sections
2025-08-29 10:42:55 +02:00
Zdenek Dohnal
baae0bb9fa Remove old conflicts 2025-08-29 10:42:55 +02:00
Zdenek Dohnal
d014ed1adb - patchlevel 1706 2025-08-29 10:13:22 +02:00
Zdenek Dohnal
b22f469cf1 Enable F43 2025-08-29 10:13:22 +02:00
Carl George
908674c9f0 Switch to https URL 2025-08-29 10:13:22 +02:00
Zdenek Dohnal
ffd268aae6 Remove vimspell conditions and subpackage
The source used for spell package was removed in Vim 7.1, and the
package was not built at least for 9 years, so IMO no need to obsolete
the package.
2025-08-29 10:13:22 +02:00
Zdenek Dohnal
82d973027f SPEC file cleanup
- renumber patches
- move conditional stuff at the end of each sections
2025-08-29 10:13:22 +02:00
Zdenek Dohnal
7807236fd9 Remove old conflicts 2025-08-29 10:13:22 +02:00
František Hrdina
16190abab1 Update of fmf plans 2025-08-12 10:15:22 +02:00
František Hrdina
fca8d831fc Update of fmf plans 2025-08-12 10:15:16 +02:00
4 changed files with 9 additions and 35 deletions

View file

@ -1 +1 @@
SHA512 (vim-9.1-2068.tar.bz2) = f19ae5898f7c388f437fe03af23d956ef66706c2a629a3389622e0b583d9bd831dd4e250badb181fceacb2b52b1f8a6bda4f72fbece122b5f5097153daf774f3
SHA512 (vim-9.1-1914.tar.bz2) = 7db432217859bf6e74f705484f1ed84f06d94503a2a39ee67e727adb8d96a3ad17b7eb4c2e5afcc12d0339dbdb81d62341ae7e41668adb1d84093603f43c99fb

View file

@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
branches=( "rawhide" "f43" "f42" )
releases=( "fc44" "fc43" "fc42" )
branches=( "rawhide" "f43" "f42" "f41" )
releases=( "fc44" "fc43" "fc42" "fc41" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
regexps=( "fc44" "fc43" "\|fc42" )
bodhi_enabled=( "0" "1" "1" )
regexps=( "fc44" "fc43" "\|fc42" "\|fc41" )
bodhi_enabled=( "0" "1" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28

View file

@ -12,7 +12,7 @@
%endif
%define patchlevel 2068
%define patchlevel 1914
%define withnetbeans 1
%define withhunspell 0
@ -122,10 +122,6 @@ BuildRequires: make
# screen handling library
BuildRequires: ncurses-devel
# for building function prototypes
BuildRequires: python3
BuildRequires: python3-clang
# for python plugin
BuildRequires: python3-devel
@ -585,9 +581,6 @@ cp -f %{SOURCE7} %{buildroot}/%{_datadir}/%{name}/vimfiles/template.spec
rm -f README*.info
cd src
# related to the issue with `make depend`, auto/osdef.h
# has to be generated
make auto/osdef.h auto/gui_gtk_gresources.h auto/wayland/wlr-data-control-unstable-v1.h
# Adding STRIP=/bin/true, because Vim wants to strip the binaries by himself
# and put the stripped files into correct dirs. Build system (koji/brew)
# does it for us, so there is no need to do it in Vim
@ -995,18 +988,6 @@ mkdir -p %{buildroot}/%{_datadir}/fish/vendor_functions.d/
%changelog
* Fri Jan 09 2026 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.2068-1
- patchlevel 2068
* Fri Dec 19 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1999-1
- patchlevel 1999
* Fri Dec 12 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1972-1
- patchlevel 1972
* Fri Dec 05 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1952-1
- patchlevel 1952
* Fri Nov 14 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1914-1
- patchlevel 1914
@ -1016,9 +997,6 @@ mkdir -p %{buildroot}/%{_datadir}/fish/vendor_functions.d/
* Fri Oct 17 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1863-1
- patchlevel 1863
* Fri Oct 10 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1845-1
- patchlevel 1845
* Fri Oct 03 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1818-1
- patchlevel 1818

10
vimrc
View file

@ -54,14 +54,10 @@ if has("autocmd")
" In text files, always limit the width of text to 78 characters
" autocmd BufRead *.txt set tw=78
" When editing a file, always jump to the last cursor position
" (taken from Vim's defaults.vim)
autocmd BufReadPost *
\ let line = line("'\"")
\ | if line >= 1 && line <= line("$") && &filetype !~# 'commit'
\ && index(['xxd', 'gitrebase', 'tutor'], &filetype) == -1
\ && !&diff
\ | execute "normal! g`\""
\ | endif
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
\ exe "normal! g'\"" |
\ endif
" don't write swapfile on most commonly used directories for NFS mounts or USB sticks
autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/tmp,/var/tmp,/tmp
" start with spec file template