Re: [Rpm-maint] [rpm-software-management/rpm] Run file verification and package signature checking in parallel threads (#703)

2019-05-21 Thread Panu Matilainen
Closed #703. -- 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/703#event-2356115092___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: All macro expansion failures should include line numbers for original macro location. (#491)

2019-05-21 Thread Florian Festi
Closed #491 via aa095c1590517c0ed619f4b072c364f53898860a. -- 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] Report filename and line number on all macro expand errors and warnings (#708)

2019-05-21 Thread Florian Festi
Merged #708 into master. -- 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/708#event-2355899757___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Implement %elif (#710)

2019-05-21 Thread Panu Matilainen
pmatilai commented on this pull request. > /* Don't expand macros (eg. %define) in false branch of %if clause */ -if (!spec->readStack->reading) +} else if (!spec->readStack->reading) return 0; If one branch of if uses { } blocks, all the branches should have them. --

Re: [Rpm-maint] [rpm-software-management/rpm] Implement %elif (#710)

2019-05-21 Thread Panu Matilainen
pmatilai commented on this pull request. > @@ -501,17 +506,24 @@ int readLine(rpmSpec spec, int strip) goto retry; } -after_classification: -if (match != -1) { +if (lineType->id & (LINE_IF | LINE_IFARCH | LINE_IFNARCH | LINE_IFOS | + LINE_IFNOS)) { This calls

[Rpm-maint] [rpm-software-management/rpm] Implement %elif (#710)

2019-05-21 Thread pavlinamv
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/710 -- Commit Summary -- * Use already detected line type to identify %if lines * Consolidate %if condition parsing to one place * Make "Bad %if condition" error message

Re: [Rpm-maint] [rpm-software-management/rpm] Run binary package generation and file classification in parallel threads (#695)

2019-05-21 Thread Florian Festi
Merged #695 into master. -- 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/695#event-2355426236___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Report filename and line number on all macro expand errors and warnings (#708)

2019-05-21 Thread Panu Matilainen
Clarified + elaborated the commit messages a bit, hopefully that's better now. No other changes there. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: