[Rpm-maint] [rpm-software-management/rpm] Reimplement distcheck in cmake (Issue #2241)

2022-10-21 Thread Panu Matilainen
Perhaps the most tragic loss from swapping autotools to cmake is the distcheck target, which did an excellent job of ensuring the created tarball is buildable and the result actually functional, for full list see https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.ht

[Rpm-maint] [rpm-software-management/rpm] tests: fix the print with --eval .'%undefine xxx'. (PR #2240)

2022-10-21 Thread xujing
https://github.com/rpm-software-management/rpm/commit/aec8bdb53a3013eabf16368e17a65ab69c2136ee introduced function changes, which cause the output of the following command is changed. `rpm --define '%foo() %{expand:%define xxx 1} %{echo:%xxx} %{expand: %global xxx 2} %{echo:%xxx}' --eval .'%foo'

Re: [Rpm-maint] [rpm-software-management/rpm] Revere Change %undefine macro to "func" style now that we can (PR #2203)

2022-10-21 Thread xujing
Closed #2203. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2203#event-7640114387 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint mailing list Rpm-

Re: [Rpm-maint] [rpm-software-management/rpm] Revere Change %undefine macro to "func" style now that we can (PR #2203)

2022-10-21 Thread xujing
As there is no actual problem, it is closed temporarily. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2203#issuecomment-1286880410 You are receiving this because you are subscribed to this thread. Message ID: __

Re: [Rpm-maint] [rpm-software-management/rpm] Revere Change %undefine macro to "func" style now that we can (PR #2203)

2022-10-21 Thread xujing
@JetXujing pushed 1 commit. 3d5a74fcfc4fa3e08aded910ccca4c0c5622cf24 tests: fix the print with --eval .'%undefine xxx'. -- View it on GitHub: https://github.com/rpm-software-management/rpm/pull/2203/files/42a2b16004ef64c0393ab0d549029c80e4658ae9..3d5a74fcfc4fa3e08aded910ccca4c0c5622cf24 You ar

[Rpm-maint] [rpm-software-management/rpm] Split translations into a separate project, a'la dnf (Issue #2239)

2022-10-21 Thread Panu Matilainen
With Weblate, cmake and everything, we're *effing finally* in a position where we can push translations out of the main codebase to a corner of their own where we don't have to look at them code-wise irrelevant commits in the log. Task: split off po to rpm-i18n repo, steal the necessary logic fr