[Rpm-maint] [rpm-software-management/rpm] Use git apply --reject to assist with modifying patches (#927)

2019-11-05 Thread Orion Poplawski
I find %autosetup -S git very hard to use when a patch needs updating for a new release of a project. This gives us the standard patch behavior of applying what it can and giving .rej files for what it cannot. I dont know how far back the --reject argument is valid, but it at least appears to

Re: [Rpm-maint] [rpm-software-management/rpm] Sqlite improvements (#926)

2019-11-05 Thread Panu Matilainen
FWIW, the DBI_CREATED thing was the last actually missing feature in the sqlite backend, I believe it's now on-par with bdb feature-wise. Which is not to say it's complete - it is not. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

[Rpm-maint] [rpm-software-management/rpm] Sqlite improvements (#926)

2019-11-05 Thread Panu Matilainen
Misc improvements: - handle DBI_CREATED flag correctly for all tables in sqlite (for automatic index rebuilds) - let sqlite handle header number allocation (for less overflow-prone algorithm, at least in theory) You can view, comment on, or merge this pull request online at:

Re: [Rpm-maint] [rpm-software-management/rpm] rpmvercmp() compares as equal versions that are not the same (#925)

2019-11-05 Thread Panu Matilainen
Yup. Other variants of the generic issue include eg 1.0α == 1.0β which also totally defies common sense. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: