From 0e7aaa1f2f9b3a8001b8897bcc7abcbe412a3692 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 5 Dec 2022 08:09:02 +0100
Subject: [PATCH 001/180] vim-update.sh: F35 will be EOL in a week, stop
automatic updates
---
vim-update.sh | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index 83ac1698..7a482828 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
-branches=( "rawhide" "f37" "f36" "f35" )
-releases=( "fc38" "fc37" "fc36" "fc35" )
+branches=( "rawhide" "f37" "f36" )
+releases=( "fc38" "fc37" "fc36" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc38" "fc37" "\|fc36" "\|fc35" )
-bodhi_enabled=( "0" "1" "1" "1" )
+regexps=( "fc38" "fc37" "\|fc36" )
+bodhi_enabled=( "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
@@ -28,11 +28,6 @@ if [ "x$1" == "x--force" ]; then
force=1
fi
-if [ "x$(grep -o VERSION_ID=35 /etc/os-release)" == "xVERSION_ID=35" ]
-then
- BODHI_USER="--user $(id -un)"
-fi
-
DATE=`date +"%a %b %d %Y"`
$debug fedpkg switch-branch "${branches[@]: $branches_index: 1}"
@@ -168,8 +163,7 @@ if [ $CHANGES -ne 0 ]; then
# if branch isn't rawhide or branch is enabled in bodhi, create the update if newer branch does
# not have an update in testing
if [ $branch != "rawhide" ] || [ ${bodhi_enabled[@]: $bodhi_enabled_index: 1} -eq 1 ]; then
- # uses 'id' value for updates -> your username in OS must match with your username in Fedora accounts
- $debug bodhi updates new ${BODHI_USER} --type enhancement --notes "The newest upstream commit" --request testing --autotime --autokarma --stable-karma 3 --unstable-karma -3 vim-${UPSTREAMMAJOR}.${LASTPLFILLED}-1.${releases[@]: $release_index: 1}
+ $debug bodhi updates new --type enhancement --notes "The newest upstream commit" --request testing --autotime --autokarma --stable-karma 3 --unstable-karma -3 vim-${UPSTREAMMAJOR}.${LASTPLFILLED}-1.${releases[@]: $release_index: 1}
fi
else
echo "Error when building package for $branch"
From c6f44dcb372ed0eede645c38eb508c1eddc637ab Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 5 Dec 2022 11:21:01 +0100
Subject: [PATCH 002/180] - patchlevel 1006
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index c01d2ee3..8342ed9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -421,3 +421,4 @@
/vim-9.0-828.tar.bz2
/vim-9.0-915.tar.bz2
/vim-9.0-963.tar.bz2
+/vim-9.0-1006.tar.bz2
diff --git a/sources b/sources
index e4a353c4..2de5b973 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-963.tar.bz2) = ed62cab1dbce7e6e989492a632f1c7f6ddd6e40fd1740564cd8f20a3d239f59d41475e8d3a66a31a9b3724c72feb9a037708edad826b0066a5df9a73159d0cf4
+SHA512 (vim-9.0-1006.tar.bz2) = 590e175a6e5cc932401ffe22c613d7b1cd6897c60b511ce50d70afccb3943ed9ffcf2de3a8bc4b35cdea61a1e015961577ba2fb087f82c0a637f0c940aba0d9b
diff --git a/vim.spec b/vim.spec
index 0f43c60a..12ca7c6e 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 963
+%define patchlevel 1006
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -972,6 +972,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Mon Dec 05 2022 Zdenek Dohnal - 2:9.0.1006-1
+- patchlevel 1006
+
* Mon Nov 28 2022 Zdenek Dohnal - 2:9.0.963-1
- patchlevel 963
From 4a2d528a0c101a54b8bbf752a92fe1d8a1c883ae Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 14 Dec 2022 11:03:21 +0100
Subject: [PATCH 003/180] - patchlevel 1054
---
.gitignore | 1 +
sources | 2 +-
vim-7.4-fstabsyntax.patch | 21 +++++++++++----------
vim.spec | 5 ++++-
4 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8342ed9f..7d6ad019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -422,3 +422,4 @@
/vim-9.0-915.tar.bz2
/vim-9.0-963.tar.bz2
/vim-9.0-1006.tar.bz2
+/vim-9.0-1054.tar.bz2
diff --git a/sources b/sources
index 2de5b973..62b801a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1006.tar.bz2) = 590e175a6e5cc932401ffe22c613d7b1cd6897c60b511ce50d70afccb3943ed9ffcf2de3a8bc4b35cdea61a1e015961577ba2fb087f82c0a637f0c940aba0d9b
+SHA512 (vim-9.0-1054.tar.bz2) = fbe6861e4fc7be6880350c4fc467961b8146ff954225ccdd31841145f49719928acf534b9cff9a7b6f2680c9fd01f7e54eb63141aad6978e56049db0b36bc81f
diff --git a/vim-7.4-fstabsyntax.patch b/vim-7.4-fstabsyntax.patch
index 81d39da9..f587deb5 100644
--- a/vim-7.4-fstabsyntax.patch
+++ b/vim-7.4-fstabsyntax.patch
@@ -1,21 +1,22 @@
-diff -up vim82/runtime/syntax/fstab.vim.fstabsyntax vim82/runtime/syntax/fstab.vim
---- vim82/runtime/syntax/fstab.vim.fstabsyntax 2020-08-10 12:08:01.000000000 +0200
-+++ vim82/runtime/syntax/fstab.vim 2020-08-10 12:17:22.540855735 +0200
-@@ -56,7 +56,7 @@ syn keyword fsMountPointKeyword containe
+diff --git a/runtime/syntax/fstab.vim b/runtime/syntax/fstab.vim
+index 6a3c375..9d871a3 100644
+--- a/runtime/syntax/fstab.vim
++++ b/runtime/syntax/fstab.vim
+@@ -56,7 +56,7 @@ syn keyword fsMountPointKeyword contained none swap
" Type
syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
syn match fsTypeUnknown /\s\+\zs\w\+/ contained
--syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 cfs cgroup cifs coda configfs cpuset cramfs devfs devpts devtmpfs e2compr efs ext2 ext2fs ext3 ext4 fdesc ffs filecore fuse fuseblk fusectl hfs hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfsd nilfs2 none ntfs null nwfs overlay ovlfs pipefs portal proc procfs pstore ptyfs qnx4 reiserfs ramfs romfs securityfs shm smbfs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xenfs xfs zisofs
-+syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 cfs cgroup cifs coda configfs cpuset cramfs devfs devpts devtmpfs e2compr efs ext2 ext2fs ext3 ext4 fdesc ffs filecore fuse fuseblk fusectl hfs hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfsd nilfs2 none ntfs null nwfs overlay ovlfs pipefs portal proc procfs pstore ptyfs qnx4 reiserfs ramfs romfs rpc_pipefs securityfs shm smbfs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xenfs xfs zisofs
+-syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs
++syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs rpc_pipefs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs
" Options
" -------
-@@ -68,7 +68,7 @@ syn match fsOptionsString /[a-zA-Z0-9_-]
- syn keyword fsOptionsYesNo yes no
+@@ -72,7 +72,7 @@ syn keyword fsOptionsYN y n
+ syn keyword fsOptions01 0 1
syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
syn keyword fsOptionsSize 512 1024 2048
-syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok
-+syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop managed mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner pamconsole rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail
++syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop managed mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner pamconsole rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok
syn match fsOptionsGeneral /_netdev/
- " Options: adfs
+ syn match fsOptionsKeywords contained /\ - 2:9.0.1054-1
+- patchlevel 1054
+
* Mon Dec 05 2022 Zdenek Dohnal - 2:9.0.1006-1
- patchlevel 1006
From 57c70f241c97c7dd2cb3df4a2a8e23c5839ee644 Mon Sep 17 00:00:00 2001
From: Yaakov Selkowitz
Date: Fri, 30 Dec 2022 01:30:12 -0500
Subject: [PATCH 004/180] Disable perl and ruby in flatpak builds
Neither perl-libs nor ruby-libs are present in the Flatpak runtimes.
---
vim.spec | 28 +++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)
diff --git a/vim.spec b/vim.spec
index ba298edf..78fbc74d 100644
--- a/vim.spec
+++ b/vim.spec
@@ -28,8 +28,14 @@
%define withvimspell 0
%define withhunspell 0
-%define withruby 1
%define withlua 1
+%if 0%{?flatpak}
+%define withperl 0
+%define withruby 0
+%else
+%define withperl 1
+%define withruby 1
+%endif
%define baseversion 9.0
%define vimdir vim90
@@ -129,10 +135,12 @@ BuildRequires: make
# screen handling library
BuildRequires: ncurses-devel
# for perl plugin
+%if "%{withperl}" == "1"
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::Embed)
BuildRequires: perl(ExtUtils::ParseXS)
+%endif
# for python plugin
BuildRequires: python3-devel
@@ -224,8 +232,11 @@ Requires: which
Suggests: lua-libs
%endif
+%if "%{withperl}" == "1"
Suggests: perl-devel
Suggests: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+%endif
+
Suggests: python3
Suggests: python3-libs
@@ -295,8 +306,11 @@ Requires: vim-common = %{epoch}:%{version}-%{release}
Suggests: lua-libs
%endif
+ %if "%{withperl}" == "1"
Suggests: perl-devel
Suggests: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+ %endif
+
Suggests: python3
Suggests: python3-libs
@@ -430,7 +444,6 @@ mv -f os_unix.h.save os_unix.h
%configure CFLAGS="${CFLAGS} -DSYS_VIMRC_FILE='\"/etc/vimrc\"'" \
--with-features=huge \
--enable-python3interp=dynamic \
- --enable-perlinterp=dynamic \
--disable-tclinterp --with-x=yes \
--enable-xim --enable-multibyte \
--with-tlib=ncurses \
@@ -448,6 +461,11 @@ mv -f os_unix.h.save os_unix.h
%else
--disable-selinux \
%endif
+ %if "%{withperl}" == "1"
+ --enable-perlinterp=dynamic \
+ %else
+ --disable-perlinterp \
+ %endif
%if "%{withruby}" == "1"
--enable-rubyinterp=dynamic \
%else
@@ -474,7 +492,6 @@ make clean
%configure CFLAGS="${CFLAGS} -DSYS_VIMRC_FILE='\"/etc/vimrc\"'" \
--prefix=%{_prefix} --with-features=huge \
--enable-python3interp=dynamic \
- --enable-perlinterp=dynamic \
--disable-tclinterp \
--with-x=no \
--enable-gui=no --exec-prefix=%{_prefix} --enable-multibyte \
@@ -492,6 +509,11 @@ make clean
%else
--disable-selinux \
%endif
+%if "%{withperl}" == "1"
+ --enable-perlinterp=dynamic \
+%else
+ --disable-perlinterp \
+%endif
%if "%{withruby}" == "1"
--enable-rubyinterp=dynamic \
%else
From 345e5097bb59f023c26ca43fcf8bbd4b3afa6db1 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 5 Jan 2023 08:33:48 +0100
Subject: [PATCH 005/180] vim.spec: Set FORTIFY_SOURCE to 1 as Vim upstream
expects
---
vim.spec | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/vim.spec b/vim.spec
index 78fbc74d..2538c0ee 100644
--- a/vim.spec
+++ b/vim.spec
@@ -37,6 +37,12 @@
%define withruby 1
%endif
+# VIm upstream wants to build with FORTIFY_SOURCE=1,
+# because higher levels causes crashes of valid code constructs
+# and their reimplementation would cost unnecessary maintenance
+# https://github.com/vim/vim/pull/3507
+%define _fortify_level 1
+
%define baseversion 9.0
%define vimdir vim90
@@ -429,6 +435,8 @@ perl -pi -e "s/vimrc/virc/" os_unix.h
--disable-canberra \
--disable-libsodium
+echo $CFLAGS
+
%make_build
cp vim minimal-vim
make clean
From 9fbfe84b65679606ab31d81606b15d9f17e4008b Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 5 Jan 2023 08:48:05 +0100
Subject: [PATCH 006/180] vim.spec: Remove condition for glibc subpackage
---
vim.spec | 4 ----
1 file changed, 4 deletions(-)
diff --git a/vim.spec b/vim.spec
index 2538c0ee..a52ac2d1 100644
--- a/vim.spec
+++ b/vim.spec
@@ -110,11 +110,7 @@ BuildRequires: gettext
# glibc in F35 bootstraped several conversion formats from
# iconv into a separate package. Vim needs those additional
# formats during compilation.
-# remove the conditional once F34 is EOL and leave
-# only BuildRequires here
-%if 0%{?fedora} >= 35
BuildRequires: glibc-gconv-extra
-%endif
# for mouse support in console
BuildRequires: gpm-devel
From 6435ff19cadcce5a23202ac4e4f99cfd07177319 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 9 Jan 2023 11:41:49 +0100
Subject: [PATCH 007/180] FTBFS with new FORTIFY_SOURCE=3 - remove it since Vim
wants level 1
---
vim-fortify-source.patch | 30 ++++++++++++++++++++++++++++++
vim.spec | 9 ++++++---
2 files changed, 36 insertions(+), 3 deletions(-)
create mode 100644 vim-fortify-source.patch
diff --git a/vim-fortify-source.patch b/vim-fortify-source.patch
new file mode 100644
index 00000000..8c7c4580
--- /dev/null
+++ b/vim-fortify-source.patch
@@ -0,0 +1,30 @@
+diff --git a/src/auto/configure b/src/auto/configure
+index 7821451..6901da5 100755
+--- a/src/auto/configure
++++ b/src/auto/configure
+@@ -15041,8 +15041,8 @@ $as_echo "no" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need -D_FORTIFY_SOURCE=1" >&5
+ $as_echo_n "checking whether we need -D_FORTIFY_SOURCE=1... " >&6; }
+ if test "$gccmajor" -gt "3"; then
+- CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
+- CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
++ CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
++ CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+ else
+diff --git a/src/configure.ac b/src/configure.ac
+index 38ace2a..c05e30e 100644
+--- a/src/configure.ac
++++ b/src/configure.ac
+@@ -4618,8 +4618,8 @@ if test "$GCC" = yes; then
+ dnl And undefine it first to avoid a warning.
+ AC_MSG_CHECKING(whether we need -D_FORTIFY_SOURCE=1)
+ if test "$gccmajor" -gt "3"; then
+- CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
+- CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
++ CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
++ CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
+ AC_MSG_RESULT(yes)
+ else
+ AC_MSG_RESULT(no)
diff --git a/vim.spec b/vim.spec
index a52ac2d1..07307650 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@@ -91,6 +91,7 @@ Patch3004: vim-python3-tests.patch
Patch3005: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3006: vim-8.0-copy-paste.patch
+Patch3007: vim-fortify-source.patch
# uses autoconf in spec file
@@ -390,6 +391,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch3004 -p1 -b .python-tests
%patch3005 -p1 -b .fips-warning
%patch3006 -p1 -b .copypaste
+%patch3007 -p1 -b .fortify
%build
cd src
@@ -431,8 +433,6 @@ perl -pi -e "s/vimrc/virc/" os_unix.h
--disable-canberra \
--disable-libsodium
-echo $CFLAGS
-
%make_build
cp vim minimal-vim
make clean
@@ -998,6 +998,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Mon Jan 09 2023 Zdenek Dohnal - 2:9.0.1054-2
+- FTBFS with new FORTIFY_SOURCE=3 - remove it since Vim wants level 1
+
* Wed Dec 14 2022 Zdenek Dohnal - 2:9.0.1054-1
- patchlevel 1054
From c196a24e017a3bd4d9b1ff678e19d3d6c3026122 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 9 Jan 2023 11:42:37 +0100
Subject: [PATCH 008/180] - patchlevel 1160
---
.gitignore | 1 +
sources | 2 +-
vim-7.4-fstabsyntax.patch | 22 ----------------------
vim.spec | 33 +++++++++++++++++----------------
4 files changed, 19 insertions(+), 39 deletions(-)
delete mode 100644 vim-7.4-fstabsyntax.patch
diff --git a/.gitignore b/.gitignore
index 7d6ad019..e61bef0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -423,3 +423,4 @@
/vim-9.0-963.tar.bz2
/vim-9.0-1006.tar.bz2
/vim-9.0-1054.tar.bz2
+/vim-9.0-1160.tar.bz2
diff --git a/sources b/sources
index 62b801a6..27dac6fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1054.tar.bz2) = fbe6861e4fc7be6880350c4fc467961b8146ff954225ccdd31841145f49719928acf534b9cff9a7b6f2680c9fd01f7e54eb63141aad6978e56049db0b36bc81f
+SHA512 (vim-9.0-1160.tar.bz2) = 3d053eef000fc981dc853fb06ac5daaa7519c84b8d401e5694f3ba9ce958c0c8086a48716d5c75cfbf5fff04059ac362c42e6215c9efc22cc235bbbc72cc3cc2
diff --git a/vim-7.4-fstabsyntax.patch b/vim-7.4-fstabsyntax.patch
deleted file mode 100644
index f587deb5..00000000
--- a/vim-7.4-fstabsyntax.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/runtime/syntax/fstab.vim b/runtime/syntax/fstab.vim
-index 6a3c375..9d871a3 100644
---- a/runtime/syntax/fstab.vim
-+++ b/runtime/syntax/fstab.vim
-@@ -56,7 +56,7 @@ syn keyword fsMountPointKeyword contained none swap
- " Type
- syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
- syn match fsTypeUnknown /\s\+\zs\w\+/ contained
--syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs
-+syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs rpc_pipefs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs
-
- " Options
- " -------
-@@ -72,7 +72,7 @@ syn keyword fsOptionsYN y n
- syn keyword fsOptions01 0 1
- syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
- syn keyword fsOptionsSize 512 1024 2048
--syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok
-+syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop managed mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner pamconsole rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok
- syn match fsOptionsGeneral /_netdev/
-
- syn match fsOptionsKeywords contained /\ - 2:9.0.1160-1
+- patchlevel 1160
+
* Mon Jan 09 2023 Zdenek Dohnal - 2:9.0.1054-2
- FTBFS with new FORTIFY_SOURCE=3 - remove it since Vim wants level 1
From b6b946b02f93c7cdbd38e77506f6c81e9d792c86 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 12 Jan 2023 12:34:29 +0100
Subject: [PATCH 009/180] The patch is merged upstream
---
vim-fortify-source.patch | 30 ------------------------------
1 file changed, 30 deletions(-)
delete mode 100644 vim-fortify-source.patch
diff --git a/vim-fortify-source.patch b/vim-fortify-source.patch
deleted file mode 100644
index 8c7c4580..00000000
--- a/vim-fortify-source.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/src/auto/configure b/src/auto/configure
-index 7821451..6901da5 100755
---- a/src/auto/configure
-+++ b/src/auto/configure
-@@ -15041,8 +15041,8 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need -D_FORTIFY_SOURCE=1" >&5
- $as_echo_n "checking whether we need -D_FORTIFY_SOURCE=1... " >&6; }
- if test "$gccmajor" -gt "3"; then
-- CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
-- CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
-+ CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
-+ CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
- else
-diff --git a/src/configure.ac b/src/configure.ac
-index 38ace2a..c05e30e 100644
---- a/src/configure.ac
-+++ b/src/configure.ac
-@@ -4618,8 +4618,8 @@ if test "$GCC" = yes; then
- dnl And undefine it first to avoid a warning.
- AC_MSG_CHECKING(whether we need -D_FORTIFY_SOURCE=1)
- if test "$gccmajor" -gt "3"; then
-- CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
-- CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
-+ CFLAGS=`echo "$CFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
-+ CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/-D_FORTIFY_SOURCE=.,//g' -e 's/ *-Wp,-D_FORTIFY_SOURCE=. / /g' -e 's/,-D_FORTIFY_SOURCE=. //g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-Wp,-U_FORTIFY_SOURCE//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
- AC_MSG_RESULT(yes)
- else
- AC_MSG_RESULT(no)
From a232b7acbbc7fd4549c154a8604afec388f69e03 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 12 Jan 2023 12:35:53 +0100
Subject: [PATCH 010/180] Remove the patch from spec
---
vim.spec | 2 --
1 file changed, 2 deletions(-)
diff --git a/vim.spec b/vim.spec
index e3694102..2bfbff85 100644
--- a/vim.spec
+++ b/vim.spec
@@ -90,7 +90,6 @@ Patch3003: vim-python3-tests.patch
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3005: vim-8.0-copy-paste.patch
-Patch3006: vim-fortify-source.patch
# uses autoconf in spec file
@@ -389,7 +388,6 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch3003 -p1 -b .python-tests
%patch3004 -p1 -b .fips-warning
%patch3005 -p1 -b .copypaste
-%patch3006 -p1 -b .fortify
%build
cd src
From 7e84f7a14a34c06b6643cfecb19f53672e4c4e6d Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 12 Jan 2023 12:36:52 +0100
Subject: [PATCH 011/180] - patchlevel 1182
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index e61bef0e..4d8a1028 100644
--- a/.gitignore
+++ b/.gitignore
@@ -424,3 +424,4 @@
/vim-9.0-1006.tar.bz2
/vim-9.0-1054.tar.bz2
/vim-9.0-1160.tar.bz2
+/vim-9.0-1182.tar.bz2
diff --git a/sources b/sources
index 27dac6fd..e7d2cac4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1160.tar.bz2) = 3d053eef000fc981dc853fb06ac5daaa7519c84b8d401e5694f3ba9ce958c0c8086a48716d5c75cfbf5fff04059ac362c42e6215c9efc22cc235bbbc72cc3cc2
+SHA512 (vim-9.0-1182.tar.bz2) = 8e24b7c41ca988841a391ba91ab287cbb3c1641c8feab8f3699632d1f63a5f387c4bf077cbb55c94cdf4aa734958b6f3067ae2f7d50a45684cfac7c4fb2d03e6
diff --git a/vim.spec b/vim.spec
index 2bfbff85..9f8021a9 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1160
+%define patchlevel 1182
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -994,6 +994,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Thu Jan 12 2023 Zdenek Dohnal - 2:9.0.1182-1
+- patchlevel 1182
+
* Mon Jan 09 2023 Zdenek Dohnal - 2:9.0.1160-1
- patchlevel 1160
From 0fbf1cf2b90f63ca954773964ab7e0fc6eac502b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova
Date: Fri, 13 Jan 2023 21:18:08 +0100
Subject: [PATCH 012/180] Remove perl(MODULE_COMPAT), it will be replaced by
generators
---
vim.spec | 2 --
1 file changed, 2 deletions(-)
diff --git a/vim.spec b/vim.spec
index 9f8021a9..a7d150b8 100644
--- a/vim.spec
+++ b/vim.spec
@@ -235,7 +235,6 @@ Suggests: lua-libs
%if "%{withperl}" == "1"
Suggests: perl-devel
-Suggests: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%endif
Suggests: python3
@@ -309,7 +308,6 @@ Suggests: lua-libs
%if "%{withperl}" == "1"
Suggests: perl-devel
-Suggests: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%endif
Suggests: python3
From 808e42817fca8a2b216b781630ccaf9408fc7859 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 19 Jan 2023 12:10:28 +0100
Subject: [PATCH 013/180] - patchlevel 1221
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4d8a1028..9bb195d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -425,3 +425,4 @@
/vim-9.0-1054.tar.bz2
/vim-9.0-1160.tar.bz2
/vim-9.0-1182.tar.bz2
+/vim-9.0-1221.tar.bz2
diff --git a/sources b/sources
index e7d2cac4..daeb593e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1182.tar.bz2) = 8e24b7c41ca988841a391ba91ab287cbb3c1641c8feab8f3699632d1f63a5f387c4bf077cbb55c94cdf4aa734958b6f3067ae2f7d50a45684cfac7c4fb2d03e6
+SHA512 (vim-9.0-1221.tar.bz2) = 4db5fbe56ea5291904e061c7e0fc3ba3cff0de1e4f60e45a83ba50b167495ebb0e7b262171384a0c412423ef51860eb4e1115d6dc2ec391f2f786b73a9bc6844
diff --git a/vim.spec b/vim.spec
index a7d150b8..522fa331 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1182
+%define patchlevel 1221
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -992,6 +992,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Thu Jan 19 2023 Zdenek Dohnal - 2:9.0.1221-1
+- patchlevel 1221
+
* Thu Jan 12 2023 Zdenek Dohnal - 2:9.0.1182-1
- patchlevel 1182
From 9144ae430ef44a6c0317fc12c526d6817a222ac1 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 30 Jan 2023 14:43:25 +0100
Subject: [PATCH 014/180] - patchlevel 1262
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9bb195d3..552d6426 100644
--- a/.gitignore
+++ b/.gitignore
@@ -426,3 +426,4 @@
/vim-9.0-1160.tar.bz2
/vim-9.0-1182.tar.bz2
/vim-9.0-1221.tar.bz2
+/vim-9.0-1262.tar.bz2
diff --git a/sources b/sources
index daeb593e..b1b22c62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1221.tar.bz2) = 4db5fbe56ea5291904e061c7e0fc3ba3cff0de1e4f60e45a83ba50b167495ebb0e7b262171384a0c412423ef51860eb4e1115d6dc2ec391f2f786b73a9bc6844
+SHA512 (vim-9.0-1262.tar.bz2) = 09402ce9046920f65fa57770aa8d9e975a6b9adc86f180bb0db45d749b17a73dc2eecab7547017a143a9821371a93d2a3be924b4e68ebae74bc78fd906072239
diff --git a/vim.spec b/vim.spec
index 522fa331..1f2186c7 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1221
+%define patchlevel 1262
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -992,6 +992,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Mon Jan 30 2023 Zdenek Dohnal - 2:9.0.1262-1
+- patchlevel 1262
+
* Thu Jan 19 2023 Zdenek Dohnal - 2:9.0.1221-1
- patchlevel 1221
From a9aac6a822b1783933598966cffd8e21b23e671a Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 9 Feb 2023 07:09:11 +0100
Subject: [PATCH 015/180] vim-update.sh: F38 got branched
---
vim-update.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index 7a482828..dee4f846 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
-branches=( "rawhide" "f37" "f36" )
-releases=( "fc38" "fc37" "fc36" )
+branches=( "rawhide" "f38" "f37" "f36" )
+releases=( "fc39" "fc38" "fc37" "fc36" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc38" "fc37" "\|fc36" )
-bodhi_enabled=( "0" "1" "1" )
+regexps=( "fc39" "fc38" "fc37" "\|fc36" )
+bodhi_enabled=( "0" "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From 5d58af6333fd6429e6b8f97b29bcc9a7a74a156a Mon Sep 17 00:00:00 2001
From: Yaakov Selkowitz
Date: Tue, 31 Jan 2023 22:11:03 -0500
Subject: [PATCH 016/180] Improve AppStream metainfo
---
vim.spec | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/vim.spec b/vim.spec
index 1f2186c7..b465589b 100644
--- a/vim.spec
+++ b/vim.spec
@@ -585,10 +585,12 @@ cat > $RPM_BUILD_ROOT%{_datadir}/metainfo/gvim.appdata.xml <
SentUpstream: 2014-05-22
-->
-
- gvim.desktop
+
+ org.vim.Vim
+ GVim
CC0-1.0
Vim
+ The VIM version of the vi editor for the X Window System
Vim is an advanced text editor that seeks to provide the power of the
@@ -604,13 +606,17 @@ SentUpstream: 2014-05-22
editing configuration files.
+
+
+
https://raw.githubusercontent.com/zdohnal/vim/zdohnal-screenshot/gvim16_9.png
http://www.vim.org/
-
+
+
EOF
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
From 2a948f8a6d7bcc1743b8b6a1f7eff8ac3a855f49 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 9 Feb 2023 07:45:11 +0100
Subject: [PATCH 017/180] vim.spec: Explain version number in appdata
---
vim.spec | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/vim.spec b/vim.spec
index b465589b..93dbee35 100644
--- a/vim.spec
+++ b/vim.spec
@@ -605,6 +605,11 @@ SentUpstream: 2014-05-22
Vim is perfect for all kinds of text editing, from composing email to
editing configuration files.
+
+ We ship the current Vim stable release - %{baseversion} - with the upstream
+ patchlevel %{patchlevel} applied, which is combined into version %{version}
+ used during packaging.
+
From 026537cfee0687bb3b11937e7c5cba0fd06cc6a6 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 9 Feb 2023 14:02:46 +0100
Subject: [PATCH 018/180] - patchlevel 1293
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 552d6426..d6da6a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -427,3 +427,4 @@
/vim-9.0-1182.tar.bz2
/vim-9.0-1221.tar.bz2
/vim-9.0-1262.tar.bz2
+/vim-9.0-1293.tar.bz2
diff --git a/sources b/sources
index b1b22c62..441494dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1262.tar.bz2) = 09402ce9046920f65fa57770aa8d9e975a6b9adc86f180bb0db45d749b17a73dc2eecab7547017a143a9821371a93d2a3be924b4e68ebae74bc78fd906072239
+SHA512 (vim-9.0-1293.tar.bz2) = 1f5c7d0fae2d7f9cd585ca5f1de7e035733777dacf63cd1cafa91d2a4302576ac6823d5781375579d33e284ea7785fd47517559567f40d734d3a8a804d78ac0b
diff --git a/vim.spec b/vim.spec
index 93dbee35..a876dccc 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1262
+%define patchlevel 1293
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1003,6 +1003,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Thu Feb 09 2023 Zdenek Dohnal - 2:9.0.1293-1
+- patchlevel 1293
+
* Mon Jan 30 2023 Zdenek Dohnal - 2:9.0.1262-1
- patchlevel 1262
From 0849f86b228498c48885859f71083b6fb6d473c6 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 14 Feb 2023 12:27:39 +0100
Subject: [PATCH 019/180] 2169641 - Syntax highlight for sh files broken
---
vim-sh-syntax.patch | 13 +++++++++++++
vim.spec | 8 +++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 vim-sh-syntax.patch
diff --git a/vim-sh-syntax.patch b/vim-sh-syntax.patch
new file mode 100644
index 00000000..9cd33733
--- /dev/null
+++ b/vim-sh-syntax.patch
@@ -0,0 +1,13 @@
+diff --git a/runtime/syntax/sh.vim b/runtime/syntax/sh.vim
+index 13d74db..4f7fafb 100644
+--- a/runtime/syntax/sh.vim
++++ b/runtime/syntax/sh.vim
+@@ -335,7 +335,7 @@ syn match shEscape contained '\%(^\)\@!\%(\\\\\)*\\.' nextgroup=shComment
+ " systems too, however, so the following syntax will flag $(..) as
+ " an Error under /bin/sh. By consensus of vimdev'ers!
+ if exists("b:is_kornshell") || exists("b:is_bash") || exists("b:is_posix")
+- syn region shCommandSub matchgroup=shCmdSubRegion start="\$(\ze[^(]\|$" skip='\\\\\|\\.' end=")" contains=@shCommandSubList
++ syn region shCommandSub matchgroup=shCmdSubRegion start="\$(\ze[^(]" skip='\\\\\|\\.' end=")" contains=@shCommandSubList
+ syn region shArithmetic matchgroup=shArithRegion start="\$((" skip='\\\\\|\\.' end="))" contains=@shArithList
+ syn region shArithmetic matchgroup=shArithRegion start="\$\[" skip='\\\\\|\\.' end="\]" contains=@shArithList
+ syn match shSkipInitWS contained "^\s\+"
diff --git a/vim.spec b/vim.spec
index a876dccc..8145605d 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@@ -90,6 +90,8 @@ Patch3003: vim-python3-tests.patch
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3005: vim-8.0-copy-paste.patch
+# 2169641 - Syntax highlight for sh files broken
+Patch3006: vim-sh-syntax.patch
# uses autoconf in spec file
@@ -386,6 +388,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch3003 -p1 -b .python-tests
%patch3004 -p1 -b .fips-warning
%patch3005 -p1 -b .copypaste
+%patch3006 -p1 -b .sh-syntax
%build
cd src
@@ -1003,6 +1006,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Tue Feb 14 2023 Zdenek Dohnal - 2:9.0.1293-2
+- 2169641 - Syntax highlight for sh files broken
+
* Thu Feb 09 2023 Zdenek Dohnal - 2:9.0.1293-1
- patchlevel 1293
From 7e5c908e8fd000e9ec602df03874ccd53639cc32 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 14 Feb 2023 12:32:12 +0100
Subject: [PATCH 020/180] - patchlevel 1307
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index d6da6a9c..ed335f20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -428,3 +428,4 @@
/vim-9.0-1221.tar.bz2
/vim-9.0-1262.tar.bz2
/vim-9.0-1293.tar.bz2
+/vim-9.0-1307.tar.bz2
diff --git a/sources b/sources
index 441494dc..43ecf998 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1293.tar.bz2) = 1f5c7d0fae2d7f9cd585ca5f1de7e035733777dacf63cd1cafa91d2a4302576ac6823d5781375579d33e284ea7785fd47517559567f40d734d3a8a804d78ac0b
+SHA512 (vim-9.0-1307.tar.bz2) = 0673fdecbb33ecdcf5aa0b0a6525c88f1b60c6a1ea5a28c904a641ba2685333801f94785cb7bab249a5204429d0cbf5d7739f112bc9e6fd2c40805647fa58892
diff --git a/vim.spec b/vim.spec
index 8145605d..ebbf3b26 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1293
+%define patchlevel 1307
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
Epoch: 2
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@@ -1006,6 +1006,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Tue Feb 14 2023 Zdenek Dohnal - 2:9.0.1307-1
+- patchlevel 1307
+
* Tue Feb 14 2023 Zdenek Dohnal - 2:9.0.1293-2
- 2169641 - Syntax highlight for sh files broken
From 9af2480710ce23c6766747165dc2b4389bc950b3 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 17 Feb 2023 13:33:46 +0100
Subject: [PATCH 021/180] - patchlevel 1314
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index ed335f20..37ba3d43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -429,3 +429,4 @@
/vim-9.0-1262.tar.bz2
/vim-9.0-1293.tar.bz2
/vim-9.0-1307.tar.bz2
+/vim-9.0-1314.tar.bz2
diff --git a/sources b/sources
index 43ecf998..adddcdf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1307.tar.bz2) = 0673fdecbb33ecdcf5aa0b0a6525c88f1b60c6a1ea5a28c904a641ba2685333801f94785cb7bab249a5204429d0cbf5d7739f112bc9e6fd2c40805647fa58892
+SHA512 (vim-9.0-1314.tar.bz2) = fe1d77b081111b589cd46894039646a098ab8dc5bafb518d276140d191911142ac868c9aa55cbfb67786687779a2a63c315cc6496bb407668725bb82dd562d25
diff --git a/vim.spec b/vim.spec
index ebbf3b26..97f5aa89 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1307
+%define patchlevel 1314
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1006,6 +1006,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Fri Feb 17 2023 Zdenek Dohnal - 2:9.0.1314-1
+- patchlevel 1314
+
* Tue Feb 14 2023 Zdenek Dohnal - 2:9.0.1307-1
- patchlevel 1307
From 6fdecefa49da5d2b6c903d3aff835b7937583c68 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 2 Mar 2023 07:40:07 +0100
Subject: [PATCH 022/180] vim-update.sh: F38 is bodhi enabled
---
vim-update.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index dee4f846..bcf4c2b0 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -5,8 +5,8 @@ branches=( "rawhide" "f38" "f37" "f36" )
releases=( "fc39" "fc38" "fc37" "fc36" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc39" "fc38" "fc37" "\|fc36" )
-bodhi_enabled=( "0" "0" "1" "1" )
+regexps=( "fc39" "fc38" "\|fc37" "\|fc36" )
+bodhi_enabled=( "0" "1" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From f85584f35b39a58485a2576031decc81c8608054 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 2 Mar 2023 07:41:06 +0100
Subject: [PATCH 023/180] - patchlevel 1367
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 37ba3d43..5e51c6c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -430,3 +430,4 @@
/vim-9.0-1293.tar.bz2
/vim-9.0-1307.tar.bz2
/vim-9.0-1314.tar.bz2
+/vim-9.0-1367.tar.bz2
diff --git a/sources b/sources
index adddcdf3..b22853f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1314.tar.bz2) = fe1d77b081111b589cd46894039646a098ab8dc5bafb518d276140d191911142ac868c9aa55cbfb67786687779a2a63c315cc6496bb407668725bb82dd562d25
+SHA512 (vim-9.0-1367.tar.bz2) = 334f93124f34e5b3f8378eb71c4ab8f27e3339dc8c6e85dfcd69f4bc4187ddde3547dc4820df36fc8360515458268299cfa6b09310f7b8e2ce58709aabde299b
diff --git a/vim.spec b/vim.spec
index 97f5aa89..717f8c0c 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1314
+%define patchlevel 1367
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1006,6 +1006,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Thu Mar 02 2023 Zdenek Dohnal - 2:9.0.1367-1
+- patchlevel 1367
+
* Fri Feb 17 2023 Zdenek Dohnal - 2:9.0.1314-1
- patchlevel 1314
From c922af3f1b1b725aea18208a3fe61207de4385d1 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 2 Mar 2023 07:56:27 +0100
Subject: [PATCH 024/180] Remove sh syntax patch, it is already in upstream
---
vim-sh-syntax.patch | 13 -------------
vim.spec | 3 ---
2 files changed, 16 deletions(-)
delete mode 100644 vim-sh-syntax.patch
diff --git a/vim-sh-syntax.patch b/vim-sh-syntax.patch
deleted file mode 100644
index 9cd33733..00000000
--- a/vim-sh-syntax.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/runtime/syntax/sh.vim b/runtime/syntax/sh.vim
-index 13d74db..4f7fafb 100644
---- a/runtime/syntax/sh.vim
-+++ b/runtime/syntax/sh.vim
-@@ -335,7 +335,7 @@ syn match shEscape contained '\%(^\)\@!\%(\\\\\)*\\.' nextgroup=shComment
- " systems too, however, so the following syntax will flag $(..) as
- " an Error under /bin/sh. By consensus of vimdev'ers!
- if exists("b:is_kornshell") || exists("b:is_bash") || exists("b:is_posix")
-- syn region shCommandSub matchgroup=shCmdSubRegion start="\$(\ze[^(]\|$" skip='\\\\\|\\.' end=")" contains=@shCommandSubList
-+ syn region shCommandSub matchgroup=shCmdSubRegion start="\$(\ze[^(]" skip='\\\\\|\\.' end=")" contains=@shCommandSubList
- syn region shArithmetic matchgroup=shArithRegion start="\$((" skip='\\\\\|\\.' end="))" contains=@shArithList
- syn region shArithmetic matchgroup=shArithRegion start="\$\[" skip='\\\\\|\\.' end="\]" contains=@shArithList
- syn match shSkipInitWS contained "^\s\+"
diff --git a/vim.spec b/vim.spec
index 717f8c0c..db7f261e 100644
--- a/vim.spec
+++ b/vim.spec
@@ -90,8 +90,6 @@ Patch3003: vim-python3-tests.patch
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3005: vim-8.0-copy-paste.patch
-# 2169641 - Syntax highlight for sh files broken
-Patch3006: vim-sh-syntax.patch
# uses autoconf in spec file
@@ -388,7 +386,6 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch3003 -p1 -b .python-tests
%patch3004 -p1 -b .fips-warning
%patch3005 -p1 -b .copypaste
-%patch3006 -p1 -b .sh-syntax
%build
cd src
From d378cd2edfecd843f6523cbb71f778fd2f9e3ce3 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 14 Mar 2023 15:39:55 +0100
Subject: [PATCH 025/180] - patchlevel 1403
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5e51c6c2..1eb173a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -431,3 +431,4 @@
/vim-9.0-1307.tar.bz2
/vim-9.0-1314.tar.bz2
/vim-9.0-1367.tar.bz2
+/vim-9.0-1403.tar.bz2
diff --git a/sources b/sources
index b22853f3..606131e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1367.tar.bz2) = 334f93124f34e5b3f8378eb71c4ab8f27e3339dc8c6e85dfcd69f4bc4187ddde3547dc4820df36fc8360515458268299cfa6b09310f7b8e2ce58709aabde299b
+SHA512 (vim-9.0-1403.tar.bz2) = 561d36b1db8c306f9fa69509b6904305c1147ab385e11c7a3b712dd009c93acc6eaf45c5e3a5faa6b9beaf49124b538c7120e1cc72bf22f288e3d73f113a2fb5
diff --git a/vim.spec b/vim.spec
index db7f261e..a14d1cf1 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1367
+%define patchlevel 1403
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1003,6 +1003,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Tue Mar 14 2023 Zdenek Dohnal - 2:9.0.1403-1
+- patchlevel 1403
+
* Thu Mar 02 2023 Zdenek Dohnal - 2:9.0.1367-1
- patchlevel 1367
From ea1439cf89c70349d6dbcc446f9514ccb05c7878 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 16 Mar 2023 17:13:49 +0100
Subject: [PATCH 026/180] - patchlevel 1407
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1eb173a3..1bffe207 100644
--- a/.gitignore
+++ b/.gitignore
@@ -432,3 +432,4 @@
/vim-9.0-1314.tar.bz2
/vim-9.0-1367.tar.bz2
/vim-9.0-1403.tar.bz2
+/vim-9.0-1407.tar.bz2
diff --git a/sources b/sources
index 606131e6..9314f575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1403.tar.bz2) = 561d36b1db8c306f9fa69509b6904305c1147ab385e11c7a3b712dd009c93acc6eaf45c5e3a5faa6b9beaf49124b538c7120e1cc72bf22f288e3d73f113a2fb5
+SHA512 (vim-9.0-1407.tar.bz2) = 9981739960c0ea42f290b348e45e114ec50ff2070eae2dcb5d57c5f8356f7f4382850da35ec055aa1b56393290c32c92e08d0314d0419d31b7946ca5188e050c
diff --git a/vim.spec b/vim.spec
index a14d1cf1..818628b5 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1403
+%define patchlevel 1407
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1003,6 +1003,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Thu Mar 16 2023 Zdenek Dohnal - 2:9.0.1407-1
+- patchlevel 1407
+
* Tue Mar 14 2023 Zdenek Dohnal - 2:9.0.1403-1
- patchlevel 1403
From ef64a782895531dd46e6049d19ec829dee33d229 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 22 Mar 2023 11:35:18 +0100
Subject: [PATCH 027/180] - patchlevel 1423
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1bffe207..fb0db58f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -433,3 +433,4 @@
/vim-9.0-1367.tar.bz2
/vim-9.0-1403.tar.bz2
/vim-9.0-1407.tar.bz2
+/vim-9.0-1423.tar.bz2
diff --git a/sources b/sources
index 9314f575..8481436f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1407.tar.bz2) = 9981739960c0ea42f290b348e45e114ec50ff2070eae2dcb5d57c5f8356f7f4382850da35ec055aa1b56393290c32c92e08d0314d0419d31b7946ca5188e050c
+SHA512 (vim-9.0-1423.tar.bz2) = 0460247023fc3666fd532c36e6c6c3ea2f53503f8b47cd2dee351876226800436525574f7d15a18282adfb035af3f0f89e80f6d8a64317df3ba3e82a346a7ab5
diff --git a/vim.spec b/vim.spec
index 818628b5..bb83a014 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1407
+%define patchlevel 1423
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1003,6 +1003,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Wed Mar 22 2023 Zdenek Dohnal - 2:9.0.1423-1
+- patchlevel 1423
+
* Thu Mar 16 2023 Zdenek Dohnal - 2:9.0.1407-1
- patchlevel 1407
From 0fb647e9ce36842b4b29f0785aaafa5e1bdc2c1f Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 27 Mar 2023 11:31:15 +0200
Subject: [PATCH 028/180] - patchlevel 1429
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index fb0db58f..0847485b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -434,3 +434,4 @@
/vim-9.0-1403.tar.bz2
/vim-9.0-1407.tar.bz2
/vim-9.0-1423.tar.bz2
+/vim-9.0-1429.tar.bz2
diff --git a/sources b/sources
index 8481436f..f9615bd9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1423.tar.bz2) = 0460247023fc3666fd532c36e6c6c3ea2f53503f8b47cd2dee351876226800436525574f7d15a18282adfb035af3f0f89e80f6d8a64317df3ba3e82a346a7ab5
+SHA512 (vim-9.0-1429.tar.bz2) = dd585cd82834eb36ad80c1090caac62d12af5551eeb5bc3e0d68b7d26e56801a554a4a0a3e6547eb640eb93d1591f07b20acb74f8cd0a7b1eba6b7d668750cca
diff --git a/vim.spec b/vim.spec
index bb83a014..2b490d4b 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1423
+%define patchlevel 1429
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1003,6 +1003,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Mon Mar 27 2023 Zdenek Dohnal - 2:9.0.1429-1
+- patchlevel 1429
+
* Wed Mar 22 2023 Zdenek Dohnal - 2:9.0.1423-1
- patchlevel 1423
From a49d3ac3e636c23bbced95bbe52a68df5a04843b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Hrdina?=
Date: Tue, 4 Apr 2023 13:01:50 +0200
Subject: [PATCH 029/180] Updating fmf plans ang gating for CentOS Stream
---
ci.fmf | 1 +
gating.yaml | 16 +++++++++-------
plans/{all.fmf => public.fmf} | 0
plans/tier1-internal.fmf | 12 ++++++++++++
4 files changed, 22 insertions(+), 7 deletions(-)
create mode 100644 ci.fmf
rename plans/{all.fmf => public.fmf} (100%)
create mode 100644 plans/tier1-internal.fmf
diff --git a/ci.fmf b/ci.fmf
new file mode 100644
index 00000000..c5aa0e08
--- /dev/null
+++ b/ci.fmf
@@ -0,0 +1 @@
+resultsdb-testcase: separate
diff --git a/gating.yaml b/gating.yaml
index 57d0f4ec..daad873f 100644
--- a/gating.yaml
+++ b/gating.yaml
@@ -1,19 +1,19 @@
--- !Policy
product_versions:
- fedora-*
-decision_contexts: [bodhi_update_push_testing]
+decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
-
-#gating rawhide
+ - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional}
+
+#Rawhide
--- !Policy
product_versions:
- fedora-*
-decision_contexts: [bodhi_update_push_stable]
+decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
+ - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional}
#gating rhel
--- !Policy
@@ -23,4 +23,6 @@ decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
- - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}
\ No newline at end of file
+ - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}
+ - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
+ - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}
diff --git a/plans/all.fmf b/plans/public.fmf
similarity index 100%
rename from plans/all.fmf
rename to plans/public.fmf
diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf
new file mode 100644
index 00000000..ebe4da6a
--- /dev/null
+++ b/plans/tier1-internal.fmf
@@ -0,0 +1,12 @@
+summary: CI plan, picks internal Tier1 tests, runs in beakerlib.
+discover:
+ - name: rhel
+ how: fmf
+ filter: 'tier: 1'
+ url: git://pkgs.devel.redhat.com/tests/vim
+execute:
+ how: tmt
+adjust:
+ enabled: false
+ when: distro == centos-stream or distro == fedora
+ because: They don't have access to internal repos.
From 94dd9fab0838e4884b7c65316420dbae6cec1769 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 5 Apr 2023 09:43:28 +0200
Subject: [PATCH 030/180] - patchlevel 1440
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0847485b..e6c013ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -435,3 +435,4 @@
/vim-9.0-1407.tar.bz2
/vim-9.0-1423.tar.bz2
/vim-9.0-1429.tar.bz2
+/vim-9.0-1440.tar.bz2
diff --git a/sources b/sources
index f9615bd9..4100dcf4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1429.tar.bz2) = dd585cd82834eb36ad80c1090caac62d12af5551eeb5bc3e0d68b7d26e56801a554a4a0a3e6547eb640eb93d1591f07b20acb74f8cd0a7b1eba6b7d668750cca
+SHA512 (vim-9.0-1440.tar.bz2) = 3f80a5d56409f21be89a35462af635b37bee6c69ae0e0535f8e6884f8381bb361a0b844d86710d95294b7e887491dd1136adab04a19cf046fb18f13fa969d0a9
diff --git a/vim.spec b/vim.spec
index 2b490d4b..677840f5 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1429
+%define patchlevel 1440
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1003,6 +1003,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
+* Wed Apr 05 2023 Zdenek Dohnal - 2:9.0.1440-1
+- patchlevel 1440
+
* Mon Mar 27 2023 Zdenek Dohnal - 2:9.0.1429-1
- patchlevel 1429
From eaa2ff76acd84c69704ef396f3964570a5cfaef5 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 5 Apr 2023 15:13:58 +0200
Subject: [PATCH 031/180] list most licenses available in binary rpms and
migrate them into SPDX syntax
---
vim.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index 677840f5..371727c1 100644
--- a/vim.spec
+++ b/vim.spec
@@ -52,7 +52,9 @@ Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 1%{?dist}
Epoch: 2
-License: Vim and MIT
+# the Apache-2.0 is Apache 2.0 with runtime library exception - reported to legal for adding to the list of allowed licenses, but swift-lang uses it as well
+# Open Publication License 1.0 or later - reported to legal for adding to the allowed licenses list
+License: Vim AND LGPL-2.1-or-later AND MIT AND Apache-2.0 AND GPL-1.0-only AND (GPL-2.0-only OR Vim) AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: virc
Source2: vimrc
@@ -1002,7 +1004,11 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
%endif
+
%changelog
+* Wed Apr 05 2023 Zdenek Dohnal - 2:9.0.1440-2
+- list most licenses available in binary rpms and migrate them into SPDX syntax
+
* Wed Apr 05 2023 Zdenek Dohnal - 2:9.0.1440-1
- patchlevel 1440
From dbc7b1d4be301471302f4472c16b20c4adab72b6 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 5 Apr 2023 16:13:30 +0200
Subject: [PATCH 032/180] create xxd package, because it is used by hex.nvim
---
vim.spec | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/vim.spec b/vim.spec
index 371727c1..29954b76 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# the Apache-2.0 is Apache 2.0 with runtime library exception - reported to legal for adding to the list of allowed licenses, but swift-lang uses it as well
# Open Publication License 1.0 or later - reported to legal for adding to the allowed licenses list
@@ -169,6 +169,9 @@ Conflicts: %{name}-minimal < %{epoch}:8.2.3642-2
# shared files between common and minimal
Requires: %{name}-data = %{epoch}:%{version}-%{release}
Requires: %{name}-filesystem
+# the hexdump binary was part of the package for long time, ship it with it
+# still for convenience
+Requires: xxd
# vim-toml was a separate package but the runtime files have been included
# directly in vim since 8.2.3519. The vim-toml package has been retired in
# Fedora, obsolete it so it doesn't get left on users' systems. Added in F38,
@@ -359,6 +362,17 @@ Requires: vim-enhanced
This subpackage contains files needed to set Vim as the default editor.
%endif
+%package -n xxd
+Summary: A hex dump utility
+# the xxd related file were shipped in vim-common in the past,
+# we have to conflict with the old ones
+# remove this Conflicts once C10S is released
+Conflicts: %{name}-common < 2:9.0.1440-2
+
+%description -n xxd
+xxd creates a hex dump of a given file or standard input. It can also convert
+a hex dump back to its original binary form.
+
%prep
%setup -q -b 0 -n %{vimdir}
@@ -837,12 +851,10 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%lang(zh_TW) %{_datadir}/%{name}/%{vimdir}/lang/zh_TW
%lang(zh_CN.UTF-8) %{_datadir}/%{name}/%{vimdir}/lang/zh_CN.UTF-8
%lang(zh_TW.UTF-8) %{_datadir}/%{name}/%{vimdir}/lang/zh_TW.UTF-8
-/%{_bindir}/xxd
%{_mandir}/man1/rvim.*
%{_mandir}/man1/vim.*
%{_mandir}/man1/vimdiff.*
%{_mandir}/man1/vimtutor.*
-%{_mandir}/man1/xxd.*
%{_mandir}/man5/vimrc.*
%if %{with gui}
@@ -1004,8 +1016,16 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
%endif
+%files -n xxd
+%license LICENSE
+%{_bindir}/xxd
+%{_mandir}/man1/xxd.*
+
%changelog
+* Wed Apr 05 2023 Andreas Schneider - 2:9.0.1440-2
+- create xxd package, because it is used by hex.nvim
+
* Wed Apr 05 2023 Zdenek Dohnal - 2:9.0.1440-2
- list most licenses available in binary rpms and migrate them into SPDX syntax
From 876f300e506bc0b474fe0dcd447f0359641dcf19 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 11 Apr 2023 10:36:24 +0200
Subject: [PATCH 033/180] incorporate License tag changes based on legal team
response
---
vim.spec | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/vim.spec b/vim.spec
index 29954b76..d31230d9 100644
--- a/vim.spec
+++ b/vim.spec
@@ -52,9 +52,15 @@ Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Epoch: 2
-# the Apache-2.0 is Apache 2.0 with runtime library exception - reported to legal for adding to the list of allowed licenses, but swift-lang uses it as well
-# Open Publication License 1.0 or later - reported to legal for adding to the allowed licenses list
-License: Vim AND LGPL-2.1-or-later AND MIT AND Apache-2.0 AND GPL-1.0-only AND (GPL-2.0-only OR Vim) AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later
+# swift.vim contains Apache 2.0 with runtime library exception:
+# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
+# resolution: the license is good for Fedora, but the file does not have a creativity from
+#
+# Open Publication License 1.0 or later for Vim documentation - reported to legal for adding to the allowed licenses list
+# response here: https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/message/4UTW5GFDELGMG6K3NQ7NBU42LC2FJOB5/
+# resolution: take it as OPUBL-1.0, the license won't be added to allowed license list, but if a project uses it for documentation
+# and don't use license options mentioned in the OPUBL 1.0 license text (which both are the case for Vim), the license is allowed
+License: Vim AND LGPL-2.1-or-later AND MIT AND GPL-1.0-only AND (GPL-2.0-only OR Vim) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND OPUBL-1.0
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: virc
Source2: vimrc
@@ -1023,6 +1029,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Apr 11 2023 Zdenek Dohnal - 2:9.0.1440-2
+- incorporate License tag changes based on legal team response
+
* Wed Apr 05 2023 Andreas Schneider - 2:9.0.1440-2
- create xxd package, because it is used by hex.nvim
From 5654b6cd07ed2a6bf6cc1bec34119da35779e886 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 11 Apr 2023 11:42:34 +0200
Subject: [PATCH 034/180] - patchlevel 1443
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index e6c013ca..adfeb4ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -436,3 +436,4 @@
/vim-9.0-1423.tar.bz2
/vim-9.0-1429.tar.bz2
/vim-9.0-1440.tar.bz2
+/vim-9.0-1443.tar.bz2
diff --git a/sources b/sources
index 4100dcf4..9268b46f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1440.tar.bz2) = 3f80a5d56409f21be89a35462af635b37bee6c69ae0e0535f8e6884f8381bb361a0b844d86710d95294b7e887491dd1136adab04a19cf046fb18f13fa969d0a9
+SHA512 (vim-9.0-1443.tar.bz2) = 8a0f5c896ea6b0d56a3b603d67e2ed5434150ca09166537be1ebdc069452add0457736985f62f29521131d0ab6b97f07be800d089f59014f92bb25c790976aee
diff --git a/vim.spec b/vim.spec
index d31230d9..7565cc45 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1440
+%define patchlevel 1443
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1029,6 +1029,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Apr 11 2023 Zdenek Dohnal - 2:9.0.1443-1
+- patchlevel 1443
+
* Tue Apr 11 2023 Zdenek Dohnal - 2:9.0.1440-2
- incorporate License tag changes based on legal team response
From 911ee307da14d62d457fa198f429cdac0717ed8c Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 21 Apr 2023 09:33:31 +0200
Subject: [PATCH 035/180] vim.spec: Fix deprecation warning about %%patch
---
vim.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/vim.spec b/vim.spec
index 7565cc45..a53daa48 100644
--- a/vim.spec
+++ b/vim.spec
@@ -388,11 +388,11 @@ sed -i -e 's,/usr/bin/python3,%{__python3},' %{PATCH3005}
# fix rogue dependencies from sample code
chmod -x runtime/tools/mve.awk
-%patch2000 -p1 -b .fixkeys
-%patch2001 -p1
+%patch 2000 -p1 -b .fixkeys
+%patch 2001 -p1
%if %{withhunspell}
-%patch2002 -p1
+%patch 2002 -p1
%endif
perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
@@ -402,12 +402,12 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%{__tar} xjf %{SOURCE100}
%endif
-%patch3000 -p1
-%patch3001 -p1
-%patch3002 -p1
-%patch3003 -p1 -b .python-tests
-%patch3004 -p1 -b .fips-warning
-%patch3005 -p1 -b .copypaste
+%patch 3000 -p1
+%patch 3001 -p1
+%patch 3002 -p1
+%patch 3003 -p1 -b .python-tests
+%patch 3004 -p1 -b .fips-warning
+%patch 3005 -p1 -b .copypaste
%build
cd src
From 114e0e9dd00aad4123fa964c86348f5a20e34037 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 21 Apr 2023 09:34:54 +0200
Subject: [PATCH 036/180] - patchlevel 1472
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index adfeb4ef..c1065033 100644
--- a/.gitignore
+++ b/.gitignore
@@ -437,3 +437,4 @@
/vim-9.0-1429.tar.bz2
/vim-9.0-1440.tar.bz2
/vim-9.0-1443.tar.bz2
+/vim-9.0-1472.tar.bz2
diff --git a/sources b/sources
index 9268b46f..9abf111a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1443.tar.bz2) = 8a0f5c896ea6b0d56a3b603d67e2ed5434150ca09166537be1ebdc069452add0457736985f62f29521131d0ab6b97f07be800d089f59014f92bb25c790976aee
+SHA512 (vim-9.0-1472.tar.bz2) = 974631bd92a162b355f332ef812f439bfe53ceda2fac1c537fd2a40b572c557333d5f0ab4ac456f350d6e773ce97edd1e387baebad9ace48cf313eb0a48642eb
diff --git a/vim.spec b/vim.spec
index a53daa48..2b7c97c6 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1443
+%define patchlevel 1472
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1029,6 +1029,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Apr 21 2023 Zdenek Dohnal - 2:9.0.1472-1
+- patchlevel 1472
+
* Tue Apr 11 2023 Zdenek Dohnal - 2:9.0.1443-1
- patchlevel 1443
From 3baf1abaa8f8caf3e7a461a23cf0374b2b432486 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 25 Apr 2023 09:52:42 +0200
Subject: [PATCH 037/180] vim.spec: Use -P for %%patch, can be used in F36 as
well
---
vim.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/vim.spec b/vim.spec
index 2b7c97c6..4d251875 100644
--- a/vim.spec
+++ b/vim.spec
@@ -388,11 +388,11 @@ sed -i -e 's,/usr/bin/python3,%{__python3},' %{PATCH3005}
# fix rogue dependencies from sample code
chmod -x runtime/tools/mve.awk
-%patch 2000 -p1 -b .fixkeys
-%patch 2001 -p1
+%patch -P 2000 -p1 -b .fixkeys
+%patch -P 2001 -p1
%if %{withhunspell}
-%patch 2002 -p1
+%patch -P 2002 -p1
%endif
perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
@@ -402,12 +402,12 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%{__tar} xjf %{SOURCE100}
%endif
-%patch 3000 -p1
-%patch 3001 -p1
-%patch 3002 -p1
-%patch 3003 -p1 -b .python-tests
-%patch 3004 -p1 -b .fips-warning
-%patch 3005 -p1 -b .copypaste
+%patch -P 3000 -p1
+%patch -P 3001 -p1
+%patch -P 3002 -p1
+%patch -P 3003 -p1 -b .python-tests
+%patch -P 3004 -p1 -b .fips-warning
+%patch -P 3005 -p1 -b .copypaste
%build
cd src
From 20b3e337edace521e03d029dfb57540090511428 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 25 Apr 2023 09:55:05 +0200
Subject: [PATCH 038/180] - patchlevel 1486
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 6 +++++-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index c1065033..63ae4a23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -438,3 +438,4 @@
/vim-9.0-1440.tar.bz2
/vim-9.0-1443.tar.bz2
/vim-9.0-1472.tar.bz2
+/vim-9.0-1486.tar.bz2
diff --git a/sources b/sources
index 9abf111a..25532e88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1472.tar.bz2) = 974631bd92a162b355f332ef812f439bfe53ceda2fac1c537fd2a40b572c557333d5f0ab4ac456f350d6e773ce97edd1e387baebad9ace48cf313eb0a48642eb
+SHA512 (vim-9.0-1486.tar.bz2) = b489c738cb3a82f38fbc7b06d5c68f3bbebb5f2425966eb08c30f8342394cd090924938221f66c9d0a8c71b139b6d3e8347c9e88364ae83f315607c825a76d8b
diff --git a/vim.spec b/vim.spec
index 4d251875..4cfa0f0f 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1472
+%define patchlevel 1486
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -801,6 +801,7 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%exclude %{_datadir}/%{name}/%{vimdir}/defaults.vim
%{_datadir}/%{name}/%{vimdir}/ftplugin
%{_datadir}/%{name}/%{vimdir}/import/dist/vimhelp.vim
+%{_datadir}/%{name}/%{vimdir}/import/dist/vimhighlight.vim
%{_datadir}/%{name}/%{vimdir}/indent
%{_datadir}/%{name}/%{vimdir}/keymap
%{_datadir}/%{name}/%{vimdir}/lang/*.vim
@@ -1029,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Apr 25 2023 Zdenek Dohnal - 2:9.0.1486-1
+- patchlevel 1486
+
* Fri Apr 21 2023 Zdenek Dohnal - 2:9.0.1472-1
- patchlevel 1472
From dca39eca82fe771613f011a6b02dec4bbecde0ba Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 27 Apr 2023 15:21:46 +0200
Subject: [PATCH 039/180] - patchlevel 1491
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 63ae4a23..3c8d5b23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -439,3 +439,4 @@
/vim-9.0-1443.tar.bz2
/vim-9.0-1472.tar.bz2
/vim-9.0-1486.tar.bz2
+/vim-9.0-1491.tar.bz2
diff --git a/sources b/sources
index 25532e88..d851315a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1486.tar.bz2) = b489c738cb3a82f38fbc7b06d5c68f3bbebb5f2425966eb08c30f8342394cd090924938221f66c9d0a8c71b139b6d3e8347c9e88364ae83f315607c825a76d8b
+SHA512 (vim-9.0-1491.tar.bz2) = ff64f49b82dc2c2758323b377be61bae9d8867f25e647600eb9620b8783e52a78a6f28ca3f47893b667309ea5aa757ed503fe1f303f5caee75d47da7cd5b605a
diff --git a/vim.spec b/vim.spec
index 4cfa0f0f..ebd7c188 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1486
+%define patchlevel 1491
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Thu Apr 27 2023 Zdenek Dohnal - 2:9.0.1491-1
+- patchlevel 1491
+
* Tue Apr 25 2023 Zdenek Dohnal - 2:9.0.1486-1
- patchlevel 1486
From c33f2cbb2882c7b9e7659c793d8ca0643c037c8d Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 18 May 2023 11:47:33 +0200
Subject: [PATCH 040/180] vim-update.sh: F36 is EOL
---
vim-update.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index bcf4c2b0..b92873c6 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
-branches=( "rawhide" "f38" "f37" "f36" )
-releases=( "fc39" "fc38" "fc37" "fc36" )
+branches=( "rawhide" "f38" "f37" )
+releases=( "fc39" "fc38" "fc37" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc39" "fc38" "\|fc37" "\|fc36" )
-bodhi_enabled=( "0" "1" "1" "1" )
+regexps=( "fc39" "fc38" "\|fc37" )
+bodhi_enabled=( "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From 3ed4faa07260eb15313ea9fbdea9751740343837 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 18 May 2023 12:17:54 +0200
Subject: [PATCH 041/180] - patchlevel 1562
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 3c8d5b23..b25857b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -440,3 +440,4 @@
/vim-9.0-1472.tar.bz2
/vim-9.0-1486.tar.bz2
/vim-9.0-1491.tar.bz2
+/vim-9.0-1562.tar.bz2
diff --git a/sources b/sources
index d851315a..bdcee0b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1491.tar.bz2) = ff64f49b82dc2c2758323b377be61bae9d8867f25e647600eb9620b8783e52a78a6f28ca3f47893b667309ea5aa757ed503fe1f303f5caee75d47da7cd5b605a
+SHA512 (vim-9.0-1562.tar.bz2) = da76303010cb4091a2b7d9f56bf6e811b0f9047cb09e67b7912d49e7b976d78c5ffddb98f63b252343ae66d5d86cadb7221bd934647211aa87a2102610bdd131
diff --git a/vim.spec b/vim.spec
index ebd7c188..c9e7b430 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1491
+%define patchlevel 1562
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Thu May 18 2023 Zdenek Dohnal - 2:9.0.1562-1
+- patchlevel 1562
+
* Thu Apr 27 2023 Zdenek Dohnal - 2:9.0.1491-1
- patchlevel 1491
From 6c378aff987da85a7c734f92ee2ec41af068a520 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 24 May 2023 09:19:54 +0200
Subject: [PATCH 042/180] - patchlevel 1575
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index b25857b8..a0c97ed0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -441,3 +441,4 @@
/vim-9.0-1486.tar.bz2
/vim-9.0-1491.tar.bz2
/vim-9.0-1562.tar.bz2
+/vim-9.0-1575.tar.bz2
diff --git a/sources b/sources
index bdcee0b0..7f871c62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1562.tar.bz2) = da76303010cb4091a2b7d9f56bf6e811b0f9047cb09e67b7912d49e7b976d78c5ffddb98f63b252343ae66d5d86cadb7221bd934647211aa87a2102610bdd131
+SHA512 (vim-9.0-1575.tar.bz2) = 375851dc02e71c02894e2af0fce9d9bc389fb8f1ea61da79a3622c235dfe18d5d875cab53db1f9563eb355b30ae6078328a0a2303542c3c895b9083d7f5b5247
diff --git a/vim.spec b/vim.spec
index c9e7b430..d714da9e 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1562
+%define patchlevel 1575
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Wed May 24 2023 Zdenek Dohnal - 2:9.0.1575-1
+- patchlevel 1575
+
* Thu May 18 2023 Zdenek Dohnal - 2:9.0.1562-1
- patchlevel 1562
From d7b66cfd3202995d9f3ca34cf88592008ff8df23 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 29 May 2023 09:31:48 +0200
Subject: [PATCH 043/180] - patchlevel 1587
---
.gitignore | 1 +
sources | 2 +-
vim-crypto-warning.patch | 28 ++++++++++++++--------------
vim.spec | 5 ++++-
4 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/.gitignore b/.gitignore
index a0c97ed0..92508029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -442,3 +442,4 @@
/vim-9.0-1491.tar.bz2
/vim-9.0-1562.tar.bz2
/vim-9.0-1575.tar.bz2
+/vim-9.0-1587.tar.bz2
diff --git a/sources b/sources
index 7f871c62..a229a613 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1575.tar.bz2) = 375851dc02e71c02894e2af0fce9d9bc389fb8f1ea61da79a3622c235dfe18d5d875cab53db1f9563eb355b30ae6078328a0a2303542c3c895b9083d7f5b5247
+SHA512 (vim-9.0-1587.tar.bz2) = 84da8c43c9529726307e4bdab25db31cb85e1767ca7d7cda80094a40cb94d27e95ea0f991d1d779a395eba33044bbe342517d80d1534c9eb0d82b4f0a8c59226
diff --git a/vim-crypto-warning.patch b/vim-crypto-warning.patch
index 3b664232..195d7025 100644
--- a/vim-crypto-warning.patch
+++ b/vim-crypto-warning.patch
@@ -1,7 +1,7 @@
-diff -up vim82/src/config.h.in.fips-warning vim82/src/config.h.in
---- vim82/src/config.h.in.fips-warning 2022-02-24 08:13:59.017280243 +0100
-+++ vim82/src/config.h.in 2022-02-24 08:14:33.085580298 +0100
-@@ -508,5 +508,14 @@
+diff -up vim90/src/config.h.in.fips-warning vim90/src/config.h.in
+--- vim90/src/config.h.in.fips-warning 2023-05-29 09:30:59.000000000 +0200
++++ vim90/src/config.h.in 2023-05-29 09:34:47.261645612 +0200
+@@ -498,5 +498,14 @@
/* Define if _SC_SIGSTKSZ is available via sysconf() */
#undef HAVE_SYSCONF_SIGSTKSZ
@@ -16,10 +16,10 @@ diff -up vim82/src/config.h.in.fips-warning vim82/src/config.h.in
+
/* Define if you want to load libgpm dynamically */
#undef DYNAMIC_GPM
-diff -up vim82/src/configure.ac.fips-warning vim82/src/configure.ac
---- vim82/src/configure.ac.fips-warning 2022-02-24 08:13:59.014280304 +0100
-+++ vim82/src/configure.ac 2022-02-24 08:13:59.018280222 +0100
-@@ -583,6 +583,38 @@ else
+diff -up vim90/src/configure.ac.fips-warning vim90/src/configure.ac
+--- vim90/src/configure.ac.fips-warning 2023-05-29 09:34:47.257645645 +0200
++++ vim90/src/configure.ac 2023-05-29 09:34:47.262645604 +0200
+@@ -589,6 +589,38 @@ else
AC_SUBST(XDIFF_OBJS_USED)
fi
@@ -58,17 +58,17 @@ diff -up vim82/src/configure.ac.fips-warning vim82/src/configure.ac
dnl Check for Lua feature.
AC_MSG_CHECKING(--enable-luainterp argument)
AC_ARG_ENABLE(luainterp,
-diff -up vim82/src/crypt.c.fips-warning vim82/src/crypt.c
---- vim82/src/crypt.c.fips-warning 2022-02-24 08:09:29.000000000 +0100
-+++ vim82/src/crypt.c 2022-02-24 08:13:59.018280222 +0100
-@@ -740,6 +740,21 @@ crypt_check_method(int method)
+diff -up vim90/src/crypt.c.fips-warning vim90/src/crypt.c
+--- vim90/src/crypt.c.fips-warning 2023-05-29 09:34:47.263645596 +0200
++++ vim90/src/crypt.c 2023-05-29 09:51:23.209779115 +0200
+@@ -795,6 +795,21 @@ crypt_check_method(int method)
msg_scroll = TRUE;
msg(_("Warning: Using a weak encryption method; see :help 'cm'"));
}
+#ifdef HAVE_FIPS_WARNING
+ FILE *fips_enable_fd = fopen(FIPS_ENABLED_FILE_LINK, "r");
+ if (fips_enable_fd == NULL)
-+ return;
++ return;
+
+ int enabled = fgetc(fips_enable_fd);
+
@@ -82,4 +82,4 @@ diff -up vim82/src/crypt.c.fips-warning vim82/src/crypt.c
+#endif
}
- #ifdef FEAT_SODIUM
+ /*
diff --git a/vim.spec b/vim.spec
index d714da9e..3e0183c7 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1575
+%define patchlevel 1587
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon May 29 2023 Zdenek Dohnal - 2:9.0.1587-1
+- patchlevel 1587
+
* Wed May 24 2023 Zdenek Dohnal - 2:9.0.1575-1
- patchlevel 1575
From 729524ecf9c6f0ac26aba663ab8d3665876bf016 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 31 May 2023 11:44:55 +0200
Subject: [PATCH 044/180] - patchlevel 1592
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 92508029..3b8f10de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -443,3 +443,4 @@
/vim-9.0-1562.tar.bz2
/vim-9.0-1575.tar.bz2
/vim-9.0-1587.tar.bz2
+/vim-9.0-1592.tar.bz2
diff --git a/sources b/sources
index a229a613..6a0e2007 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1587.tar.bz2) = 84da8c43c9529726307e4bdab25db31cb85e1767ca7d7cda80094a40cb94d27e95ea0f991d1d779a395eba33044bbe342517d80d1534c9eb0d82b4f0a8c59226
+SHA512 (vim-9.0-1592.tar.bz2) = 158a36ccfcc73a7d9af04c5c3d7ec3c832b4797aaee3bde048a5c1997fce9b1d33f9076df2558925fca8db35737a04c96d7b08272b024ead1e1ef998f63bb1e2
diff --git a/vim.spec b/vim.spec
index 3e0183c7..2c88e687 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1587
+%define patchlevel 1592
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Wed May 31 2023 Zdenek Dohnal - 2:9.0.1592-1
+- patchlevel 1592
+
* Mon May 29 2023 Zdenek Dohnal - 2:9.0.1587-1
- patchlevel 1587
From f8ac30b02a3ef798ca09ebcce667a42e88e53401 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 5 Jun 2023 11:19:45 +0200
Subject: [PATCH 045/180] - patchlevel 1607
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 3b8f10de..76ae5ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -444,3 +444,4 @@
/vim-9.0-1575.tar.bz2
/vim-9.0-1587.tar.bz2
/vim-9.0-1592.tar.bz2
+/vim-9.0-1607.tar.bz2
diff --git a/sources b/sources
index 6a0e2007..07c57bbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1592.tar.bz2) = 158a36ccfcc73a7d9af04c5c3d7ec3c832b4797aaee3bde048a5c1997fce9b1d33f9076df2558925fca8db35737a04c96d7b08272b024ead1e1ef998f63bb1e2
+SHA512 (vim-9.0-1607.tar.bz2) = 694ae59c228f5aa1f8e7f3a6e43c37c2a0abd63061f1fa1eac724a3bf4eefd61af2cc2bf9f7b907a98164b861fd2c58cc2b24d846d743d9077ecb7ecf24a3ab1
diff --git a/vim.spec b/vim.spec
index 2c88e687..4e1fd8e3 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1592
+%define patchlevel 1607
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon Jun 05 2023 Zdenek Dohnal - 2:9.0.1607-1
+- patchlevel 1607
+
* Wed May 31 2023 Zdenek Dohnal - 2:9.0.1592-1
- patchlevel 1592
From ea3aa92d13d99458ada87fbafbc8e37b5e278ec3 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 13 Jun 2023 11:47:13 +0200
Subject: [PATCH 046/180] - patchlevel 1627
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 76ae5ed5..faa6e301 100644
--- a/.gitignore
+++ b/.gitignore
@@ -445,3 +445,4 @@
/vim-9.0-1587.tar.bz2
/vim-9.0-1592.tar.bz2
/vim-9.0-1607.tar.bz2
+/vim-9.0-1627.tar.bz2
diff --git a/sources b/sources
index 07c57bbc..d1685f50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1607.tar.bz2) = 694ae59c228f5aa1f8e7f3a6e43c37c2a0abd63061f1fa1eac724a3bf4eefd61af2cc2bf9f7b907a98164b861fd2c58cc2b24d846d743d9077ecb7ecf24a3ab1
+SHA512 (vim-9.0-1627.tar.bz2) = 20590c5c3fc3af6001dee666f9ade4cf34d521f3b0efd1ec1a352a07f21fe8046143000dcdb9a7eb2961a69980dd6b8f0ed32ab9eb096e31c34bf6286f3586c9
diff --git a/vim.spec b/vim.spec
index 4e1fd8e3..e1d06866 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1607
+%define patchlevel 1627
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Jun 13 2023 Zdenek Dohnal - 2:9.0.1627-1
+- patchlevel 1627
+
* Mon Jun 05 2023 Zdenek Dohnal - 2:9.0.1607-1
- patchlevel 1607
From 2751435f36d0be5a1e583c185e8331bfc3b69969 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 23 Jun 2023 07:41:46 +0200
Subject: [PATCH 047/180] - patchlevel 1649
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index faa6e301..24be89c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -446,3 +446,4 @@
/vim-9.0-1592.tar.bz2
/vim-9.0-1607.tar.bz2
/vim-9.0-1627.tar.bz2
+/vim-9.0-1649.tar.bz2
diff --git a/sources b/sources
index d1685f50..64635232 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1627.tar.bz2) = 20590c5c3fc3af6001dee666f9ade4cf34d521f3b0efd1ec1a352a07f21fe8046143000dcdb9a7eb2961a69980dd6b8f0ed32ab9eb096e31c34bf6286f3586c9
+SHA512 (vim-9.0-1649.tar.bz2) = 509a6381ce69bbb56cdffa5d41ba9deef7dca5dd458422ef4290b14b9170f6489dde0bf6a669d6eabf9ee8d84e6743d533b5fa3e1d2d087a9328be25e5585972
diff --git a/vim.spec b/vim.spec
index e1d06866..f1a72bb7 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1627
+%define patchlevel 1649
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Jun 23 2023 Zdenek Dohnal - 2:9.0.1649-1
+- patchlevel 1649
+
* Tue Jun 13 2023 Zdenek Dohnal - 2:9.0.1627-1
- patchlevel 1627
From 134b2165106743ee28e6783c1bcb39341c62656b Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 28 Jun 2023 16:10:05 +0200
Subject: [PATCH 048/180] Remove unused files
---
gvim.desktop | 64 ----------------------------------------------------
1 file changed, 64 deletions(-)
delete mode 100644 gvim.desktop
diff --git a/gvim.desktop b/gvim.desktop
deleted file mode 100644
index 97bf6ac8..00000000
--- a/gvim.desktop
+++ /dev/null
@@ -1,64 +0,0 @@
-[Desktop Entry]
-Name=Vi IMproved
-Name[bg]=Vi Ãåäà êòîð
-Name[ca]=Vi Millorat
-Name[da]=Vi forbedret
-Name[eo]=VIM
-Name[et]=Täiustatud Vi (vim)
-Name[fr]=Vi étendu (VIM)
-Name[he]=רפושמ Vi
-Name[hu]=Vi
-Name[is]=Vi IMproved ritillinn
-Name[it]=Vi iMproved
-Name[no]=Vi IMproved (forbedret VI)
-Name[pl]=Poprawiony VI (vim)
-Name[ro]=VIM
-Name[ru]=Улучшенный VI
-Name[sk]=Vi IMpreved
-Name[sl]=Izboljšani vi (vim)
-Name[sv]=Förbättrad Vi
-Name[zh_CN.GB2312]=改进的 Vi
-Comment=Powerful text editor with scripting functions and macro recorder
-Comment[bg]=Ãåäà êòîð ñ ìÃîãî âúçìîæÃîñòè
-Comment[ca]=Editor vi potent
-Comment[cs]=Mocný textový editor vi
-Comment[da]=En kraftig vi tekstbehandler
-Comment[de]=Ein leistungsfähiger vi-Editor
-Comment[el]=ΠανίσχυÏος διοÏθωτής vi
-Comment[eo]=VIM similas al redaktilo "vi", sed havas aldonajn ecojn
-Comment[es]=Una versión mejorada del editor vi
-Comment[et]=Võimas tekstiredaktor vi
-Comment[fi]=Tehokas vi-tekstieditori
-Comment[fr]=Éditeur vi puissant
-Comment[gl]=Potente editor vi
-Comment[he]=Vi המצועה בר ךרועה
-Comment[hr]=Napredni vi ureÄ‘ivaÄ
-Comment[hu]=Vi szövegszerkesztő
-Comment[is]=Öflug útgáfa vi ritilsins
-Comment[it]=Un editor vi potenziato
-Comment[ja]=強力ãªViエディタ
-Comment[lt]=Galingas vi redaktorius
-Comment[mk]=Моќен VI уредувач
-Comment[nl]=Krachtige vi-editor
-Comment[no]=En kraftig vi-redigerer
-Comment[no_NY]=Kraftig vi-tekstredigeringsprogram
-Comment[pl]=Edytor vi
-Comment[pt]=Um poderoso editor de texto
-Comment[ro]=Un editor de texte VI, puternic
-Comment[ru]=Мощный текÑтовый редактор vi
-Comment[sk]=Silný textový procesor vi
-Comment[sl]=Zmogljivi urejevalnik vi
-Comment[sr]=Moćni vi editor
-Comment[sv]=En kraftfull texteditor
-Comment[ta]=ºì¾¢Å¡öó¾ vi ¦¾¡ÌôÀ¡Ç÷
-Comment[tr]=Güçlü vi düzenleyicisi
-Comment[uk]=Потужний редактор vi
-Comment[zh_CN.GB2312]=功能强大的 vi 编辑器
-MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
-Exec=gvim -f %F
-Icon=gvim
-Type=Application
-Terminal=false
-X-XClassHintResName=VIM
-MapNotify=false
-Categories=Utility;TextEditor;
From a34b1012b831b13c4d291597f634904cf96028b3 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 30 Jun 2023 09:11:35 +0200
Subject: [PATCH 049/180] - patchlevel 1671
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 24be89c5..1736a159 100644
--- a/.gitignore
+++ b/.gitignore
@@ -447,3 +447,4 @@
/vim-9.0-1607.tar.bz2
/vim-9.0-1627.tar.bz2
/vim-9.0-1649.tar.bz2
+/vim-9.0-1671.tar.bz2
diff --git a/sources b/sources
index 64635232..c3880829 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1649.tar.bz2) = 509a6381ce69bbb56cdffa5d41ba9deef7dca5dd458422ef4290b14b9170f6489dde0bf6a669d6eabf9ee8d84e6743d533b5fa3e1d2d087a9328be25e5585972
+SHA512 (vim-9.0-1671.tar.bz2) = 02111385f9716e7e81f71d45858020f6d9859955e95039c609668eff349a5b1449d15ef0a2ba98c23749d115ce9cc4024614a08915379eba67a9389ccbbfd0b2
diff --git a/vim.spec b/vim.spec
index f1a72bb7..b20db680 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1649
+%define patchlevel 1671
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Jun 30 2023 Zdenek Dohnal - 2:9.0.1671-1
+- patchlevel 1671
+
* Fri Jun 23 2023 Zdenek Dohnal - 2:9.0.1649-1
- patchlevel 1649
From 517fce5d931168b11e7d757c27508d7f70c875d8 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova
Date: Tue, 11 Jul 2023 16:13:47 +0200
Subject: [PATCH 050/180] Perl 5.38 rebuild
---
vim.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index b20db680..89403a78 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Jul 11 2023 Jitka Plesnikova - 2:9.0.1671-2
+- Perl 5.38 rebuild
+
* Fri Jun 30 2023 Zdenek Dohnal - 2:9.0.1671-1
- patchlevel 1671
From 1da81559a34264bfcd57330170d77ccdcf99add7 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 10 Jul 2023 11:36:31 +0200
Subject: [PATCH 051/180] - patchlevel 1677
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1736a159..ee014a94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -448,3 +448,4 @@
/vim-9.0-1627.tar.bz2
/vim-9.0-1649.tar.bz2
/vim-9.0-1671.tar.bz2
+/vim-9.0-1677.tar.bz2
diff --git a/sources b/sources
index c3880829..39f1d80f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1671.tar.bz2) = 02111385f9716e7e81f71d45858020f6d9859955e95039c609668eff349a5b1449d15ef0a2ba98c23749d115ce9cc4024614a08915379eba67a9389ccbbfd0b2
+SHA512 (vim-9.0-1677.tar.bz2) = b04b119c47e74197f1dba646f475488e838deff0acc0ab389746486368b797f2a7c5b0fc73cd383936b7a17072b1a9d9819deed58226e5da8330b1f762f8d089
diff --git a/vim.spec b/vim.spec
index 89403a78..d7401dec 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1671
+%define patchlevel 1677
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Jul 11 2023 Zdenek Dohnal - 2:9.0.1677-1
+- patchlevel 1677
+
* Tue Jul 11 2023 Jitka Plesnikova - 2:9.0.1671-2
- Perl 5.38 rebuild
From 74af866c9b19d24378732ca85339dbcff11514ee Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 13 Jul 2023 16:09:05 +0200
Subject: [PATCH 052/180] 2222671 - fix FTBFS due Python3 rebase
2222648 - fix FailToInstall due Perl rebase
---
...-building-dynamic-Python3-interprete.patch | 62 +++++++++++++++++++
perl538.patch | 48 ++++++++++++++
vim.spec | 10 +++
3 files changed, 120 insertions(+)
create mode 100644 0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
create mode 100644 perl538.patch
diff --git a/0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch b/0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
new file mode 100644
index 00000000..6b06a3f2
--- /dev/null
+++ b/0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
@@ -0,0 +1,62 @@
+From 939e0db21a5145d6a84eb8922ba3dc3a14fb4572 Mon Sep 17 00:00:00 2001
+From: Zdenek Dohnal
+Date: Wed, 12 Jul 2023 13:13:38 +0200
+Subject: [PATCH] if_python3.c: Fix building dynamic Python3 interpreter
+
+There are new extern global variables defined in python3 development
+files, which types are within python3 library, so they break dynamic
+python3 interpret Vim plugin.
+
+Since the variables are used in macro `Py_SIZE` which is used in other
+python3 headers, the dummy variables have to defined before including
+Python.h.
+---
+ src/if_python3.c | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/src/if_python3.c b/src/if_python3.c
+index 240b88fac..f6704a31e 100644
+--- a/src/if_python3.c
++++ b/src/if_python3.c
+@@ -68,6 +68,8 @@
+ #endif
+
+ #define PY_SSIZE_T_CLEAN
++#define PyLong_Type (*py3_PyLong_Type)
++#define PyBool_Type (*py3_PyBool_Type)
+
+ #include
+
+@@ -270,7 +272,6 @@ static HINSTANCE hinstPy3 = 0; // Instance of python.dll
+ # define PyFloat_Type (*py3_PyFloat_Type)
+ # define PyNumber_Check (*py3_PyNumber_Check)
+ # define PyNumber_Long (*py3_PyNumber_Long)
+-# define PyBool_Type (*py3_PyBool_Type)
+ # define PyErr_NewException py3_PyErr_NewException
+ # ifdef Py_DEBUG
+ # define _Py_NegativeRefcount py3__Py_NegativeRefcount
+@@ -448,7 +449,10 @@ static PyTypeObject* py3_PyType_Type;
+ static PyTypeObject* py3_PyStdPrinter_Type;
+ static PyTypeObject* py3_PySlice_Type;
+ static PyTypeObject* py3_PyFloat_Type;
+-static PyTypeObject* py3_PyBool_Type;
++PyTypeObject* py3_PyBool_Type;
++# if PY_VERSION_HEX >= 0x030c00b0
++PyTypeObject* py3_PyLong_Type;
++# endif
+ static int (*py3_PyNumber_Check)(PyObject *);
+ static PyObject* (*py3_PyNumber_Long)(PyObject *);
+ static PyObject* (*py3_PyErr_NewException)(char *name, PyObject *base, PyObject *dict);
+@@ -624,6 +628,9 @@ static struct
+ {"PySlice_Type", (PYTHON_PROC*)&py3_PySlice_Type},
+ {"PyFloat_Type", (PYTHON_PROC*)&py3_PyFloat_Type},
+ {"PyBool_Type", (PYTHON_PROC*)&py3_PyBool_Type},
++# if PY_VERSION_HEX >= 0x030c00b0
++ {"PyLong_Type", (PYTHON_PROC*)&py3_PyLong_Type},
++# endif
+ {"PyNumber_Check", (PYTHON_PROC*)&py3_PyNumber_Check},
+ {"PyNumber_Long", (PYTHON_PROC*)&py3_PyNumber_Long},
+ {"PyErr_NewException", (PYTHON_PROC*)&py3_PyErr_NewException},
+--
+2.41.0
+
diff --git a/perl538.patch b/perl538.patch
new file mode 100644
index 00000000..ea935745
--- /dev/null
+++ b/perl538.patch
@@ -0,0 +1,48 @@
+diff --git a/src/if_perl.xs b/src/if_perl.xs
+index c69ed9ef1..2cf78b901 100644
+--- a/src/if_perl.xs
++++ b/src/if_perl.xs
+@@ -40,7 +40,7 @@
+ /* Work around for perl-5.18.
+ * Don't include "perl\lib\CORE\inline.h" for now,
+ * include it after Perl_sv_free2 is defined. */
+-#ifdef DYNAMIC_PERL
++#if (PERL_REVISION == 5) && (PERL_VERSION >= 18)
+ # define PERL_NO_INLINE_FUNCTIONS
+ #endif
+
+@@ -402,14 +402,14 @@ static bool (*Perl_sv_2bool)(pTHX_ SV*);
+ static IV (*Perl_sv_2iv)(pTHX_ SV*);
+ static SV* (*Perl_sv_2mortal)(pTHX_ SV*);
+ # if (PERL_REVISION == 5) && (PERL_VERSION >= 8)
+-static char* (*Perl_sv_2pv_flags)(pTHX_ SV*, STRLEN*, I32);
++static char* (*Perl_sv_2pv_flags)(pTHX_ SV*, STRLEN* const, const U32);
+ static char* (*Perl_sv_2pv_nolen)(pTHX_ SV*);
+ # else
+ static char* (*Perl_sv_2pv)(pTHX_ SV*, STRLEN*);
+ # endif
+ static char* (*Perl_sv_2pvbyte)(pTHX_ SV*, STRLEN*);
+ # if (PERL_REVISION == 5) && (PERL_VERSION >= 32)
+-static char* (*Perl_sv_2pvbyte_flags)(pTHX_ SV*, STRLEN*, I32);
++static char* (*Perl_sv_2pvbyte_flags)(pTHX_ SV*, STRLEN* const, const U32);
+ # endif
+ static SV* (*Perl_sv_bless)(pTHX_ SV*, HV*);
+ # if (PERL_REVISION == 5) && (PERL_VERSION >= 8)
+@@ -710,7 +710,7 @@ S_POPMARK(pTHX)
+ # endif
+
+ /* perl-5.34 needs Perl_SvTRUE_common; used in SvTRUE_nomg_NN */
+-# if (PERL_REVISION == 5) && (PERL_VERSION >= 34)
++# if (PERL_REVISION == 5) && (PERL_VERSION == 34)
+ PERL_STATIC_INLINE bool
+ Perl_SvTRUE_common(pTHX_ SV * sv, const bool sv_2bool_is_fallback)
+ {
+@@ -737,7 +737,7 @@ Perl_SvTRUE_common(pTHX_ SV * sv, const bool sv_2bool_is_fallback)
+ # endif
+
+ /* perl-5.32 needs Perl_SvTRUE */
+-# if (PERL_REVISION == 5) && (PERL_VERSION >= 32)
++# if (PERL_REVISION == 5) && (PERL_VERSION == 32)
+ PERL_STATIC_INLINE bool
+ Perl_SvTRUE(pTHX_ SV *sv) {
+ if (!LIKELY(sv))
diff --git a/vim.spec b/vim.spec
index d7401dec..e8ef1d35 100644
--- a/vim.spec
+++ b/vim.spec
@@ -98,6 +98,10 @@ Patch3003: vim-python3-tests.patch
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3005: vim-8.0-copy-paste.patch
+# https://github.com/vim/vim/pull/12660
+Patch3006: 0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
+# https://github.com/vim/vim/pull/12575 + https://github.com/vim/vim/pull/12575#issuecomment-1634226250
+Patch3007: perl538.patch
# uses autoconf in spec file
@@ -408,6 +412,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch -P 3003 -p1 -b .python-tests
%patch -P 3004 -p1 -b .fips-warning
%patch -P 3005 -p1 -b .copypaste
+%patch -P 3006 -p1 -b .python312
+%patch -P 3007 -p1 -b .perl538
%build
cd src
@@ -1030,6 +1036,10 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Thu Jul 13 2023 Zdenek Dohnal - 2:9.0.1677-1
+- 2222671 - fix FTBFS due Python3 rebase
+- 2222648 - fix FailToInstall due Perl rebase
+
* Tue Jul 11 2023 Zdenek Dohnal - 2:9.0.1677-1
- patchlevel 1677
From 78deee56e96e126ba5006f64da282d538e4e6fa7 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 21 Jul 2023 08:13:37 +0200
Subject: [PATCH 053/180] vim.spec: update changelog entries to release 2
The latest build which contains the fixes mentioned in the changelog was
built with release 2 by mistake from rebasing the branch, so update the
entries to match what was fixed in the build.
---
vim.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vim.spec b/vim.spec
index e8ef1d35..4d41a08f 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1036,11 +1036,11 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
-* Thu Jul 13 2023 Zdenek Dohnal - 2:9.0.1677-1
+* Thu Jul 13 2023 Zdenek Dohnal - 2:9.0.1677-2
- 2222671 - fix FTBFS due Python3 rebase
- 2222648 - fix FailToInstall due Perl rebase
-* Tue Jul 11 2023 Zdenek Dohnal - 2:9.0.1677-1
+* Tue Jul 11 2023 Zdenek Dohnal - 2:9.0.1677-2
- patchlevel 1677
* Tue Jul 11 2023 Jitka Plesnikova - 2:9.0.1671-2
From b226b0ae50c0827e621df8f63c58de4c9584eb7b Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering
Date: Sat, 22 Jul 2023 17:37:33 +0000
Subject: [PATCH 054/180] Rebuilt for
https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering
---
vim.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index 4d41a08f..b99432a5 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1036,6 +1036,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Sat Jul 22 2023 Fedora Release Engineering - 2:9.0.1677-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
* Thu Jul 13 2023 Zdenek Dohnal - 2:9.0.1677-2
- 2222671 - fix FTBFS due Python3 rebase
- 2222648 - fix FailToInstall due Perl rebase
From 3094c97ae127e3a5503b732c0ec718acb2312b2a Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 9 Aug 2023 14:34:56 +0200
Subject: [PATCH 055/180] vim-update.sh: include branched f39
---
vim-update.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index b92873c6..48a8cb1d 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
-branches=( "rawhide" "f38" "f37" )
-releases=( "fc39" "fc38" "fc37" )
+branches=( "rawhide" "f39" "f38" "f37" )
+releases=( "fc40" "fc39" "fc38" "fc37" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc39" "fc38" "\|fc37" )
-bodhi_enabled=( "0" "1" "1" )
+regexps=( "fc40" "fc39" "fc38" "\|fc37" )
+bodhi_enabled=( "0" "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From 6121c87abcd805c6b00859f8f36ee98bf4ac3c36 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 11 Aug 2023 16:59:51 +0200
Subject: [PATCH 056/180] fix test suite from python3 syntax warnings
---
vim-pysyntaxwarn.patch | 18 ++++++++++++++++++
vim.spec | 9 ++++++++-
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 vim-pysyntaxwarn.patch
diff --git a/vim-pysyntaxwarn.patch b/vim-pysyntaxwarn.patch
new file mode 100644
index 00000000..514a7871
--- /dev/null
+++ b/vim-pysyntaxwarn.patch
@@ -0,0 +1,18 @@
+diff --git a/src/testdir/test_python3.vim b/src/testdir/test_python3.vim
+index b7140ee..e975cb6 100644
+--- a/src/testdir/test_python3.vim
++++ b/src/testdir/test_python3.vim
+@@ -22,10 +22,10 @@ func Test_AAA_python3_setup()
+ import sys
+ import re
+
+- py33_type_error_pattern = re.compile('^__call__\(\) takes (\d+) positional argument but (\d+) were given$')
++ py33_type_error_pattern = re.compile(r'^__call__\(\) takes (\d+) positional argument but (\d+) were given$')
+ py37_exception_repr = re.compile(r'([^\(\),])(\)+)$')
+- py39_type_error_pattern = re.compile('\w+\.([^(]+\(\) takes)')
+- py310_type_error_pattern = re.compile('takes (\d+) positional argument but (\d+) were given')
++ py39_type_error_pattern = re.compile(r'\w+\.([^(]+\(\) takes)')
++ py310_type_error_pattern = re.compile(r'takes (\d+) positional argument but (\d+) were given')
+
+ def emsg(ei):
+ return ei[0].__name__ + ':' + repr(ei[1].args)
diff --git a/vim.spec b/vim.spec
index b99432a5..42e551fc 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 3%{?dist}
+Release: 4%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -102,6 +102,9 @@ Patch3005: vim-8.0-copy-paste.patch
Patch3006: 0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
# https://github.com/vim/vim/pull/12575 + https://github.com/vim/vim/pull/12575#issuecomment-1634226250
Patch3007: perl538.patch
+# fix python syntax warnings which make test suite fail
+# reported upstream https://github.com/vim/vim/pull/12765
+Patch3008: vim-pysyntaxwarn.patch
# uses autoconf in spec file
@@ -414,6 +417,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch -P 3005 -p1 -b .copypaste
%patch -P 3006 -p1 -b .python312
%patch -P 3007 -p1 -b .perl538
+%patch -P 3008 -p1 -b .pysyntaxwarn
%build
cd src
@@ -1036,6 +1040,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Aug 11 2023 Zdenek Dohnal - 2:9.0.1677-4
+- fix test suite from python3 syntax warnings
+
* Sat Jul 22 2023 Fedora Release Engineering - 2:9.0.1677-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
From efdfc61e5d6ee9a39d546a7fb838123705eb11d4 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 14 Aug 2023 11:51:52 +0200
Subject: [PATCH 057/180] Remove patches accepted by upstream
---
...-building-dynamic-Python3-interprete.patch | 62 -------------------
perl538.patch | 48 --------------
vim-pysyntaxwarn.patch | 18 ------
vim.spec | 10 ---
4 files changed, 138 deletions(-)
delete mode 100644 0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
delete mode 100644 perl538.patch
delete mode 100644 vim-pysyntaxwarn.patch
diff --git a/0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch b/0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
deleted file mode 100644
index 6b06a3f2..00000000
--- a/0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 939e0db21a5145d6a84eb8922ba3dc3a14fb4572 Mon Sep 17 00:00:00 2001
-From: Zdenek Dohnal
-Date: Wed, 12 Jul 2023 13:13:38 +0200
-Subject: [PATCH] if_python3.c: Fix building dynamic Python3 interpreter
-
-There are new extern global variables defined in python3 development
-files, which types are within python3 library, so they break dynamic
-python3 interpret Vim plugin.
-
-Since the variables are used in macro `Py_SIZE` which is used in other
-python3 headers, the dummy variables have to defined before including
-Python.h.
----
- src/if_python3.c | 11 +++++++++--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/src/if_python3.c b/src/if_python3.c
-index 240b88fac..f6704a31e 100644
---- a/src/if_python3.c
-+++ b/src/if_python3.c
-@@ -68,6 +68,8 @@
- #endif
-
- #define PY_SSIZE_T_CLEAN
-+#define PyLong_Type (*py3_PyLong_Type)
-+#define PyBool_Type (*py3_PyBool_Type)
-
- #include
-
-@@ -270,7 +272,6 @@ static HINSTANCE hinstPy3 = 0; // Instance of python.dll
- # define PyFloat_Type (*py3_PyFloat_Type)
- # define PyNumber_Check (*py3_PyNumber_Check)
- # define PyNumber_Long (*py3_PyNumber_Long)
--# define PyBool_Type (*py3_PyBool_Type)
- # define PyErr_NewException py3_PyErr_NewException
- # ifdef Py_DEBUG
- # define _Py_NegativeRefcount py3__Py_NegativeRefcount
-@@ -448,7 +449,10 @@ static PyTypeObject* py3_PyType_Type;
- static PyTypeObject* py3_PyStdPrinter_Type;
- static PyTypeObject* py3_PySlice_Type;
- static PyTypeObject* py3_PyFloat_Type;
--static PyTypeObject* py3_PyBool_Type;
-+PyTypeObject* py3_PyBool_Type;
-+# if PY_VERSION_HEX >= 0x030c00b0
-+PyTypeObject* py3_PyLong_Type;
-+# endif
- static int (*py3_PyNumber_Check)(PyObject *);
- static PyObject* (*py3_PyNumber_Long)(PyObject *);
- static PyObject* (*py3_PyErr_NewException)(char *name, PyObject *base, PyObject *dict);
-@@ -624,6 +628,9 @@ static struct
- {"PySlice_Type", (PYTHON_PROC*)&py3_PySlice_Type},
- {"PyFloat_Type", (PYTHON_PROC*)&py3_PyFloat_Type},
- {"PyBool_Type", (PYTHON_PROC*)&py3_PyBool_Type},
-+# if PY_VERSION_HEX >= 0x030c00b0
-+ {"PyLong_Type", (PYTHON_PROC*)&py3_PyLong_Type},
-+# endif
- {"PyNumber_Check", (PYTHON_PROC*)&py3_PyNumber_Check},
- {"PyNumber_Long", (PYTHON_PROC*)&py3_PyNumber_Long},
- {"PyErr_NewException", (PYTHON_PROC*)&py3_PyErr_NewException},
---
-2.41.0
-
diff --git a/perl538.patch b/perl538.patch
deleted file mode 100644
index ea935745..00000000
--- a/perl538.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff --git a/src/if_perl.xs b/src/if_perl.xs
-index c69ed9ef1..2cf78b901 100644
---- a/src/if_perl.xs
-+++ b/src/if_perl.xs
-@@ -40,7 +40,7 @@
- /* Work around for perl-5.18.
- * Don't include "perl\lib\CORE\inline.h" for now,
- * include it after Perl_sv_free2 is defined. */
--#ifdef DYNAMIC_PERL
-+#if (PERL_REVISION == 5) && (PERL_VERSION >= 18)
- # define PERL_NO_INLINE_FUNCTIONS
- #endif
-
-@@ -402,14 +402,14 @@ static bool (*Perl_sv_2bool)(pTHX_ SV*);
- static IV (*Perl_sv_2iv)(pTHX_ SV*);
- static SV* (*Perl_sv_2mortal)(pTHX_ SV*);
- # if (PERL_REVISION == 5) && (PERL_VERSION >= 8)
--static char* (*Perl_sv_2pv_flags)(pTHX_ SV*, STRLEN*, I32);
-+static char* (*Perl_sv_2pv_flags)(pTHX_ SV*, STRLEN* const, const U32);
- static char* (*Perl_sv_2pv_nolen)(pTHX_ SV*);
- # else
- static char* (*Perl_sv_2pv)(pTHX_ SV*, STRLEN*);
- # endif
- static char* (*Perl_sv_2pvbyte)(pTHX_ SV*, STRLEN*);
- # if (PERL_REVISION == 5) && (PERL_VERSION >= 32)
--static char* (*Perl_sv_2pvbyte_flags)(pTHX_ SV*, STRLEN*, I32);
-+static char* (*Perl_sv_2pvbyte_flags)(pTHX_ SV*, STRLEN* const, const U32);
- # endif
- static SV* (*Perl_sv_bless)(pTHX_ SV*, HV*);
- # if (PERL_REVISION == 5) && (PERL_VERSION >= 8)
-@@ -710,7 +710,7 @@ S_POPMARK(pTHX)
- # endif
-
- /* perl-5.34 needs Perl_SvTRUE_common; used in SvTRUE_nomg_NN */
--# if (PERL_REVISION == 5) && (PERL_VERSION >= 34)
-+# if (PERL_REVISION == 5) && (PERL_VERSION == 34)
- PERL_STATIC_INLINE bool
- Perl_SvTRUE_common(pTHX_ SV * sv, const bool sv_2bool_is_fallback)
- {
-@@ -737,7 +737,7 @@ Perl_SvTRUE_common(pTHX_ SV * sv, const bool sv_2bool_is_fallback)
- # endif
-
- /* perl-5.32 needs Perl_SvTRUE */
--# if (PERL_REVISION == 5) && (PERL_VERSION >= 32)
-+# if (PERL_REVISION == 5) && (PERL_VERSION == 32)
- PERL_STATIC_INLINE bool
- Perl_SvTRUE(pTHX_ SV *sv) {
- if (!LIKELY(sv))
diff --git a/vim-pysyntaxwarn.patch b/vim-pysyntaxwarn.patch
deleted file mode 100644
index 514a7871..00000000
--- a/vim-pysyntaxwarn.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/src/testdir/test_python3.vim b/src/testdir/test_python3.vim
-index b7140ee..e975cb6 100644
---- a/src/testdir/test_python3.vim
-+++ b/src/testdir/test_python3.vim
-@@ -22,10 +22,10 @@ func Test_AAA_python3_setup()
- import sys
- import re
-
-- py33_type_error_pattern = re.compile('^__call__\(\) takes (\d+) positional argument but (\d+) were given$')
-+ py33_type_error_pattern = re.compile(r'^__call__\(\) takes (\d+) positional argument but (\d+) were given$')
- py37_exception_repr = re.compile(r'([^\(\),])(\)+)$')
-- py39_type_error_pattern = re.compile('\w+\.([^(]+\(\) takes)')
-- py310_type_error_pattern = re.compile('takes (\d+) positional argument but (\d+) were given')
-+ py39_type_error_pattern = re.compile(r'\w+\.([^(]+\(\) takes)')
-+ py310_type_error_pattern = re.compile(r'takes (\d+) positional argument but (\d+) were given')
-
- def emsg(ei):
- return ei[0].__name__ + ':' + repr(ei[1].args)
diff --git a/vim.spec b/vim.spec
index 42e551fc..d636b655 100644
--- a/vim.spec
+++ b/vim.spec
@@ -98,13 +98,6 @@ Patch3003: vim-python3-tests.patch
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3005: vim-8.0-copy-paste.patch
-# https://github.com/vim/vim/pull/12660
-Patch3006: 0001-if_python3.c-Fix-building-dynamic-Python3-interprete.patch
-# https://github.com/vim/vim/pull/12575 + https://github.com/vim/vim/pull/12575#issuecomment-1634226250
-Patch3007: perl538.patch
-# fix python syntax warnings which make test suite fail
-# reported upstream https://github.com/vim/vim/pull/12765
-Patch3008: vim-pysyntaxwarn.patch
# uses autoconf in spec file
@@ -415,9 +408,6 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch -P 3003 -p1 -b .python-tests
%patch -P 3004 -p1 -b .fips-warning
%patch -P 3005 -p1 -b .copypaste
-%patch -P 3006 -p1 -b .python312
-%patch -P 3007 -p1 -b .perl538
-%patch -P 3008 -p1 -b .pysyntaxwarn
%build
cd src
From 106e2f2581be249aa28956b63ba3b63b5f6e4e9c Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 14 Aug 2023 11:52:40 +0200
Subject: [PATCH 058/180] - patchlevel 1712
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index ee014a94..e24c6276 100644
--- a/.gitignore
+++ b/.gitignore
@@ -449,3 +449,4 @@
/vim-9.0-1649.tar.bz2
/vim-9.0-1671.tar.bz2
/vim-9.0-1677.tar.bz2
+/vim-9.0-1712.tar.bz2
diff --git a/sources b/sources
index 39f1d80f..ff6814f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1677.tar.bz2) = b04b119c47e74197f1dba646f475488e838deff0acc0ab389746486368b797f2a7c5b0fc73cd383936b7a17072b1a9d9819deed58226e5da8330b1f762f8d089
+SHA512 (vim-9.0-1712.tar.bz2) = c7e72946821edc1b576d11c431ee2a608cdb76aabed4422bd41b04551d06cb8666228d0d41286d46545144b8e3a19313e2f25cf90054c69bc56686c77af6e209
diff --git a/vim.spec b/vim.spec
index d636b655..328f89fb 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1677
+%define patchlevel 1712
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 4%{?dist}
+Release: 1%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon Aug 14 2023 Zdenek Dohnal - 2:9.0.1712-1
+- patchlevel 1712
+
* Fri Aug 11 2023 Zdenek Dohnal - 2:9.0.1677-4
- fix test suite from python3 syntax warnings
From 60596bb2d9ff39be43cedc3edfdae14875ef9c60 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 30 Aug 2023 09:50:08 +0200
Subject: [PATCH 059/180] F39 is enabled in bodhi
---
vim-update.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index 48a8cb1d..4e69889e 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -5,8 +5,8 @@ branches=( "rawhide" "f39" "f38" "f37" )
releases=( "fc40" "fc39" "fc38" "fc37" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc40" "fc39" "fc38" "\|fc37" )
-bodhi_enabled=( "0" "0" "1" "1" )
+regexps=( "fc40" "fc39" "\|fc38" "\|fc37" )
+bodhi_enabled=( "0" "1" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From c0fc55f870b7710dd972881777eeb07ed178097e Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 30 Aug 2023 09:55:43 +0200
Subject: [PATCH 060/180] Fix typo which breaks patch applying in the next
patchlevel
---
vim-7.4-specsyntax.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim-7.4-specsyntax.patch b/vim-7.4-specsyntax.patch
index 3c028b56..5d794cc7 100644
--- a/vim-7.4-specsyntax.patch
+++ b/vim-7.4-specsyntax.patch
@@ -12,7 +12,7 @@ diff -up vim74/runtime/syntax/spec.vim.highlite vim74/runtime/syntax/spec.vim
syn keyword specMonth contained January February March April May June July August September October November December
@@ -61,9 +61,9 @@ syn cluster specListedFiles contains=spe
- "specComands
+ "specCommands
syn match specConfigure contained '\./configure'
-syn match specTarCommand contained '\
Date: Wed, 30 Aug 2023 09:56:30 +0200
Subject: [PATCH 061/180] - patchlevel 1822
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index e24c6276..3e82913d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -450,3 +450,4 @@
/vim-9.0-1671.tar.bz2
/vim-9.0-1677.tar.bz2
/vim-9.0-1712.tar.bz2
+/vim-9.0-1822.tar.bz2
diff --git a/sources b/sources
index ff6814f0..ce340bcc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1712.tar.bz2) = c7e72946821edc1b576d11c431ee2a608cdb76aabed4422bd41b04551d06cb8666228d0d41286d46545144b8e3a19313e2f25cf90054c69bc56686c77af6e209
+SHA512 (vim-9.0-1822.tar.bz2) = ac518fb2226936191196ef43f33436d8b6ed65dfc9743931e070983fd0f450ea3675de3d1d83c7d695bd6dbe617e0744a6b618be7ad81f191603c0a70bdad67e
diff --git a/vim.spec b/vim.spec
index 328f89fb..7fe200be 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1712
+%define patchlevel 1822
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Wed Aug 30 2023 Zdenek Dohnal - 2:9.0.1822-1
+- patchlevel 1822
+
* Mon Aug 14 2023 Zdenek Dohnal - 2:9.0.1712-1
- patchlevel 1712
From 84f77f278cf7d3437d4e51a059f4fa9e18fcaba5 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 30 Aug 2023 16:17:27 +0200
Subject: [PATCH 062/180] Add libtool as buildrequire
---
vim.spec | 3 +++
1 file changed, 3 insertions(+)
diff --git a/vim.spec b/vim.spec
index 7fe200be..1964fa74 100644
--- a/vim.spec
+++ b/vim.spec
@@ -134,6 +134,9 @@ BuildRequires: libselinux-devel
BuildRequires: libsodium-devel
%endif
+# uses libtool for linking
+BuildRequires: libtool
+
# for lua plugin
%if "%{withlua}" == "1"
BuildRequires: lua-devel
From 550f31b21ea93fa31a64804c812b9e7a447a52b7 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 5 Sep 2023 13:20:39 +0200
Subject: [PATCH 063/180] - patchlevel 1872
---
vim.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index 1964fa74..e9979737 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1822
+%define patchlevel 1872
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Sep 05 2023 Zdenek Dohnal - 2:9.0.1872-1
+- patchlevel 1872
+
* Wed Aug 30 2023 Zdenek Dohnal - 2:9.0.1822-1
- patchlevel 1822
From 17ae92d06390c67f777a00b3e166c0b64368e4ab Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 5 Sep 2023 13:31:36 +0200
Subject: [PATCH 064/180] Revert "- patchlevel 1872"
This reverts commit 550f31b21ea93fa31a64804c812b9e7a447a52b7.
---
vim.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/vim.spec b/vim.spec
index e9979737..1964fa74 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1872
+%define patchlevel 1822
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,9 +1033,6 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
-* Tue Sep 05 2023 Zdenek Dohnal - 2:9.0.1872-1
-- patchlevel 1872
-
* Wed Aug 30 2023 Zdenek Dohnal - 2:9.0.1822-1
- patchlevel 1822
From 7d2199c149ad2617254f0e5c665d26ea322c4cb2 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 5 Sep 2023 13:32:35 +0200
Subject: [PATCH 065/180] - patchlevel 1872
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 3e82913d..5372e471 100644
--- a/.gitignore
+++ b/.gitignore
@@ -451,3 +451,4 @@
/vim-9.0-1677.tar.bz2
/vim-9.0-1712.tar.bz2
/vim-9.0-1822.tar.bz2
+/vim-9.0-1872.tar.bz2
diff --git a/sources b/sources
index ce340bcc..2b27080f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1822.tar.bz2) = ac518fb2226936191196ef43f33436d8b6ed65dfc9743931e070983fd0f450ea3675de3d1d83c7d695bd6dbe617e0744a6b618be7ad81f191603c0a70bdad67e
+SHA512 (vim-9.0-1872.tar.bz2) = 5b4c092303e4919f1733f3d12c5c238b306bf09c4b0d139cd7e3637e68b5eb51889ecad529648921a40d8ec9ab112bbb9958e1dd65be801749931cda4b0effc1
diff --git a/vim.spec b/vim.spec
index 1964fa74..e9979737 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1822
+%define patchlevel 1872
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Sep 05 2023 Zdenek Dohnal - 2:9.0.1872-1
+- patchlevel 1872
+
* Wed Aug 30 2023 Zdenek Dohnal - 2:9.0.1822-1
- patchlevel 1822
From b9b503c389166006db327bfd296ef691c1ea0b58 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 6 Sep 2023 12:18:35 +0200
Subject: [PATCH 066/180] test_xxd_color2 is flaky
---
vim-disable-xxd-color2-test.patch | 21 +++++++++++++++++++++
vim.spec | 8 +++++++-
2 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 vim-disable-xxd-color2-test.patch
diff --git a/vim-disable-xxd-color2-test.patch b/vim-disable-xxd-color2-test.patch
new file mode 100644
index 00000000..09d38bcd
--- /dev/null
+++ b/vim-disable-xxd-color2-test.patch
@@ -0,0 +1,21 @@
+diff --git a/src/testdir/test_xxd.vim b/src/testdir/test_xxd.vim
+index 437437e..a7deaeb 100644
+--- a/src/testdir/test_xxd.vim
++++ b/src/testdir/test_xxd.vim
+@@ -583,11 +583,11 @@ func Test_xxd_color2()
+ call TermWait(buf)
+ call VerifyScreenDump(buf, 'Test_xxd_color_0', {})
+
+- call TermWait(buf)
+- call term_sendkeys(buf, "clear\")
+- call term_sendkeys(buf, s:xxd_cmd .. " -R always < XXDfile_colors\")
+- call TermWait(buf)
+- call VerifyScreenDump(buf, 'Test_xxd_color_1', {})
++ "call TermWait(buf)
++ "call term_sendkeys(buf, "clear\")
++ "call term_sendkeys(buf, s:xxd_cmd .. " -R always < XXDfile_colors\")
++ "call TermWait(buf)
++ "call VerifyScreenDump(buf, 'Test_xxd_color_1', {})
+
+ call term_sendkeys(buf, "exit\")
+
diff --git a/vim.spec b/vim.spec
index e9979737..09cc7a42 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -98,6 +98,8 @@ Patch3003: vim-python3-tests.patch
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3005: vim-8.0-copy-paste.patch
+# downstream patch for now - reported upstream here https://github.com/vim/vim/pull/13040/
+Patch3006: vim-disable-xxd-color2-test.patch
# uses autoconf in spec file
@@ -411,6 +413,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch -P 3003 -p1 -b .python-tests
%patch -P 3004 -p1 -b .fips-warning
%patch -P 3005 -p1 -b .copypaste
+%patch -P 3006 -p1 -b .nocleartest
%build
cd src
@@ -1033,6 +1036,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Wed Sep 06 2023 Zdenek Dohnal - 2:9.0.1872-2
+- test_xxd_color2 is flaky
+
* Tue Sep 05 2023 Zdenek Dohnal - 2:9.0.1872-1
- patchlevel 1872
From 9b37e1a9b2d67e9add3ad716b7246399b3a85b62 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 7 Sep 2023 14:02:32 +0200
Subject: [PATCH 067/180] Remove the patch, latest upstream tests pass
---
vim-disable-xxd-color2-test.patch | 21 ---------------------
vim.spec | 3 ---
2 files changed, 24 deletions(-)
delete mode 100644 vim-disable-xxd-color2-test.patch
diff --git a/vim-disable-xxd-color2-test.patch b/vim-disable-xxd-color2-test.patch
deleted file mode 100644
index 09d38bcd..00000000
--- a/vim-disable-xxd-color2-test.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/testdir/test_xxd.vim b/src/testdir/test_xxd.vim
-index 437437e..a7deaeb 100644
---- a/src/testdir/test_xxd.vim
-+++ b/src/testdir/test_xxd.vim
-@@ -583,11 +583,11 @@ func Test_xxd_color2()
- call TermWait(buf)
- call VerifyScreenDump(buf, 'Test_xxd_color_0', {})
-
-- call TermWait(buf)
-- call term_sendkeys(buf, "clear\")
-- call term_sendkeys(buf, s:xxd_cmd .. " -R always < XXDfile_colors\")
-- call TermWait(buf)
-- call VerifyScreenDump(buf, 'Test_xxd_color_1', {})
-+ "call TermWait(buf)
-+ "call term_sendkeys(buf, "clear\")
-+ "call term_sendkeys(buf, s:xxd_cmd .. " -R always < XXDfile_colors\")
-+ "call TermWait(buf)
-+ "call VerifyScreenDump(buf, 'Test_xxd_color_1', {})
-
- call term_sendkeys(buf, "exit\")
-
diff --git a/vim.spec b/vim.spec
index 09cc7a42..fb55816e 100644
--- a/vim.spec
+++ b/vim.spec
@@ -98,8 +98,6 @@ Patch3003: vim-python3-tests.patch
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
Patch3005: vim-8.0-copy-paste.patch
-# downstream patch for now - reported upstream here https://github.com/vim/vim/pull/13040/
-Patch3006: vim-disable-xxd-color2-test.patch
# uses autoconf in spec file
@@ -413,7 +411,6 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch -P 3003 -p1 -b .python-tests
%patch -P 3004 -p1 -b .fips-warning
%patch -P 3005 -p1 -b .copypaste
-%patch -P 3006 -p1 -b .nocleartest
%build
cd src
From 6bd5a39c27ecbf068865d88c6917740b66d06a1e Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 7 Sep 2023 14:03:07 +0200
Subject: [PATCH 068/180] - patchlevel 1882
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5372e471..8f25f18c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -452,3 +452,4 @@
/vim-9.0-1712.tar.bz2
/vim-9.0-1822.tar.bz2
/vim-9.0-1872.tar.bz2
+/vim-9.0-1882.tar.bz2
diff --git a/sources b/sources
index 2b27080f..025c5c5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1872.tar.bz2) = 5b4c092303e4919f1733f3d12c5c238b306bf09c4b0d139cd7e3637e68b5eb51889ecad529648921a40d8ec9ab112bbb9958e1dd65be801749931cda4b0effc1
+SHA512 (vim-9.0-1882.tar.bz2) = a0d25b6a37145605fe8d5154d3d13d7eec256942f5d6be9a60ea1458cc12aace595452bc94172c0dc6f7e8bf7c028f5e789bd99008c870c819621c714c7554eb
diff --git a/vim.spec b/vim.spec
index fb55816e..e6cb225b 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1872
+%define patchlevel 1882
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Thu Sep 07 2023 Zdenek Dohnal - 2:9.0.1882-1
+- patchlevel 1882
+
* Wed Sep 06 2023 Zdenek Dohnal - 2:9.0.1872-2
- test_xxd_color2 is flaky
From ebd9aa2b250f8cc26541babc6263be26269de32b Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 22 Sep 2023 09:39:44 +0200
Subject: [PATCH 069/180] - patchlevel 1927
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8f25f18c..9088b96e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -453,3 +453,4 @@
/vim-9.0-1822.tar.bz2
/vim-9.0-1872.tar.bz2
/vim-9.0-1882.tar.bz2
+/vim-9.0-1927.tar.bz2
diff --git a/sources b/sources
index 025c5c5d..4a75df67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1882.tar.bz2) = a0d25b6a37145605fe8d5154d3d13d7eec256942f5d6be9a60ea1458cc12aace595452bc94172c0dc6f7e8bf7c028f5e789bd99008c870c819621c714c7554eb
+SHA512 (vim-9.0-1927.tar.bz2) = 53c66a75e84f78ddf0b0e260e8e5cb24153e0fa9f7f823265216f5179dbaec8d043a02e96eb40f497a035a1232dd58aa21b85c6afb592935227d2ff831869375
diff --git a/vim.spec b/vim.spec
index e6cb225b..a7d4cbd4 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1882
+%define patchlevel 1927
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Sep 22 2023 Zdenek Dohnal - 2:9.0.1927-1
+- patchlevel 1927
+
* Thu Sep 07 2023 Zdenek Dohnal - 2:9.0.1882-1
- patchlevel 1882
From f0205b896993fcd8afcadccc6928611095e2e889 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 2 Oct 2023 11:48:39 +0200
Subject: [PATCH 070/180] - patchlevel 1968
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9088b96e..e2d3942e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -454,3 +454,4 @@
/vim-9.0-1872.tar.bz2
/vim-9.0-1882.tar.bz2
/vim-9.0-1927.tar.bz2
+/vim-9.0-1968.tar.bz2
diff --git a/sources b/sources
index 4a75df67..d5d1af75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1927.tar.bz2) = 53c66a75e84f78ddf0b0e260e8e5cb24153e0fa9f7f823265216f5179dbaec8d043a02e96eb40f497a035a1232dd58aa21b85c6afb592935227d2ff831869375
+SHA512 (vim-9.0-1968.tar.bz2) = 7b716f3131c3b1b78383d1366df302035e5118acf2c6adbb41452293a308bc8f23ef23640fa9a60bcef2747361dd8f001be477dc050e6d89acac04a787c128e2
diff --git a/vim.spec b/vim.spec
index a7d4cbd4..356f03b8 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1927
+%define patchlevel 1968
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon Oct 02 2023 Zdenek Dohnal - 2:9.0.1968-1
+- patchlevel 1968
+
* Fri Sep 22 2023 Zdenek Dohnal - 2:9.0.1927-1
- patchlevel 1927
From 2c0204dad4ef947ee5e47fd00e9f67cfa3ef360c Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 5 Oct 2023 08:03:04 +0200
Subject: [PATCH 071/180] - patchlevel 1984
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index e2d3942e..c703a209 100644
--- a/.gitignore
+++ b/.gitignore
@@ -455,3 +455,4 @@
/vim-9.0-1882.tar.bz2
/vim-9.0-1927.tar.bz2
/vim-9.0-1968.tar.bz2
+/vim-9.0-1984.tar.bz2
diff --git a/sources b/sources
index d5d1af75..4c2b80d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1968.tar.bz2) = 7b716f3131c3b1b78383d1366df302035e5118acf2c6adbb41452293a308bc8f23ef23640fa9a60bcef2747361dd8f001be477dc050e6d89acac04a787c128e2
+SHA512 (vim-9.0-1984.tar.bz2) = 8e39dc05258aa44ce2f8386cc2f217fe77c4a009f9087582b9cd47c0ab19c8336bbfad1506da08c7706ceca76b59a23eb2a7c2cba93e43070ea3b6b8bde6f6c0
diff --git a/vim.spec b/vim.spec
index 356f03b8..c9d50592 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1968
+%define patchlevel 1984
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Thu Oct 05 2023 Zdenek Dohnal - 2:9.0.1984-1
+- patchlevel 1984
+
* Mon Oct 02 2023 Zdenek Dohnal - 2:9.0.1968-1
- patchlevel 1968
From 6f0c536c471d03f33b5a7323f48b8cf9d45ba033 Mon Sep 17 00:00:00 2001
From: Remi Collet
Date: Thu, 5 Oct 2023 10:01:54 +0200
Subject: [PATCH 072/180] rebuild for new libsodium
---
vim.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index c9d50592..8ff22643 100644
--- a/vim.spec
+++ b/vim.spec
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Thu Oct 05 2023 Remi Collet - 2:9.0.1984-2
+- rebuild for new libsodium
+
* Thu Oct 05 2023 Zdenek Dohnal - 2:9.0.1984-1
- patchlevel 1984
From 6f47745cb14e1b77ff95275d4bc13fd1e9ebaf06 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 18 Oct 2023 16:49:18 +0200
Subject: [PATCH 073/180] - patchlevel 2048
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index c703a209..9d881096 100644
--- a/.gitignore
+++ b/.gitignore
@@ -456,3 +456,4 @@
/vim-9.0-1927.tar.bz2
/vim-9.0-1968.tar.bz2
/vim-9.0-1984.tar.bz2
+/vim-9.0-2048.tar.bz2
diff --git a/sources b/sources
index 4c2b80d1..0ebac0a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1984.tar.bz2) = 8e39dc05258aa44ce2f8386cc2f217fe77c4a009f9087582b9cd47c0ab19c8336bbfad1506da08c7706ceca76b59a23eb2a7c2cba93e43070ea3b6b8bde6f6c0
+SHA512 (vim-9.0-2048.tar.bz2) = 7885c6890acc4cca3a4c8d196014e2ad15ba094b86afc1995b9879fc16c50685d30b49ca021ee87d8fb49d396ab84199a26021e86084450f00005d8a5d1c53f0
diff --git a/vim.spec b/vim.spec
index 8ff22643..7377904c 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 1984
+%define patchlevel 2048
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Wed Oct 18 2023 Zdenek Dohnal - 2:9.0.2048-1
+- patchlevel 2048
+
* Thu Oct 05 2023 Remi Collet - 2:9.0.1984-2
- rebuild for new libsodium
From 64dcac16598c11372383f58535336de41a2c64d7 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 1 Nov 2023 13:36:46 +0100
Subject: [PATCH 074/180] - patchlevel 2081
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9d881096..d2ba9113 100644
--- a/.gitignore
+++ b/.gitignore
@@ -457,3 +457,4 @@
/vim-9.0-1968.tar.bz2
/vim-9.0-1984.tar.bz2
/vim-9.0-2048.tar.bz2
+/vim-9.0-2081.tar.bz2
diff --git a/sources b/sources
index 0ebac0a8..658ba8a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-2048.tar.bz2) = 7885c6890acc4cca3a4c8d196014e2ad15ba094b86afc1995b9879fc16c50685d30b49ca021ee87d8fb49d396ab84199a26021e86084450f00005d8a5d1c53f0
+SHA512 (vim-9.0-2081.tar.bz2) = a78040aef587c353f4016b6a83f0f68ce224542247c692077bc7476d1d6bcd1a71c63e53a212dbf5216e37e19f69483829900c07a593e078f063b7f72a8f3a38
diff --git a/vim.spec b/vim.spec
index 7377904c..545586d0 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 2048
+%define patchlevel 2081
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Wed Nov 01 2023 Zdenek Dohnal - 2:9.0.2081-1
+- patchlevel 2081
+
* Wed Oct 18 2023 Zdenek Dohnal - 2:9.0.2048-1
- patchlevel 2048
From 7667b5b7defcda2567acba3f66cc002687bf005a Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 16 Nov 2023 11:36:54 +0100
Subject: [PATCH 075/180] - patchlevel 2105
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index d2ba9113..7c6834b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -458,3 +458,4 @@
/vim-9.0-1984.tar.bz2
/vim-9.0-2048.tar.bz2
/vim-9.0-2081.tar.bz2
+/vim-9.0-2105.tar.bz2
diff --git a/sources b/sources
index 658ba8a4..d9fdab4a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-2081.tar.bz2) = a78040aef587c353f4016b6a83f0f68ce224542247c692077bc7476d1d6bcd1a71c63e53a212dbf5216e37e19f69483829900c07a593e078f063b7f72a8f3a38
+SHA512 (vim-9.0-2105.tar.bz2) = 88b89a92fe3ade4d1157fb327064b06c46e29a6d2710fed081c98bcfda33317287cc8242840ab9d931b566a5b53a22b764efcd53c71c498d138a0417e96f3547
diff --git a/vim.spec b/vim.spec
index 545586d0..fec3174c 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 2081
+%define patchlevel 2105
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Thu Nov 16 2023 Zdenek Dohnal - 2:9.0.2105-1
+- patchlevel 2105
+
* Wed Nov 01 2023 Zdenek Dohnal - 2:9.0.2081-1
- patchlevel 2081
From 5f7b13674e7eff69d9e845dfea76c1e6a8bf1a86 Mon Sep 17 00:00:00 2001
From: Yaakov Selkowitz
Date: Thu, 16 Nov 2023 08:46:34 -0500
Subject: [PATCH 076/180] Enable perl in flatpak builds
perl is now available for use in flatpak apps, but no assumptions should
be made as to the location of a given Perl module.
---
vim.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/vim.spec b/vim.spec
index fec3174c..c065a0e3 100644
--- a/vim.spec
+++ b/vim.spec
@@ -29,11 +29,10 @@
%define withvimspell 0
%define withhunspell 0
%define withlua 1
+%define withperl 1
%if 0%{?flatpak}
-%define withperl 0
%define withruby 0
%else
-%define withperl 1
%define withruby 1
%endif
@@ -486,6 +485,7 @@ mv -f os_unix.h.save os_unix.h
%endif
%if "%{withperl}" == "1"
--enable-perlinterp=dynamic \
+ --with-xsubpp=$(which xsubpp) \
%else
--disable-perlinterp \
%endif
@@ -534,6 +534,7 @@ make clean
%endif
%if "%{withperl}" == "1"
--enable-perlinterp=dynamic \
+ --with-xsubpp=$(which xsubpp) \
%else
--disable-perlinterp \
%endif
From f2e1a4c7cbecd5219cda9c4815a4c9f340fd5c57 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 22 Nov 2023 12:23:55 +0100
Subject: [PATCH 077/180] - patchlevel 2120
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 7c6834b7..6c4f2dc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -459,3 +459,4 @@
/vim-9.0-2048.tar.bz2
/vim-9.0-2081.tar.bz2
/vim-9.0-2105.tar.bz2
+/vim-9.0-2120.tar.bz2
diff --git a/sources b/sources
index d9fdab4a..b6902ee7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-2105.tar.bz2) = 88b89a92fe3ade4d1157fb327064b06c46e29a6d2710fed081c98bcfda33317287cc8242840ab9d931b566a5b53a22b764efcd53c71c498d138a0417e96f3547
+SHA512 (vim-9.0-2120.tar.bz2) = d93d304461d9b6aeb112e26d5058f7564496a4fe040d78dcb88ee7a12d30cd2b93b4cbc832dffdb91f35189cca77912395d834ae6a4c27fdf5d29cd61e877dd6
diff --git a/vim.spec b/vim.spec
index c065a0e3..f9a13f1c 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 2105
+%define patchlevel 2120
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1034,6 +1034,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Wed Nov 22 2023 Zdenek Dohnal - 2:9.0.2120-1
+- patchlevel 2120
+
* Thu Nov 16 2023 Zdenek Dohnal - 2:9.0.2105-1
- patchlevel 2105
From 11d2dd0433776d80822b6641f2e4ec92c9abaaea Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 4 Dec 2023 09:47:59 +0100
Subject: [PATCH 078/180] Remove F37
---
vim-update.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index 4e69889e..22c86924 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
-branches=( "rawhide" "f39" "f38" "f37" )
-releases=( "fc40" "fc39" "fc38" "fc37" )
+branches=( "rawhide" "f39" "f38" )
+releases=( "fc40" "fc39" "fc38" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc40" "fc39" "\|fc38" "\|fc37" )
-bodhi_enabled=( "0" "1" "1" "1" )
+regexps=( "fc40" "fc39" "\|fc38" )
+bodhi_enabled=( "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From b81a3a67463f58aca4f1eb51512a3be48533e5fc Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 8 Dec 2023 09:14:55 +0100
Subject: [PATCH 079/180] - patchlevel 2153
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6c4f2dc6..769c8c78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -460,3 +460,4 @@
/vim-9.0-2081.tar.bz2
/vim-9.0-2105.tar.bz2
/vim-9.0-2120.tar.bz2
+/vim-9.0-2153.tar.bz2
diff --git a/sources b/sources
index b6902ee7..2137ac13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-2120.tar.bz2) = d93d304461d9b6aeb112e26d5058f7564496a4fe040d78dcb88ee7a12d30cd2b93b4cbc832dffdb91f35189cca77912395d834ae6a4c27fdf5d29cd61e877dd6
+SHA512 (vim-9.0-2153.tar.bz2) = b7403daf311414ddb9e1feb2e523870237076336e6986e38eafb0130745953ff0da5b985717a6d8ef1e18131abd0bb13983469cf484f595099059bb63c297ee6
diff --git a/vim.spec b/vim.spec
index f9a13f1c..31939c24 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 2120
+%define patchlevel 2153
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1034,6 +1034,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Dec 08 2023 Zdenek Dohnal - 2:9.0.2153-1
+- patchlevel 2153
+
* Wed Nov 22 2023 Zdenek Dohnal - 2:9.0.2120-1
- patchlevel 2120
From 5863537d72823092bb3a3caa393ebae0b3bc3e29 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 15 Dec 2023 09:18:51 +0100
Subject: [PATCH 080/180] - patchlevel 2167
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 769c8c78..05ae84ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -461,3 +461,4 @@
/vim-9.0-2105.tar.bz2
/vim-9.0-2120.tar.bz2
/vim-9.0-2153.tar.bz2
+/vim-9.0-2167.tar.bz2
diff --git a/sources b/sources
index 2137ac13..50074331 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-2153.tar.bz2) = b7403daf311414ddb9e1feb2e523870237076336e6986e38eafb0130745953ff0da5b985717a6d8ef1e18131abd0bb13983469cf484f595099059bb63c297ee6
+SHA512 (vim-9.0-2167.tar.bz2) = 4df67ed86288cc91ab87f0aa0753af670941ef97026c40c27f2953e46d65779d6ab511627a0432afdaa1eb57b7330d01c0581edff70e402a87e951cba4b154c3
diff --git a/vim.spec b/vim.spec
index 31939c24..7418090b 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 2153
+%define patchlevel 2167
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1034,6 +1034,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Dec 15 2023 Zdenek Dohnal - 2:9.0.2167-1
+- patchlevel 2167
+
* Fri Dec 08 2023 Zdenek Dohnal - 2:9.0.2153-1
- patchlevel 2153
From 174d14ee43a98761d16fef325c981a1a3d520bc0 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 2 Jan 2024 11:18:43 +0100
Subject: [PATCH 081/180] - patchlevel 2190
Added Hungarian translation
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 6 +++++-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 05ae84ba..9bbfb305 100644
--- a/.gitignore
+++ b/.gitignore
@@ -462,3 +462,4 @@
/vim-9.0-2120.tar.bz2
/vim-9.0-2153.tar.bz2
/vim-9.0-2167.tar.bz2
+/vim-9.0-2190.tar.bz2
diff --git a/sources b/sources
index 50074331..b5421ecd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-2167.tar.bz2) = 4df67ed86288cc91ab87f0aa0753af670941ef97026c40c27f2953e46d65779d6ab511627a0432afdaa1eb57b7330d01c0581edff70e402a87e951cba4b154c3
+SHA512 (vim-9.0-2190.tar.bz2) = df0bad7293886db14aa4af551d80d6ad97b3a365895106720fd75f2b2908b9497a6b182ee448f01adcb495538b93a8afb72b5564a8fd19edfbbf354dcdd0ae84
diff --git a/vim.spec b/vim.spec
index 7418090b..a2a75f34 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 2167
+%define patchlevel 2190
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -833,6 +833,7 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%lang(fi) %{_datadir}/%{name}/%{vimdir}/lang/fi
%lang(fr) %{_datadir}/%{name}/%{vimdir}/lang/fr
%lang(ga) %{_datadir}/%{name}/%{vimdir}/lang/ga
+%lang(hu) %{_datadir}/%{name}/%{vimdir}/lang/hu
%lang(it) %{_datadir}/%{name}/%{vimdir}/lang/it
%lang(ja) %{_datadir}/%{name}/%{vimdir}/lang/ja
%lang(ja.euc-jp) %{_datadir}/%{name}/%{vimdir}/lang/ja.euc-jp
@@ -1034,6 +1035,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Jan 02 2024 Zdenek Dohnal - 2:9.0.2190-1
+- patchlevel 2190
+
* Fri Dec 15 2023 Zdenek Dohnal - 2:9.0.2167-1
- patchlevel 2167
From 8b3099979b07ed51d00fbcf71c91c2083fa6dfe6 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 8 Jan 2024 11:07:34 +0100
Subject: [PATCH 082/180] - patchlevel 16
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9bbfb305..367876a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -463,3 +463,4 @@
/vim-9.0-2153.tar.bz2
/vim-9.0-2167.tar.bz2
/vim-9.0-2190.tar.bz2
+/vim-9.1-016.tar.bz2
diff --git a/sources b/sources
index b5421ecd..4270cb51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-2190.tar.bz2) = df0bad7293886db14aa4af551d80d6ad97b3a365895106720fd75f2b2908b9497a6b182ee448f01adcb495538b93a8afb72b5564a8fd19edfbbf354dcdd0ae84
+SHA512 (vim-9.1-016.tar.bz2) = 34e79c083fb88ff0a8773679cb23a035c19fb732bac0cd6fa9f23a11073301715ea6d5a6948a8ee3d0c612a8853537d00de45a1c11c39ccb3f536201cf889b13
diff --git a/vim.spec b/vim.spec
index a2a75f34..9c831015 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 2190
+%define patchlevel 016
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -42,8 +42,8 @@
# https://github.com/vim/vim/pull/3507
%define _fortify_level 1
-%define baseversion 9.0
-%define vimdir vim90
+%define baseversion 9.1
+%define vimdir vim91
Summary: The VIM editor
URL: http://www.vim.org/
@@ -1035,6 +1035,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon Jan 08 2024 Zdenek Dohnal - 2:9.1.016-1
+- patchlevel 016
+
* Tue Jan 02 2024 Zdenek Dohnal - 2:9.0.2190-1
- patchlevel 2190
From e07dd4f3909c197c759dde86593932da18958b32 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 16 Jan 2024 15:57:25 +0100
Subject: [PATCH 083/180] - patchlevel 31
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 367876a1..ea28e7ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -464,3 +464,4 @@
/vim-9.0-2167.tar.bz2
/vim-9.0-2190.tar.bz2
/vim-9.1-016.tar.bz2
+/vim-9.1-031.tar.bz2
diff --git a/sources b/sources
index 4270cb51..d511c96f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-016.tar.bz2) = 34e79c083fb88ff0a8773679cb23a035c19fb732bac0cd6fa9f23a11073301715ea6d5a6948a8ee3d0c612a8853537d00de45a1c11c39ccb3f536201cf889b13
+SHA512 (vim-9.1-031.tar.bz2) = 64b5524f11bed7c3095d764e0e1687a663e69b049d2231124056eaa1c2491f3aae267c9928ff0100c278d2fb769c934d5b12c91f2137ed8e1a92f742d88aeacd
diff --git a/vim.spec b/vim.spec
index 9c831015..235240eb 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 016
+%define patchlevel 031
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1035,6 +1035,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Jan 16 2024 Zdenek Dohnal - 2:9.1.031-1
+- patchlevel 031
+
* Mon Jan 08 2024 Zdenek Dohnal - 2:9.1.016-1
- patchlevel 016
From a7bbd42bc1b52d312953464b36c7576197b98bf4 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering
Date: Sat, 27 Jan 2024 07:45:20 +0000
Subject: [PATCH 084/180] Rebuilt for
https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
---
vim.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index 235240eb..bcf9bb57 100644
--- a/vim.spec
+++ b/vim.spec
@@ -49,7 +49,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1035,6 +1035,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Sat Jan 27 2024 Fedora Release Engineering - 2:9.1.031-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Tue Jan 16 2024 Zdenek Dohnal - 2:9.1.031-1
- patchlevel 031
From 3dbc59bdc83ee1335a5c70efaa82609b18b1d569 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 5 Feb 2024 11:28:06 +0100
Subject: [PATCH 085/180] - patchlevel 76
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index ea28e7ef..460e347b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -465,3 +465,4 @@
/vim-9.0-2190.tar.bz2
/vim-9.1-016.tar.bz2
/vim-9.1-031.tar.bz2
+/vim-9.1-076.tar.bz2
diff --git a/sources b/sources
index d511c96f..cecb87e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-031.tar.bz2) = 64b5524f11bed7c3095d764e0e1687a663e69b049d2231124056eaa1c2491f3aae267c9928ff0100c278d2fb769c934d5b12c91f2137ed8e1a92f742d88aeacd
+SHA512 (vim-9.1-076.tar.bz2) = 1a2f21592ea560796bd209dbc12b79cc6cccb9e26d8718cdcdec4e38f463b70245f8592a549621a0af5ff34447936fd3f8d7f86c984566d3163e348403f44309
diff --git a/vim.spec b/vim.spec
index bcf9bb57..e86ea9c4 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 031
+%define patchlevel 076
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -49,7 +49,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1035,6 +1035,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon Feb 05 2024 Zdenek Dohnal - 2:9.1.076-1
+- patchlevel 076
+
* Sat Jan 27 2024 Fedora Release Engineering - 2:9.1.031-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
From 227278cbe9d21efb09b25ed4d6a38bfb8aea46da Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 5 Feb 2024 14:23:55 +0100
Subject: [PATCH 086/180] enable building without GPM support - build with GPM
in Fedora
---
vim.spec | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index e86ea9c4..adf6a9c5 100644
--- a/vim.spec
+++ b/vim.spec
@@ -2,9 +2,11 @@
%if 0%{?fedora}
%bcond_without default_editor
+%bcond_without gpm
%bcond_without libsodium_crypt
%else
%bcond_with default_editor
+%bcond_with gpm
%bcond_with libsodium_crypt
%endif
@@ -49,7 +51,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -118,8 +120,10 @@ BuildRequires: gettext
# formats during compilation.
BuildRequires: glibc-gconv-extra
+%if %{with gpm}
# for mouse support in console
BuildRequires: gpm-devel
+%endif
# for setting ACL on created files
BuildRequires: libacl-devel
@@ -473,6 +477,11 @@ mv -f os_unix.h.save os_unix.h
--enable-fips-warning \
--with-compiledby="" --enable-cscope \
--with-modified-by="" \
+%if %{with gpm}
+ --enable-gpm \
+%else
+ --disable-gpm \
+%endif
%if "%{withnetbeans}" == "1"
--enable-netbeans \
%else
@@ -522,6 +531,11 @@ make clean
--with-tlib=ncurses \
--enable-fips-warning \
--with-compiledby="" \
+%if %{with gpm}
+ --enable-gpm \
+%else
+ --disable-gpm \
+%endif
%if "%{withnetbeans}" == "1"
--enable-netbeans \
%else
@@ -1035,6 +1049,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon Feb 05 2024 Zdenek Dohnal - 2:9.1.076-2
+- enable building without GPM support - build with GPM in Fedora
+
* Mon Feb 05 2024 Zdenek Dohnal - 2:9.1.076-1
- patchlevel 076
From 1d02e6e58277162d524fd36c88eb8f264081d26c Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 5 Feb 2024 15:46:32 +0100
Subject: [PATCH 087/180] 2262371 - gvim: symbol lookup error: gvim: undefined
symbol: g_once_init_enter_pointer
---
vim.spec | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/vim.spec b/vim.spec
index adf6a9c5..e62dc0ed 100644
--- a/vim.spec
+++ b/vim.spec
@@ -309,6 +309,14 @@ Provides: gvim
Provides: vim(plugins-supported)
Provides: %{_bindir}/mergetool
Provides: %{_bindir}/gvim
+
+%if 0%{?fedora} >= 40 || 0%{?rhel} > 9
+# glib2 in Fedora 40 introduced a new function, which is not used in GVim, but it is present
+# in compiled gvim binary as symbol when Vim is compiled with glib2-2.79.1
+# there does not seem to be a better solution than version based requires on glib2...
+# https://bugzilla.redhat.com/show_bug.cgi?id=2262371
+Requires: glib2 >= 2.79.1
+%endif
# GVIM graphics are based on GTK3
Requires: gtk3
# needed for icons (#226526)
@@ -1051,6 +1059,7 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
* Mon Feb 05 2024 Zdenek Dohnal - 2:9.1.076-2
- enable building without GPM support - build with GPM in Fedora
+- 2262371 - gvim: symbol lookup error: gvim: undefined symbol: g_once_init_enter_pointer
* Mon Feb 05 2024 Zdenek Dohnal - 2:9.1.076-1
- patchlevel 076
From ebe24336803ef4fb19746b9c7e12315125a4377c Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 9 Feb 2024 06:34:49 +0100
Subject: [PATCH 088/180] - patchlevel 83
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 460e347b..1d414fdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -466,3 +466,4 @@
/vim-9.1-016.tar.bz2
/vim-9.1-031.tar.bz2
/vim-9.1-076.tar.bz2
+/vim-9.1-083.tar.bz2
diff --git a/sources b/sources
index cecb87e4..29f03864 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-076.tar.bz2) = 1a2f21592ea560796bd209dbc12b79cc6cccb9e26d8718cdcdec4e38f463b70245f8592a549621a0af5ff34447936fd3f8d7f86c984566d3163e348403f44309
+SHA512 (vim-9.1-083.tar.bz2) = bf76375164fb930f91dc3bd91ca7d5cb1d051ae59697f8a3a5f2713530b8198c669c1763e76e6c240ba0b20ad935c7ad7deb60d1fdfcb60439c17b0e58d9ebd1
diff --git a/vim.spec b/vim.spec
index e62dc0ed..96d759ca 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 076
+%define patchlevel 083
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -51,7 +51,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Feb 09 2024 Zdenek Dohnal - 2:9.1.083-1
+- patchlevel 083
+
* Mon Feb 05 2024 Zdenek Dohnal - 2:9.1.076-2
- enable building without GPM support - build with GPM in Fedora
- 2262371 - gvim: symbol lookup error: gvim: undefined symbol: g_once_init_enter_pointer
From f1498c0c7ca2f24c0d5200961b0616d99147a33a Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 16 Feb 2024 07:41:45 +0100
Subject: [PATCH 089/180] F40 got branched, but not bodhi enabled yet
---
vim-update.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index 22c86924..db9662ae 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
-branches=( "rawhide" "f39" "f38" )
-releases=( "fc40" "fc39" "fc38" )
+branches=( "rawhide" "f40" "f39" "f38" )
+releases=( "fc41" "fc40" "fc39" "fc38" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc40" "fc39" "\|fc38" )
-bodhi_enabled=( "0" "1" "1" )
+regexps=( "fc41" "fc40" "fc39" "\|fc38" )
+bodhi_enabled=( "0" "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From cbd11ce35d815cad1db6bb386591837e82a801d7 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 16 Feb 2024 07:43:21 +0100
Subject: [PATCH 090/180] - patchlevel 113
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1d414fdb..bc2493ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -467,3 +467,4 @@
/vim-9.1-031.tar.bz2
/vim-9.1-076.tar.bz2
/vim-9.1-083.tar.bz2
+/vim-9.1-113.tar.bz2
diff --git a/sources b/sources
index 29f03864..9f5561b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-083.tar.bz2) = bf76375164fb930f91dc3bd91ca7d5cb1d051ae59697f8a3a5f2713530b8198c669c1763e76e6c240ba0b20ad935c7ad7deb60d1fdfcb60439c17b0e58d9ebd1
+SHA512 (vim-9.1-113.tar.bz2) = 9cb62b00f996dc3031c7badf913550fef8607196e9698fb17d03035291b4d031b9f4a7d971643e4c623abb2c5336d80b060acfd6a73bf3376da16db1c6740ea3
diff --git a/vim.spec b/vim.spec
index 96d759ca..b1820d49 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 083
+%define patchlevel 113
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Feb 16 2024 Zdenek Dohnal - 2:9.1.113-1
+- patchlevel 113
+
* Fri Feb 09 2024 Zdenek Dohnal - 2:9.1.083-1
- patchlevel 083
From baf6873d991ca312afdfca1c06d1135da4923844 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 19 Feb 2024 14:06:13 +0100
Subject: [PATCH 091/180] Add Apache-2.0 WITH Swift-exception into licenses
---
vim.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index b1820d49..f99b1fbf 100644
--- a/vim.spec
+++ b/vim.spec
@@ -61,7 +61,7 @@ Epoch: 2
# response here: https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/message/4UTW5GFDELGMG6K3NQ7NBU42LC2FJOB5/
# resolution: take it as OPUBL-1.0, the license won't be added to allowed license list, but if a project uses it for documentation
# and don't use license options mentioned in the OPUBL 1.0 license text (which both are the case for Vim), the license is allowed
-License: Vim AND LGPL-2.1-or-later AND MIT AND GPL-1.0-only AND (GPL-2.0-only OR Vim) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND OPUBL-1.0
+License: Vim AND LGPL-2.1-or-later AND MIT AND GPL-1.0-only AND (GPL-2.0-only OR Vim) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND OPUBL-1.0 AND Apache-2.0 WITH Swift-exception
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: virc
Source2: vimrc
From 7f016db19d31290c84a76f4b3cc47601f5df2674 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 1 Mar 2024 06:58:52 +0100
Subject: [PATCH 092/180] F40 enabled in bodhi
---
vim-update.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim-update.sh b/vim-update.sh
index db9662ae..7676659d 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -6,7 +6,7 @@ releases=( "fc41" "fc40" "fc39" "fc38" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
regexps=( "fc41" "fc40" "fc39" "\|fc38" )
-bodhi_enabled=( "0" "0" "1" "1" )
+bodhi_enabled=( "0" "1" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From 7e6e0d936e0304ce97506f670aafeb025902003f Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 8 Mar 2024 07:19:17 +0100
Subject: [PATCH 093/180] - patchlevel 158
---
.gitignore | 1 +
sources | 2 +-
vim-7.4-specsyntax.patch | 16 ++++++++--------
vim.spec | 7 +++++--
4 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index bc2493ba..33e9e125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -468,3 +468,4 @@
/vim-9.1-076.tar.bz2
/vim-9.1-083.tar.bz2
/vim-9.1-113.tar.bz2
+/vim-9.1-158.tar.bz2
diff --git a/sources b/sources
index 9f5561b1..31087b34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-113.tar.bz2) = 9cb62b00f996dc3031c7badf913550fef8607196e9698fb17d03035291b4d031b9f4a7d971643e4c623abb2c5336d80b060acfd6a73bf3376da16db1c6740ea3
+SHA512 (vim-9.1-158.tar.bz2) = c8c64f185fb2a9bd8448afbe6fa4cafa741dd2078b644fd1d5afed7a2ccd6a985b0d9aee7d495de8870ef06239170b39003da4c690054a6004224e432170d888
diff --git a/vim-7.4-specsyntax.patch b/vim-7.4-specsyntax.patch
index 5d794cc7..71720a46 100644
--- a/vim-7.4-specsyntax.patch
+++ b/vim-7.4-specsyntax.patch
@@ -1,7 +1,7 @@
-diff -up vim74/runtime/syntax/spec.vim.highlite vim74/runtime/syntax/spec.vim
---- vim74/runtime/syntax/spec.vim.highlite 2016-07-04 10:17:45.000000000 +0200
-+++ vim74/runtime/syntax/spec.vim 2016-08-04 15:20:26.116049343 +0200
-@@ -38,7 +38,7 @@ syn match specNoNumberHilite 'X11\|X11R6
+diff -up vim91/runtime/syntax/spec.vim.spec-syntax vim91/runtime/syntax/spec.vim
+--- vim91/runtime/syntax/spec.vim.spec-syntax 2024-03-08 07:18:14.000000000 +0100
++++ vim91/runtime/syntax/spec.vim 2024-03-08 07:37:57.157339625 +0100
+@@ -35,7 +35,7 @@ syn match specNoNumberHilite 'X11\|X11R6
syn match specManpageFile '[a-zA-Z]\.1'
"Day, Month and most used license acronyms
@@ -10,7 +10,7 @@ diff -up vim74/runtime/syntax/spec.vim.highlite vim74/runtime/syntax/spec.vim
syn keyword specWeekday contained Mon Tue Wed Thu Fri Sat Sun
syn keyword specMonth contained Jan Feb Mar Apr Jun Jul Aug Sep Oct Nov Dec
syn keyword specMonth contained January February March April May June July August September October November December
-@@ -61,9 +61,9 @@ syn cluster specListedFiles contains=spe
+@@ -58,9 +58,9 @@ syn cluster specListedFiles contains=spe
"specCommands
syn match specConfigure contained '\./configure'
@@ -22,12 +22,12 @@ diff -up vim74/runtime/syntax/spec.vim.highlite vim74/runtime/syntax/spec.vim
syn cluster specCommands contains=specCommand,specTarCommand,specConfigure,specCommandSpecial
"frequently used rpm env vars
-@@ -105,7 +105,7 @@ syn case ignore
+@@ -102,7 +102,7 @@ syn case ignore
"%% PreAmble Section %%
"Copyright and Serial were deprecated by License and Epoch
syn region specPreAmbleDeprecated oneline matchgroup=specError start='^\(Copyright\|Serial\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
--syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Recommends\|Suggests\|Supplements\|Enhances\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
-+syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Recommends\|Suggests\|Supplements\|Enhances\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExcludeOS\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
+-syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Recommends\|Suggests\|Supplements\|Enhances\|Icon\|URL\|SourceLicense\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
++syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Recommends\|Suggests\|Supplements\|Enhances\|Icon\|URL\|SourceLicense\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExcludeOS\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
"%% Description Section %%
syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment
diff --git a/vim.spec b/vim.spec
index f99b1fbf..4e134a6c 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 113
+%define patchlevel 158
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -403,7 +403,7 @@ sed -i -e 's,/usr/bin/python3,%{__python3},' %{PATCH3005}
# fix rogue dependencies from sample code
chmod -x runtime/tools/mve.awk
%patch -P 2000 -p1 -b .fixkeys
-%patch -P 2001 -p1
+%patch -P 2001 -p1 -b .spec-syntax
%if %{withhunspell}
%patch -P 2002 -p1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Mar 08 2024 Zdenek Dohnal - 2:9.1.158-1
+- patchlevel 158
+
* Fri Feb 16 2024 Zdenek Dohnal - 2:9.1.113-1
- patchlevel 113
From 51295901ea0cc58081d33077a20a547eb61bbe1f Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 15 Mar 2024 06:33:22 +0100
Subject: [PATCH 094/180] - patchlevel 181
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 33e9e125..af2bd620 100644
--- a/.gitignore
+++ b/.gitignore
@@ -469,3 +469,4 @@
/vim-9.1-083.tar.bz2
/vim-9.1-113.tar.bz2
/vim-9.1-158.tar.bz2
+/vim-9.1-181.tar.bz2
diff --git a/sources b/sources
index 31087b34..f13fc4de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-158.tar.bz2) = c8c64f185fb2a9bd8448afbe6fa4cafa741dd2078b644fd1d5afed7a2ccd6a985b0d9aee7d495de8870ef06239170b39003da4c690054a6004224e432170d888
+SHA512 (vim-9.1-181.tar.bz2) = b6731db5fc78a45c397f2c7022f49f911680aaf768979940411f0e8ee892371148f17febc61512aafbf5aad65f31ebf99e016aca82df194980736e6cabfa1889
diff --git a/vim.spec b/vim.spec
index 4e134a6c..55b92768 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 158
+%define patchlevel 181
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Mar 15 2024 Zdenek Dohnal - 2:9.1.181-1
+- patchlevel 181
+
* Fri Mar 08 2024 Zdenek Dohnal - 2:9.1.158-1
- patchlevel 158
From 79458eed291016cff09375bd790ce3d8d147d701 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Tue, 2 Apr 2024 13:56:48 +0200
Subject: [PATCH 095/180] - patchlevel 252
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index af2bd620..c536996f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -470,3 +470,4 @@
/vim-9.1-113.tar.bz2
/vim-9.1-158.tar.bz2
/vim-9.1-181.tar.bz2
+/vim-9.1-252.tar.bz2
diff --git a/sources b/sources
index f13fc4de..b419831a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-181.tar.bz2) = b6731db5fc78a45c397f2c7022f49f911680aaf768979940411f0e8ee892371148f17febc61512aafbf5aad65f31ebf99e016aca82df194980736e6cabfa1889
+SHA512 (vim-9.1-252.tar.bz2) = a27248ee1c3f2e6e166d7ba961f1aae0826423fe793196ad4ae67f9b82cbfe9ca5f3bb3b13dd93e473720ad3d060f6187081602f5ad4f547141671813e8c458d
diff --git a/vim.spec b/vim.spec
index 55b92768..d5cf6494 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 181
+%define patchlevel 252
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Tue Apr 02 2024 Zdenek Dohnal - 2:9.1.252-1
+- patchlevel 252
+
* Fri Mar 15 2024 Zdenek Dohnal - 2:9.1.181-1
- patchlevel 181
From 1d1b573e72b2ccd58ec0ecbe5f99c7ff1ebfd36e Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 5 Apr 2024 07:52:35 +0200
Subject: [PATCH 096/180] - patchlevel 264
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index c536996f..ac470366 100644
--- a/.gitignore
+++ b/.gitignore
@@ -471,3 +471,4 @@
/vim-9.1-158.tar.bz2
/vim-9.1-181.tar.bz2
/vim-9.1-252.tar.bz2
+/vim-9.1-264.tar.bz2
diff --git a/sources b/sources
index b419831a..9d44fd0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-252.tar.bz2) = a27248ee1c3f2e6e166d7ba961f1aae0826423fe793196ad4ae67f9b82cbfe9ca5f3bb3b13dd93e473720ad3d060f6187081602f5ad4f547141671813e8c458d
+SHA512 (vim-9.1-264.tar.bz2) = e9d6e492b79b015c355771ab6beb9da7818ee3fff31f1a2c2078360caeb7205069e5978c1d03958eed13012a9b223e2e2925e7598f2f0e4877499dcb6041af2c
diff --git a/vim.spec b/vim.spec
index d5cf6494..73fecbca 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 252
+%define patchlevel 264
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Apr 05 2024 Zdenek Dohnal - 2:9.1.264-1
+- patchlevel 264
+
* Tue Apr 02 2024 Zdenek Dohnal - 2:9.1.252-1
- patchlevel 252
From 305932eca006eef0714a16101d8ef8d9992d0891 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 12 Apr 2024 09:49:23 +0200
Subject: [PATCH 097/180] - patchlevel 309
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index ac470366..75af8613 100644
--- a/.gitignore
+++ b/.gitignore
@@ -472,3 +472,4 @@
/vim-9.1-181.tar.bz2
/vim-9.1-252.tar.bz2
/vim-9.1-264.tar.bz2
+/vim-9.1-309.tar.bz2
diff --git a/sources b/sources
index 9d44fd0e..78321d80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-264.tar.bz2) = e9d6e492b79b015c355771ab6beb9da7818ee3fff31f1a2c2078360caeb7205069e5978c1d03958eed13012a9b223e2e2925e7598f2f0e4877499dcb6041af2c
+SHA512 (vim-9.1-309.tar.bz2) = eb4e9e771eb8ad923339ea6458af384467e9ccf414825bad89eb11529b747f6c43ad4f5295372cd0864fb2e551df6987fa3897d41959af3f3cbb71eb67d30079
diff --git a/vim.spec b/vim.spec
index 73fecbca..3f0c732e 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 264
+%define patchlevel 309
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Apr 12 2024 Zdenek Dohnal - 2:9.1.309-1
+- patchlevel 309
+
* Fri Apr 05 2024 Zdenek Dohnal - 2:9.1.264-1
- patchlevel 264
From 0f86079996ad757d11d53b7c0f2b5f8121f11738 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 15 Apr 2024 15:11:05 +0200
Subject: [PATCH 098/180] Update gating.yaml
---
gating.yaml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gating.yaml b/gating.yaml
index daad873f..3c35f7d3 100644
--- a/gating.yaml
+++ b/gating.yaml
@@ -21,8 +21,5 @@ product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
- - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}
From 93d0d9afe8fc5a6720ced232c9ea155183232565 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 19 Apr 2024 11:22:10 +0200
Subject: [PATCH 099/180] - patchlevel 354
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 75af8613..bde5e9b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -473,3 +473,4 @@
/vim-9.1-252.tar.bz2
/vim-9.1-264.tar.bz2
/vim-9.1-309.tar.bz2
+/vim-9.1-354.tar.bz2
diff --git a/sources b/sources
index 78321d80..8a71371a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-309.tar.bz2) = eb4e9e771eb8ad923339ea6458af384467e9ccf414825bad89eb11529b747f6c43ad4f5295372cd0864fb2e551df6987fa3897d41959af3f3cbb71eb67d30079
+SHA512 (vim-9.1-354.tar.bz2) = 6cf3b94915716816b070cc8efe357dc9148498709928f1c45d7fb81217ca675d3f8cd9dcbd30e8488c9b48c6f8c02690bdb30682af0a2d8be73618abb1ad54d3
diff --git a/vim.spec b/vim.spec
index 3f0c732e..52ae9292 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 309
+%define patchlevel 354
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Apr 19 2024 Zdenek Dohnal - 2:9.1.354-1
+- patchlevel 354
+
* Fri Apr 12 2024 Zdenek Dohnal - 2:9.1.309-1
- patchlevel 309
From d2cd318e43fd55aa58e72ac3281a45df42c3615b Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 6 May 2024 12:59:30 +0200
Subject: [PATCH 100/180] - patchlevel 393
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index bde5e9b3..e85d6609 100644
--- a/.gitignore
+++ b/.gitignore
@@ -474,3 +474,4 @@
/vim-9.1-264.tar.bz2
/vim-9.1-309.tar.bz2
/vim-9.1-354.tar.bz2
+/vim-9.1-393.tar.bz2
diff --git a/sources b/sources
index 8a71371a..27ea3e6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-354.tar.bz2) = 6cf3b94915716816b070cc8efe357dc9148498709928f1c45d7fb81217ca675d3f8cd9dcbd30e8488c9b48c6f8c02690bdb30682af0a2d8be73618abb1ad54d3
+SHA512 (vim-9.1-393.tar.bz2) = 9c70bb8f2b07b3ccb489653556b928f3eefeea1cd2be51eb0c5438f3e7382700d395462f649402fd8e38f37175dbf47f1b926d8e26adae70cb84487c4e572a97
diff --git a/vim.spec b/vim.spec
index 52ae9292..c5783afb 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 354
+%define patchlevel 393
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon May 06 2024 Zdenek Dohnal - 2:9.1.393-1
+- patchlevel 393
+
* Fri Apr 19 2024 Zdenek Dohnal - 2:9.1.354-1
- patchlevel 354
From d46b35c84dfc4c7bf4552ef69504bd773279172e Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Wed, 15 May 2024 09:46:29 +0200
Subject: [PATCH 101/180] vim-update.sh: Disable soon-to-be-EOL F38
---
vim-update.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vim-update.sh b/vim-update.sh
index 7676659d..d6e328db 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
-branches=( "rawhide" "f40" "f39" "f38" )
-releases=( "fc41" "fc40" "fc39" "fc38" )
+branches=( "rawhide" "f40" "f39" )
+releases=( "fc41" "fc40" "fc39" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
-regexps=( "fc41" "fc40" "fc39" "\|fc38" )
-bodhi_enabled=( "0" "1" "1" "1" )
+regexps=( "fc41" "fc40" "\|fc39" )
+bodhi_enabled=( "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28
From e7742698d18ad55ed3f5e4042c41bb48eddd69ac Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Thu, 23 May 2024 15:43:11 +0200
Subject: [PATCH 102/180] plans: fix url
---
plans/tier1-internal.fmf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf
index ebe4da6a..1e8030df 100644
--- a/plans/tier1-internal.fmf
+++ b/plans/tier1-internal.fmf
@@ -3,7 +3,7 @@ discover:
- name: rhel
how: fmf
filter: 'tier: 1'
- url: git://pkgs.devel.redhat.com/tests/vim
+ url: https://pkgs.devel.redhat.com/git/tests/vim
execute:
how: tmt
adjust:
From b1105c832652a45c18cc6bcc1292fb7d51d98124 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 31 May 2024 06:14:09 +0200
Subject: [PATCH 103/180] - patchlevel 452
---
.gitignore | 1 +
sources | 2 +-
vim-7.4-globalsyntax.patch | 13 ++++++-------
vim.spec | 11 +++++++----
4 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/.gitignore b/.gitignore
index e85d6609..0d1c0300 100644
--- a/.gitignore
+++ b/.gitignore
@@ -475,3 +475,4 @@
/vim-9.1-309.tar.bz2
/vim-9.1-354.tar.bz2
/vim-9.1-393.tar.bz2
+/vim-9.1-452.tar.bz2
diff --git a/sources b/sources
index 27ea3e6c..9fc5518b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-393.tar.bz2) = 9c70bb8f2b07b3ccb489653556b928f3eefeea1cd2be51eb0c5438f3e7382700d395462f649402fd8e38f37175dbf47f1b926d8e26adae70cb84487c4e572a97
+SHA512 (vim-9.1-452.tar.bz2) = 72568fb9f60f7b8b94dd2c00e91c6a9b6b03a8846032e831cdb0bb23ef736c27c72f5dd617734b3ad6c4af19cd9b8b49fd89cad7ee36fcb84dbdfcec63e7188d
diff --git a/vim-7.4-globalsyntax.patch b/vim-7.4-globalsyntax.patch
index 4503f2d0..81efb8c1 100644
--- a/vim-7.4-globalsyntax.patch
+++ b/vim-7.4-globalsyntax.patch
@@ -1,13 +1,12 @@
-diff --git a/runtime/syntax/spec.vim b/runtime/syntax/spec.vim
-index 1a5a108..b709d20 100644
---- a/runtime/syntax/spec.vim
-+++ b/runtime/syntax/spec.vim
-@@ -111,7 +111,7 @@ syn region specDescriptionArea matchgroup=specSection start='^%description' end=
+diff -up vim91/runtime/syntax/spec.vim.globalsyntax vim91/runtime/syntax/spec.vim
+--- vim91/runtime/syntax/spec.vim.globalsyntax 2024-05-31 07:07:51.928490680 +0200
++++ vim91/runtime/syntax/spec.vim 2024-05-31 07:08:26.049624156 +0200
+@@ -111,7 +111,7 @@ syn region specDescriptionArea matchgrou
syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment
"%% Scripts Section %%
--syn region specScriptArea matchgroup=specSection start='^%\(prep\|build\|install\|clean\|check\|pre\|postun\|preun\|post\|posttrans\)\>' skip='^%{\|^%\(define\|patch\d*\|configure\|GNUconfigure\|setup\|autosetup\|autopatch\|find_lang\|make_build\|makeinstall\|make_install\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
-+syn region specScriptArea matchgroup=specSection start='^%\(prep\|build\|install\|clean\|check\|pre\|postun\|preun\|post\|posttrans\)\>' skip='^%{\|^%\(define\|global\|patch\d*\|configure\|GNUconfigure\|setup\|autosetup\|autopatch\|find_lang\|make_build\|makeinstall\|make_install\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
+-syn region specScriptArea matchgroup=specSection start='^%\(prep\|generate_buildrequires\|conf\|build\|install\|clean\|check\|pre\|postun\|preun\|post\|posttrans\)\>' skip='^%{\|^%\(define\|patch\d*\|configure\|GNUconfigure\|setup\|autosetup\|autopatch\|find_lang\|make_build\|makeinstall\|make_install\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
++syn region specScriptArea matchgroup=specSection start='^%\(prep\|generate_buildrequires\|conf\|build\|install\|clean\|check\|pre\|postun\|preun\|post\|posttrans\)\>' skip='^%{\|^%\(define\|global\|patch\d*\|configure\|GNUconfigure\|setup\|autosetup\|autopatch\|find_lang\|make_build\|makeinstall\|make_install\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
"%% Changelog Section %%
syn region specChangelogArea matchgroup=specSection start='^%changelog' end='^%'me=e-1 contains=specEmail,specURL,specWeekday,specMonth,specNumber,specComment,specLicense
diff --git a/vim.spec b/vim.spec
index c5783afb..2af586a2 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 393
+%define patchlevel 452
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -416,9 +416,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%{__tar} xjf %{SOURCE100}
%endif
-%patch -P 3000 -p1
-%patch -P 3001 -p1
-%patch -P 3002 -p1
+%patch -P 3000 -p1 -b .mantypo
+%patch -P 3001 -p1 -b .manpagefixes
+%patch -P 3002 -p1 -b .globalsyntax
%patch -P 3003 -p1 -b .python-tests
%patch -P 3004 -p1 -b .fips-warning
%patch -P 3005 -p1 -b .copypaste
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri May 31 2024 Zdenek Dohnal - 2:9.1.452-1
+- patchlevel 452
+
* Mon May 06 2024 Zdenek Dohnal - 2:9.1.393-1
- patchlevel 393
From 3583633bff0da9663483e57cdf79a0404593a8f5 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Mon, 8 Jul 2024 10:29:12 +0200
Subject: [PATCH 104/180] - patchlevel 544
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0d1c0300..a4af1b3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -476,3 +476,4 @@
/vim-9.1-354.tar.bz2
/vim-9.1-393.tar.bz2
/vim-9.1-452.tar.bz2
+/vim-9.1-544.tar.bz2
diff --git a/sources b/sources
index 9fc5518b..cf9b995b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-452.tar.bz2) = 72568fb9f60f7b8b94dd2c00e91c6a9b6b03a8846032e831cdb0bb23ef736c27c72f5dd617734b3ad6c4af19cd9b8b49fd89cad7ee36fcb84dbdfcec63e7188d
+SHA512 (vim-9.1-544.tar.bz2) = 65a2a9fda4152fea8d61974544522e2568767db6f0e631d8c7e479a470a389c290a6a6518de18546c7d7c38e69270e681b528cf4cdabd24b38f79d0625c4358e
diff --git a/vim.spec b/vim.spec
index 2af586a2..3287ba42 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 452
+%define patchlevel 544
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Mon Jul 08 2024 Zdenek Dohnal - 2:9.1.544-1
+- patchlevel 544
+
* Fri May 31 2024 Zdenek Dohnal - 2:9.1.452-1
- patchlevel 452
From bd864ede9b08693c8cc3f2443c98e08edf1f11a8 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 12 Jul 2024 10:35:12 +0200
Subject: [PATCH 105/180] fix upstream-scripttests in CI - new test needs our
downstream 'set mouse=a' to pass
---
vim-8.0-copy-paste.patch | 32 ++++++++++++++++++++++----------
vim.spec | 5 ++++-
2 files changed, 26 insertions(+), 11 deletions(-)
diff --git a/vim-8.0-copy-paste.patch b/vim-8.0-copy-paste.patch
index bd5bbd44..a1487d12 100644
--- a/vim-8.0-copy-paste.patch
+++ b/vim-8.0-copy-paste.patch
@@ -1,8 +1,8 @@
diff --git a/runtime/defaults.vim b/runtime/defaults.vim
-index f1d5cd1..b08de8e 100644
+index ff8ce8e..2ed8542 100644
--- a/runtime/defaults.vim
+++ b/runtime/defaults.vim
-@@ -74,18 +74,6 @@ sunmap Q
+@@ -75,18 +75,6 @@ sunmap Q
" Revert with ":iunmap ".
inoremap u
@@ -22,7 +22,7 @@ index f1d5cd1..b08de8e 100644
if 1
diff --git a/src/testdir/test_balloon.vim b/src/testdir/test_balloon.vim
-index ed0c6c1..90c8c40 100644
+index 80d5831..713f580 100644
--- a/src/testdir/test_balloon.vim
+++ b/src/testdir/test_balloon.vim
@@ -9,6 +9,7 @@ source screendump.vim
@@ -33,11 +33,23 @@ index ed0c6c1..90c8c40 100644
call setline(1, ["one one one", "two tXo two", "three three three"])
set balloonevalterm balloonexpr=MyBalloonExpr()..s:trailing balloondelay=100
let s:trailing = '<' " check that script context is set
+diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim
+index d930133..0c74032 100644
+--- a/src/testdir/test_popup.vim
++++ b/src/testdir/test_popup.vim
+@@ -945,6 +945,7 @@ func Test_mouse_popup_position()
+ let script =<< trim END
+ set mousemodel=popup_setpos
+ source $VIMRUNTIME/menu.vim
++ set mouse=a
+ call setline(1, join(range(20)))
+ func Trigger(col)
+ call test_setmouse(1, a:col)
diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim
-index b91689e..c6b70d1 100644
+index 64aa654..1a1261c 100644
--- a/src/testdir/test_popupwin.vim
+++ b/src/testdir/test_popupwin.vim
-@@ -553,6 +553,7 @@ func Test_popup_drag()
+@@ -558,6 +558,7 @@ func Test_popup_drag()
" create a popup that covers the command line
let lines =<< trim END
call setline(1, range(1, 20))
@@ -45,7 +57,7 @@ index b91689e..c6b70d1 100644
split
vsplit
$wincmd w
-@@ -621,6 +622,7 @@ func Test_popup_drag_minwidth()
+@@ -625,6 +626,7 @@ func Test_popup_drag_minwidth()
" create a popup that does not fit
let lines =<< trim END
@@ -53,7 +65,7 @@ index b91689e..c6b70d1 100644
call range(40)
\ ->map({_,i -> string(i)})
\ ->popup_create({
-@@ -669,6 +671,7 @@ func Test_popup_drag_termwin()
+@@ -672,6 +674,7 @@ func Test_popup_drag_termwin()
let lines =<< trim END
set foldmethod=marker
call setline(1, range(100))
@@ -61,7 +73,7 @@ index b91689e..c6b70d1 100644
for nr in range(7)
call setline(nr * 12 + 1, "fold {{{")
call setline(nr * 12 + 11, "end }}}")
-@@ -722,6 +725,7 @@ func Test_popup_close_with_mouse()
+@@ -724,6 +727,7 @@ func Test_popup_close_with_mouse()
let lines =<< trim END
call setline(1, range(1, 20))
@@ -69,7 +81,7 @@ index b91689e..c6b70d1 100644
" With border, can click on X
let winid = popup_create('foobar', #{
\ close: 'button',
-@@ -1557,6 +1561,7 @@ func Test_popup_beval()
+@@ -1559,6 +1563,7 @@ func Test_popup_beval()
let lines =<< trim END
call setline(1, range(1, 20))
call setline(5, 'here is some text to hover over')
@@ -77,7 +89,7 @@ index b91689e..c6b70d1 100644
set balloonevalterm
set balloonexpr=BalloonExpr()
set balloondelay=100
-@@ -2262,6 +2267,7 @@ func Test_popup_scrollbar()
+@@ -2255,6 +2260,7 @@ func Test_popup_scrollbar()
let lines =<< trim END
call setline(1, range(1, 20))
diff --git a/vim.spec b/vim.spec
index 3287ba42..cf491b02 100644
--- a/vim.spec
+++ b/vim.spec
@@ -51,7 +51,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Jul 12 2024 Zdenek Dohnal - 2:9.1.544-2
+- fix upstream-scripttests in CI - new test needs our downstream 'set mouse=a' to pass
+
* Mon Jul 08 2024 Zdenek Dohnal - 2:9.1.544-1
- patchlevel 544
From 4dfca63620f25627962c7ad7ad91874d9aa1a364 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Fri, 12 Jul 2024 10:36:38 +0200
Subject: [PATCH 106/180] - patchlevel 571
---
.gitignore | 1 +
sources | 2 +-
vim.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index a4af1b3c..836665fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -477,3 +477,4 @@
/vim-9.1-393.tar.bz2
/vim-9.1-452.tar.bz2
/vim-9.1-544.tar.bz2
+/vim-9.1-571.tar.bz2
diff --git a/sources b/sources
index cf9b995b..83dfb061 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.1-544.tar.bz2) = 65a2a9fda4152fea8d61974544522e2568767db6f0e631d8c7e479a470a389c290a6a6518de18546c7d7c38e69270e681b528cf4cdabd24b38f79d0625c4358e
+SHA512 (vim-9.1-571.tar.bz2) = c2664b05760ae65f697b3db1b747b8d3a61756b108c8402332aba143e4e067cbe2e7db72e3285e8d4b61176d86a302210e1967e92852df0ed7475f32804bd879
diff --git a/vim.spec b/vim.spec
index cf491b02..bccfd0c1 100644
--- a/vim.spec
+++ b/vim.spec
@@ -10,7 +10,7 @@
%bcond_with libsodium_crypt
%endif
-%define patchlevel 544
+%define patchlevel 571
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@@ -51,7 +51,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Fri Jul 12 2024 Zdenek Dohnal - 2:9.1.571-1
+- patchlevel 571
+
* Fri Jul 12 2024 Zdenek Dohnal - 2:9.1.544-2
- fix upstream-scripttests in CI - new test needs our downstream 'set mouse=a' to pass
From 6cc814d79799684fdbc9c8e853bf25b8f7c0679e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering
Date: Sat, 20 Jul 2024 08:46:13 +0000
Subject: [PATCH 107/180] Rebuilt for
https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
---
vim.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vim.spec b/vim.spec
index bccfd0c1..0d63efd5 100644
--- a/vim.spec
+++ b/vim.spec
@@ -51,7 +51,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog
+* Sat Jul 20 2024 Fedora Release Engineering - 2:9.1.571-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
* Fri Jul 12 2024 Zdenek Dohnal