LINUX.ORG.RU

История изменений

Исправление Pulfer, (текущая версия) :

Подсунь макросами самбе пропатченный gnutls. Так, чтобы остальным, естественно, непропатченный. Без замораживания версии gnutls во времени.

Я с mc так делаю: https://abf.rosalinux.ru/import/mc

# Highlight hidden files and dirs with black and
# whitespaces (in mcedit) with bright red like it was in mc 4.6.3 aka Russian fork
# Don't highlight syntax for .yml files
Patch0:		mc-4.8.20-old-style-defaults.patch
%if %{with mc46_style}
%patch0 -p1 -b .mc46-style~
%else
%patch1 -p1 -b .tabs~
%endif```

Исходная версия Pulfer, :

Подсунь макросами самбе пропатченный gnutls. Так, чтобы остальным, естественно, непропатченный. Без замораживания версии gnutls во времени.

Я с mc так делаю: https://abf.rosalinux.ru/import/mc

%bcond_with mc46_style

Highlight hidden files and dirs with black and

whitespaces (in mcedit) with bright red like it was in mc 4.6.3 aka Russian fork

Don’t highlight syntax for .yml files

Patch0: mc-4.8.20-old-style-defaults.patch %if %{with mc46_style} %patch0 -p1 -b .mc46-style~ %else %patch1 -p1 -b .tabs~ %endif