1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add packaging changes in release notes

This commit is contained in:
Sébastien Helleu
2023-03-25 21:32:23 +01:00
parent fcbfa13bf3
commit cd119b9ee5
+13 -2
View File
@@ -182,12 +182,23 @@ If needed, you can reset the option to the new default value after upgrade:
The option `weechat.look.paste_auto_add_newline` has been removed.
[[v4.0.0_remove_autotools]]
=== Remove build with autotools
[[v4.0.0_build_packaging]]
=== Build and packaging
The autotools support for build of WeeChat has been removed. +
WeeChat must now be built with CMake.
The command `make dist` now builds only `.gz` and `.xz` compressed tarballs. +
Formats `.bz2` and `.zst` are not built any more.
The file `weechat.spec` used for RPM packaging has been removed. +
openSUSE has its own here:
https://build.opensuse.org/package/view_file/server:irc/weechat/weechat.spec?expand=1
The configuration for cpack has been removed. +
It was used to build binary package of WeeChat, which has never been released
in this format.
[[v4.0.0_bar_new]]
=== Function bar_new