[Rpm-maint] [rpm] brp-python-hardlink: Use cmp instead of sha1summing (#30)

2015-11-13 Thread Ville Skyttä
diffutils is a rpm-build dependency anyway nowadays, e.g. find-debuginfo.sh uses cmp too. See PR #16 for discussion. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/30 -- Commit Summary -- * brp-python-hardlink: Use cmp

[Rpm-maint] [rpm] pythoneggs.py: flake8 fixes (#31)

2015-11-13 Thread Ville Skyttä
...except long lines warnings. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/31 -- Commit Summary -- * pythoneggs.py: flake8 fixes -- File Changes -- M scripts/pythoneggs.py (40) -- Patch Links --

Re: [Rpm-maint] [rpm] Some minor localization fixes (#24)

2015-11-13 Thread Florian Festi
Thanks for taking care. Pushed. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/24#issuecomment-156063054___ Rpm-maint mailing list Rpm-maint@lists.rpm.org

Re: [Rpm-maint] [rpm] brp-python-hardlink: Handle Python 3.5's *.opt-[12].pyc (#16)

2015-11-13 Thread Florian Festi
Pushed as is. Feel free to file new pull requests for the proposed improvements (We promise to review them faster than this one). --- Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm] Add support for 'patch -o outfile'. (#18)

2015-11-13 Thread Florian Festi
Closed #18. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/18#event-462274352___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

[Rpm-maint] [rpm] Ensure defines are in place in fts.c and fts.h (#28)

2015-11-13 Thread ニール・ゴンパ
It's not clear that `features.h` is included when it is supposed to be, and in fact it wasn't. This should correct that. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/28 -- Commit Summary -- * Ensure features.h is

Re: [Rpm-maint] [rpm] Add RubyGems support. (#27)

2015-11-13 Thread Florian Festi
Pushed to master. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/27#issuecomment-156053073___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

[Rpm-maint] [rpm] Fix fstat64 implementation conditional and define typo (#29)

2015-11-13 Thread ニール・ゴンパ
So, as it turns out, pretty much all libc implementations except for legacy ones implement it as `fstat64()`, so we will use `fstat64()` unless otherwise necessary. Also, fix typo in checking for `_D_EXACT_NAMLEN` definition. You can view, comment on, or merge this pull request online at:

Re: [Rpm-maint] [rpm] Fix comment for doPatchMacro. (#19)

2015-11-13 Thread Florian Festi
Thanks for the patch! Pushed. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/19#issuecomment-156068222___ Rpm-maint mailing list Rpm-maint@lists.rpm.org

Re: [Rpm-maint] [rpm] Fix fstat64 implementation conditional and define typo (#29)

2015-11-13 Thread Lubos Kardos
Closed #29. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/29#event-463626839___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] Ensure defines are in place in fts.c and fts.h (#28)

2015-11-13 Thread ニール・ゴンパ
Closed #28. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/28#event-463602765___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] Fix comment for doPatchMacro. (#19)

2015-11-13 Thread Florian Festi
Closed #19. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/19#event-462300128___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] Fix broken -q on %setup. (#20)

2015-11-13 Thread Florian Festi
Thanks for the fix! Pushed. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/20#issuecomment-156067274___ Rpm-maint mailing list Rpm-maint@lists.rpm.org

Re: [Rpm-maint] [rpm] Various fixes for new pythonegg dependency generator (#23)

2015-11-13 Thread Florian Festi
Pushed. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/23#issuecomment-156154873___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] brp-python-hardlink: Handle Python 3.5's *.opt-[12].pyc (#16)

2015-11-13 Thread Florian Festi
Closed #16. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/16#event-462402751___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] Set up more portable definitions for alternative libc (μClibc and MUSL) (#26)

2015-11-13 Thread Florian Festi
Thanks for the patch. Pushed. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/26#issuecomment-156110294___ Rpm-maint mailing list Rpm-maint@lists.rpm.org

Re: [Rpm-maint] [rpm] Set up more portable definitions for alternative libc (μClibc and MUSL) (#26)

2015-11-13 Thread Florian Festi
Closed #26. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/26#event-462457432___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] Add RubyGems support. (#27)

2015-11-13 Thread Vít Ondruch
Thank you. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/27#issuecomment-156077796___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint