Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild: %patch: fix a memory leak (#873)

2019-10-01 Thread Panu Matilainen
The other alternative would be just dropping opt_P entirely. It also still leaks if multiple -b, -z, -d etc are passed. Unlike -P it doesn't make sense but it's not prevented either. I remember seeing these kinds of leaks but shrugging them off as a popt issue based on an ancient comment to

Re: [Rpm-maint] [rpm-software-management/rpm] Add the marker to the appropriate expression error messages (#869)

2019-10-01 Thread Panu Matilainen
Closed #869. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/869#event-2676603901___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Add the marker to the appropriate expression error messages (#869)

2019-10-01 Thread Panu Matilainen
Replaced by #877 with slightly adjusted commit message and the variable name. Thanks for the patch though. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add missing position marker to a few expression error messages (#877)

2019-10-01 Thread Panu Matilainen
Replaces #869 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/877#issuecomment-536987211___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] Add missing position marker to a few expression error messages (#877)

2019-10-01 Thread Panu Matilainen
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/877 -- Commit Summary -- * Add missing position marker to a few expression error messages -- File Changes -- M rpmio/expression.c (15) M tests/rpmmacro.at (2) --

[Rpm-maint] [rpm-software-management/rpm] Added option to rpmbuild to check the build dependencies (-bd, -td, -rd) (#876)

2019-10-01 Thread Sacha
I have added an option to rpmbuild.c which makes rpmbuild check the build dependencies. In this patch the option is activated by -bd, -td or -rd. I have not updated the man page nor the changelog. You can view, comment on, or merge this pull request online at: