patchlevel 1888
This commit is contained in:
parent
08a3894a14
commit
2db5aa05ca
3 changed files with 11 additions and 9 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vim-9.1-1863.tar.bz2) = 60a49add050158c7ab14b0af4b699188d067c6ec5665aa081bd0dd04dae90b8eb1b15e022ef252bb5bda0f4c5edd83d6db2214ef1e1bde1b855f934174a21ef7
|
||||
SHA512 (vim-9.1-1888.tar.bz2) = a3cad492f9418f71eafbdfb1ccf3607ccacc595d5eabde443ff2fa11f8d32c4d45b60f3c68ae030b115544e74395dcc8738cca6a0de59b1e0e45153a69fc99d4
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
diff -up vim91/src/config.h.in.fips-warning vim91/src/config.h.in
|
||||
--- vim91/src/config.h.in.fips-warning 2025-10-17 09:03:56.910426660 +0200
|
||||
+++ vim91/src/config.h.in 2025-10-17 09:05:42.301128292 +0200
|
||||
@@ -526,6 +526,15 @@
|
||||
--- vim91/src/config.h.in.fips-warning 2025-10-31 08:12:59.598267544 +0100
|
||||
+++ vim91/src/config.h.in 2025-10-31 08:14:45.661859595 +0100
|
||||
@@ -526,5 +526,14 @@
|
||||
/* Define if _SC_SIGSTKSZ is available via sysconf() */
|
||||
#undef HAVE_SYSCONF_SIGSTKSZ
|
||||
|
||||
|
|
@ -16,10 +16,9 @@ diff -up vim91/src/config.h.in.fips-warning vim91/src/config.h.in
|
|||
+
|
||||
/* Define if you want to load libgpm dynamically */
|
||||
#undef DYNAMIC_GPM
|
||||
|
||||
diff -up vim91/src/configure.ac.fips-warning vim91/src/configure.ac
|
||||
--- vim91/src/configure.ac.fips-warning 2025-10-17 09:03:56.891369117 +0200
|
||||
+++ vim91/src/configure.ac 2025-10-17 09:03:56.917397669 +0200
|
||||
--- vim91/src/configure.ac.fips-warning 2025-10-31 08:12:59.596711911 +0100
|
||||
+++ vim91/src/configure.ac 2025-10-31 08:12:59.598566242 +0100
|
||||
@@ -631,6 +631,38 @@ else
|
||||
AC_SUBST(XDIFF_OBJS_USED)
|
||||
fi
|
||||
|
|
@ -61,7 +60,7 @@ diff -up vim91/src/configure.ac.fips-warning vim91/src/configure.ac
|
|||
AC_ARG_ENABLE(luainterp,
|
||||
diff -up vim91/src/crypt.c.fips-warning vim91/src/crypt.c
|
||||
--- vim91/src/crypt.c.fips-warning 2025-10-10 07:16:11.000000000 +0200
|
||||
+++ vim91/src/crypt.c 2025-10-17 09:03:56.920982655 +0200
|
||||
+++ vim91/src/crypt.c 2025-10-31 08:12:59.598872032 +0100
|
||||
@@ -806,6 +806,21 @@ crypt_check_method(int method)
|
||||
msg_scroll = TRUE;
|
||||
msg(_("Warning: Using a weak encryption method; see :help 'cm'"));
|
||||
|
|
|
|||
5
vim.spec
5
vim.spec
|
|
@ -12,7 +12,7 @@
|
|||
%endif
|
||||
|
||||
|
||||
%define patchlevel 1863
|
||||
%define patchlevel 1888
|
||||
%define withnetbeans 1
|
||||
|
||||
%define withhunspell 0
|
||||
|
|
@ -988,6 +988,9 @@ mkdir -p %{buildroot}/%{_datadir}/fish/vendor_functions.d/
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 31 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1888-1
|
||||
- patchlevel 1888
|
||||
|
||||
* Fri Oct 17 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1863-1
|
||||
- patchlevel 1863
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue