3 | | Note that we will also have to rebuild at least `curl` and `expat` packages since they already got wrong version numbers (just $current). There is a potential problem with the CURL DLL because Yuri also missed the `-version-info` logic when manually hacking the CURL makefiles back then so his DLL was named `curl7.dll`. This is wrong. The correct name is `curl4.dll`. All packages using it will have to be rebuilt. The list is quite big, a quick search across all .spec files gives: `clamav`, `git`, `liboauth`, `openssh`, `rpm`, `rpm48`. I will ask Yuri to assist me here. |
| 3 | Note that we will also have to rebuild at least `curl` and `expat` packages since they already got wrong version numbers (just use `$current`). There is a potential problem with the CURL DLL because Yuri also missed the `-version-info` logic when manually hacking the CURL makefiles back then so his DLL was named `curl7.dll`. This is wrong. The correct name is `curl4.dll`. All packages using it will have to be rebuilt. The list is quite big, a quick search across all .spec files gives: `clamav`, `git`, `liboauth`, `openssh`, `rpm`, `rpm48`. I will ask Yuri to assist me here. |