Re: [Rpm-maint] [rpm-software-management/rpm] Install rpm-python from PyPI (#273)

2017-08-09 Thread Panu Matilainen
Closed #273. -- 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/issues/273#event-1198685863___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] Install rpm-python from PyPI (#273)

2017-08-09 Thread Panu Matilainen
As already noted, the bindings are closely bound to rpm and a particular version of it. Sorry but no. -- 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/issues/273#issuecomment-321

Re: [Rpm-maint] [rpm-software-management/rpm] add support for %{shrink:} (#296)

2017-08-09 Thread Panu Matilainen
Merged manually (commit 9a9eefc40e56821a2bc12de78114c623a7d5a461 and 7fe183d66008c379bcdeb8fd82a8585924347b92), I added back the mention it's ported from rpm5. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.

Re: [Rpm-maint] [rpm-software-management/rpm] add support for %{shrink:} (#296)

2017-08-09 Thread Panu Matilainen
Closed #296. -- 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/296#event-1198781684___ Rpm-maint mailing list Rpm-maint@lists.rpm.o

Re: [Rpm-maint] [rpm-software-management/rpm] add support for %{shrink:}, derived from rpm5.org (#234)

2017-08-09 Thread Panu Matilainen
Merged manually (commit 9a9eefc and 7fe183d) from #296, I added back the mention it's ported from rpm5. -- 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/234#issuecomment-321

Re: [Rpm-maint] [rpm-software-management/rpm] Macro arguments do not support quoting (#222)

2017-08-09 Thread Panu Matilainen
Implemented in commit 47f0a899eff78230d2b9a00d23474845579d1582, thanks Pavlina. -- 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/issues/222#issuecomment-321215086_

Re: [Rpm-maint] [rpm-software-management/rpm] Macro arguments do not support quoting (#222)

2017-08-09 Thread Panu Matilainen
Closed #222. -- 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/issues/222#event-1198810344___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] generic rpminterp plugin interface for interpreters (#190)

2017-08-09 Thread proyvind
This PR is now four months old, where not a single comment on it has been made. The implementation is completely unintrusive and at possibility to even create regressions, yet not a single feedback..? What gives? In contrast to the preceeding rpmpython PR, this one has addresses all issues wit

Re: [Rpm-maint] [rpm-software-management/rpm] Make the default DB backend macro configurable (#157)

2017-08-09 Thread Panu Matilainen
Closed #157. -- 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/issues/157#event-1199237544___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] Make the default DB backend macro configurable (#157)

2017-08-09 Thread Panu Matilainen
Yeah I suppose we can close this now, the format detection is less of an issue now that rebuillddb wipes out the old cruft. -- 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/issue

Re: [Rpm-maint] [rpm-software-management/rpm] add support for zstd compressed payload (#297)

2017-08-09 Thread Florian Festi
Closed #297 via 3684424fe297c996bb05bb64631336fa2903df12. -- 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/297#event-1199343994___

Re: [Rpm-maint] [rpm-software-management/rpm] Adding ZSTD (or other FSE compressor) (#256)

2017-08-09 Thread Florian Festi
Closed #256 via 3684424fe297c996bb05bb64631336fa2903df12. -- 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/issues/256#event-1199343984_

Re: [Rpm-maint] [rpm-software-management/rpm] rpmio: ifdef out lzma and bzip variable (33ca6d0)

2017-08-09 Thread Jeff Johnson
HAVE_ZSTD should be HAVE_ZSTD_H -- 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/commit/33ca6d033341b1a60a24046556450172d6a75a2e#commitcomment-23561620___

Re: [Rpm-maint] [rpm-software-management/rpm] rpmio: ifdef out lzma and bzip variable (33ca6d0)

2017-08-09 Thread Igor Gnatenko
@n3npq no. -- 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/commit/33ca6d033341b1a60a24046556450172d6a75a2e#commitcomment-23563374___ R

Re: [Rpm-maint] [rpm-software-management/rpm] rpmio: ifdef out lzma and bzip variable (33ca6d0)

2017-08-09 Thread Jeff Johnson
You can certainly use any Baroque'n logic scheme you wish. What is done in the check-in is condition BZIP on a test for an include, while ZSTD is conditioned on a test for a library. Consistency is important too. -- You are receiving this because you are subscribed to this thread. Reply to thi