[Bash-completion-commits] [bash-completion] 01/03: gphoto2: Fix split argument handing, and colon treatment in --port args

2014-11-16 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 7d66285b42f7847e1b5dedf5ed7c4536cb2bb288 Author: Ville Skyttä ville.sky...@iki.fi Date: Sun Nov 16 12:09:54 2014 +0200 gphoto2: Fix split

[Bash-completion-commits] [bash-completion] branch master updated (32e6e49 - 89add74)

2014-11-16 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 32e6e49 _completion_loader: Protect compgen from -* leakage (Debian: #769399) new 7d66285 gphoto2: Fix split argument handing,

[Bash-completion-commits] [bash-completion] 03/03: gphoto2: Replace tail with awk

2014-11-16 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 89add74ae07d17eaaff811159e086663e4791d85 Author: Ville Skyttä ville.sky...@iki.fi Date: Sun Nov 16 12:24:40 2014 +0200 gphoto2: Replace tail

[Bash-completion-commits] [bash-completion] 02/03: *: Invoke command to be completed, not its basename

2014-11-16 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 7d3de619d1d84cba29597a54b4f0c0b786e8abe0 Author: Ville Skyttä ville.sky...@iki.fi Date: Sun Nov 16 12:18:41 2014 +0200 *: Invoke command

[Bash-completion-devel] Bug#769399: Bug#769399: bash-completion: gets confused by curly braces

2014-11-15 Thread Ville Skyttä
The root cause is how bash itself handles curlies: $ bash --norc $ foo() { echo; echo '$1'; } $ complete -D -F foo $ r drivers/memory/tegra/tegra{-,124-e}mc.c driTAB '-,124-e}mc.c' ...i.e. bash thinks we're completing the command '-,124-e}mc.c'. I don't think we can sanely fix this for real in

Re: [Bash-completion-devel] multiple directories in BASH_COMPLETION_COMPAT_DIR ?

2014-11-15 Thread Ville Skyttä
On Sun, Nov 2, 2014 at 7:23 PM, Raphaël raphael.d...@gmail.com wrote: Attached a quick patch. The patch does not apply against current git. Also, this stuff should be documented somewhere, README or doc/bash_completion.txt As personal completions could probably be stored in a versioned

[Bash-completion-devel] Bug#769462: Bug#769462: bash-completion broken for parameters of known programs not in $PATH

2014-11-15 Thread Ville Skyttä
losetup completion is shipped by util-linux, not bash-completion. I just sent a patch upstream that should address this particular issue: http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/10186 However other completions in util-linux may invoke commands (other than the one being

Bug#769399: [Bash-completion-devel] Bug#769399: bash-completion: gets confused by curly braces

2014-11-15 Thread Ville Skyttä
The root cause is how bash itself handles curlies: $ bash --norc $ foo() { echo; echo '$1'; } $ complete -D -F foo $ r drivers/memory/tegra/tegra{-,124-e}mc.c driTAB '-,124-e}mc.c' ...i.e. bash thinks we're completing the command '-,124-e}mc.c'. I don't think we can sanely fix this for real in

Bug#769462: [Bash-completion-devel] Bug#769462: bash-completion broken for parameters of known programs not in $PATH

2014-11-15 Thread Ville Skyttä
losetup completion is shipped by util-linux, not bash-completion. I just sent a patch upstream that should address this particular issue: http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/10186 However other completions in util-linux may invoke commands (other than the one being

[Bash-completion-commits] [bash-completion] branch master updated (ed07b18 - 32e6e49)

2014-11-15 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from ed07b18 Actually install the lz4 completion new 32e6e49 _completion_loader: Protect compgen from -* leakage (Debian: #769399)

[Bash-completion-commits] [bash-completion] branch master updated (9444a87 - 52d8316)

2014-11-10 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 9444a87 (testsuite) Add cd in dir without subdirs or CDPATH test case new 52d8316 _pnames: Add -s for producing (possibly)

[Bash-completion-commits] [bash-completion] 01/01: _pnames: Add -s for producing (possibly) truncated names (RedHat: #744406)

2014-11-10 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 52d8316c5ce4060cf86154eea3ba6fa51447760a Author: Ville Skyttä ville.sky...@iki.fi Date: Mon Nov 10 22:36:49 2014 +0200 _pnames: Add -s

[Bash-completion-commits] [bash-completion] 01/01: Actually install the lz4 completion

2014-11-10 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit ed07b18e61bc4756c94d3230e6a0b32798087e20 Author: Ville Skyttä ville.sky...@iki.fi Date: Mon Nov 10 23:22:38 2014 +0200 Actually install

[Bash-completion-commits] [bash-completion] branch master updated (52d8316 - ed07b18)

2014-11-10 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 52d8316 _pnames: Add -s for producing (possibly) truncated names (RedHat: #744406) new ed07b18 Actually install the lz4

Re: [Bash-completion-devel] multiple directories in BASH_COMPLETION_COMPAT_DIR ?

2014-11-01 Thread Ville Skyttä
On Fri, Oct 31, 2014 at 11:53 PM, Raphaël Droz raphael.d...@gmail.com wrote: Would you accept a change in the way BASH_COMPLETION_COMPAT_DIR is handled (eg colon-separated paths list ?) or any alternative solution for this ? BASH_COMPLETION_COMPAT_DIR is backwards compatibility stuff we want

[Bash-completion-devel] Bug#766163: Bug#766163: bash-completion: _tilde calls compgen w/o -- argument protection

2014-11-01 Thread Ville Skyttä
This and a bunch of other similar ones are now fixed upstream: http://anonscm.debian.org/cgit/bash-completion/bash-completion.git/commit/?id=882649b ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

Bug#766163: [Bash-completion-devel] Bug#766163: bash-completion: _tilde calls compgen w/o -- argument protection

2014-11-01 Thread Ville Skyttä
This and a bunch of other similar ones are now fixed upstream: http://anonscm.debian.org/cgit/bash-completion/bash-completion.git/commit/?id=882649b -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: [Bash-completion-devel] Time to release 2.2?

2014-10-31 Thread Ville Skyttä
On Sat, Sep 20, 2014 at 3:58 PM, David Paleino da...@debian.org wrote: On Wed, 17 Sep 2014 21:10:27 +0300, Ville Skyttä wrote: I think we've accumulated enough changes ready for general use in git since release 2.1, any objections to releasing 2.2? David, are you around? I am

Re: [Bash-completion-devel] [Bug#764800]: Re: speed up bash completion init by 30%...

2014-10-14 Thread Ville Skyttä
On Tue, Oct 14, 2014 at 8:35 PM, Linda A. Walsh b...@tlinx.org wrote: Ville Skyttä wrote:-- BTW that's not what the have() function looks like in recent bash-completion. I suppose you're using an old version. http://anonscm.debian.org/cgit/bash-completion/bash-completion.git/tree

[Bash-completion-devel] Bug#764800: Bug#764800: spurious function in bash-completion causes 30% performance degradation (and is bug'ed)

2014-10-13 Thread Ville Skyttä
See comments in bash_completion next to the definition of the function. Due to its deprecated status it is not likely to be changed any more, especially in ways that would change its behavior (e.g. the type -P case). The function is not used by bash-completion itself at all, and 3rd party

Bug#764800: [Bash-completion-devel] Bug#764800: spurious function in bash-completion causes 30% performance degradation (and is bug'ed)

2014-10-13 Thread Ville Skyttä
See comments in bash_completion next to the definition of the function. Due to its deprecated status it is not likely to be changed any more, especially in ways that would change its behavior (e.g. the type -P case). The function is not used by bash-completion itself at all, and 3rd party

Re: Dash as default shell

2014-10-06 Thread Ville Skyttä
On Sat, Oct 4, 2014 at 8:37 AM, Panu Matilainen pmati...@laiskiainen.org wrote: I'm sure rpmlint can (be made to) check for bashisms... https://sourceforge.net/p/rpmlint/tickets/39/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Multiple directory ownership including filesystem package

2014-09-30 Thread Ville Skyttä
On Tue, Sep 30, 2014 at 1:57 AM, Rahul Sundaram methe...@gmail.com wrote: Hi On Thu, Sep 25, 2014 at 6:45 AM, Ville Skyttä wrote: On a side note, that's the legacy location for bash completion snippets. The modern one from which they're loaded on demand is: $ pkg-config --variable

Re: Multiple directory ownership including filesystem package

2014-09-25 Thread Ville Skyttä
On Wed, Sep 24, 2014 at 10:36 PM, Till Maas opensou...@till.name wrote: I noticed that mulitple packages own /etc/bash_completion.d/ [...] On a side note, that's the legacy location for bash completion snippets. The modern one from which they're loaded on demand is: $ pkg-config

Re: [Rpm-maint] [PATCH] perl.{prov,req} improvments

2014-09-18 Thread Ville Skyttä
On Thu, Sep 18, 2014 at 9:38 AM, Jerome Quelin jque...@gmail.com wrote: This patch only acknowledges this fact, and allows _ in versions. This results in the underscores also ending up in the Provides. I don't think that's a good thing as IIRC rpm's version comparison does not treat it the same

Re: [Rpm-maint] [PATCH] perl.{prov,req} improvments

2014-09-18 Thread Ville Skyttä
On Thu, Sep 18, 2014 at 1:38 PM, Michael Schroeder m...@suse.de wrote: Well, 0.95_01 is actually more correct than 0.9501. Perl's versions are actually more or less floating point numbers, thus 0.9501 is supposed to be less than 0.96. From rpm's side, '_' is exactly equivalent to '.', so

[Bash-completion-devel] Time to release 2.2?

2014-09-17 Thread Ville Skyttä
I think we've accumulated enough changes ready for general use in git since release 2.1, any objections to releasing 2.2? David, are you around? ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

Re: [vdr] delete recordings instead of renaming to .del?

2014-09-17 Thread Ville Skyttä
On Mon, Sep 8, 2014 at 10:45 AM, Klaus Schmidinger klaus.schmidin...@tvdr.de wrote: On 08.09.2014 07:44, cedric.dew...@telfort.nl wrote: How does VDR decide it's time to remove all the .del directories? It does this at idle times, after some timeouts. I've seen cases where VDR failed to take

[Bug 1288031] Re: Tab expansion only auto-completes directory names

2014-09-17 Thread Ville Skyttä
FYI, the _quote_readline_by_ref changes should no longer be necessary with bash 4.3 patchlevel 10 and above, that's why they're not applied in upstream bash-completion. https://lists.gnu.org/archive/html/bug- bash/2014-04/msg00035.html -- You received this bug notification because you are a

[Bash-completion-commits] [bash-completion] 01/04: Comment update

2014-09-17 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit fa064e85633cd56000f8bf2cd8eb3bc76ecd Author: Ville Skyttä ville.sky...@iki.fi Date: Wed Sep 17 19:18:45 2014 +0300 Comment update

[Bash-completion-commits] [bash-completion] 04/04: pigz, unpigz: Handle *.zz

2014-09-17 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 4038c71357dd85ee049363c6c48c513e1c1c263d Author: Ville Skyttä ville.sky...@iki.fi Date: Wed Sep 17 19:40:02 2014 +0300 pigz, unpigz: Handle

[Bash-completion-commits] [bash-completion] branch master updated (42e1f34 - 4038c71)

2014-09-17 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 42e1f34 rpmbuild: Complete *.spec on --nobuild new fa064e8 Comment update new 7394d74 _completion_loader: Set empty

Re: Finding all the source packages that include a copy of valgrind.h

2014-09-14 Thread Ville Skyttä
On Sun, Sep 14, 2014 at 12:03 PM, Mark Wielaard m...@redhat.com wrote: On Sat, 2014-09-13 at 08:49 +0300, Ville Skyttä wrote: FWIW, searchcode.com can search through Fedora sources, but I don't know how up to date the sources they use are and the results for __VALGRIND_H aren't

Re: Finding all the source packages that include a copy of valgrind.h

2014-09-12 Thread Ville Skyttä
On Fri, Sep 12, 2014 at 11:44 PM, Mark Wielaard m...@redhat.com wrote: On Fri, 2014-09-12 at 11:25 -0500, Michael Cronenworth wrote: You'll have to download all the source and perform a massive grep. Yeah, that is sadly not going to happen. FWIW, searchcode.com can search through Fedora

Re: rawhide report: 20140829 changes

2014-08-30 Thread Ville Skyttä
On Fri, Aug 29, 2014 at 9:58 PM, Jerry James loganje...@gmail.com wrote: FYI, this is a downgrade: $ rpmdev-vercmp mesa-10.4-0.devel.2.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.fc22.x86_64 mesa-10.4-0.devel.2.1.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.fc22.x86_64 In this case the above

[Bash-completion-commits] [bash-completion] branch master updated (852e0f6 - 42e1f34)

2014-08-30 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 852e0f6 mplayer, *xine: Complete on *.mts (Debian: #759219) new e879eb0 rpmbuild: Complete *.spec on --clean (RedHat: #1132959)

[Bash-completion-devel] Bug#759219: Bug#759219: bash-completion: Add mts to known file extensions for mplayer

2014-08-29 Thread Ville Skyttä
Done upstream: http://anonscm.debian.org/cgit/bash-completion/bash-completion.git/commit/?id=852e0f60f0df8264a84a3be543d09f1d13c6f04f ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

Bug#759219: [Bash-completion-devel] Bug#759219: bash-completion: Add mts to known file extensions for mplayer

2014-08-29 Thread Ville Skyttä
Done upstream: http://anonscm.debian.org/cgit/bash-completion/bash-completion.git/commit/?id=852e0f60f0df8264a84a3be543d09f1d13c6f04f -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: EPEL libmodplug retirement in

2014-08-14 Thread Ville Skyttä
On Thu, Aug 14, 2014 at 1:55 PM, Karel Volný kvo...@redhat.com wrote: last week, libmodplug got retired from EPEL (both 5 and 6), see https://fedorahosted.org/rel-eng/ticket/5960 But our users seem to miss it, it broke dependencies of qmmp and xine-lib. I know you've orphaned the EPEL

Re: EPEL libmodplug retirement in

2014-08-14 Thread Ville Skyttä
On Thu, Aug 14, 2014 at 6:49 PM, Stephen John Smoogen smo...@gmail.com wrote: On 14 August 2014 09:46, Ville Skyttä ville.sky...@iki.fi wrote: On Thu, Aug 14, 2014 at 1:55 PM, Karel Volný kvo...@redhat.com wrote: last week, libmodplug got retired from EPEL (both 5 and 6), see https

Re: Make buildSRPMFromSCM faster?

2014-07-20 Thread Ville Skyttä
On Sun, Jul 20, 2014 at 1:16 PM, Richard W.M. Jones rjo...@redhat.com wrote: However it still takes 6 minutes to perform this step on the ARM builders, which for some reason are usually chosen for buildSRPMFromSCM. ISTR when ARM wasn't yet in the mix but PPC was, it was the PPC builders that

Does Rawhide inherit from F-21?

2014-07-20 Thread Ville Skyttä
Does Rawhide inherit packages from F-21 nowadays? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bash-completion-commits] [bash-completion] 03/03: ant: Support buildfile set in $ANT_ARGS (Alioth: #314735)

2014-07-20 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 86df56d5ec986566a33cc5b1067c6dbc6078dab1 Author: Ville Skyttä ville.sky...@iki.fi Date: Sun Jul 20 11:42:09 2014 +0300 ant: Support

[Bash-completion-commits] [bash-completion] 01/03: ant: Don't offer more completions after options that exit

2014-07-20 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 98d6b5e440fc666256cfb3ee2fe2f07da45f31a7 Author: Ville Skyttä ville.sky...@iki.fi Date: Sun Jul 20 11:20:40 2014 +0300 ant: Don't offer more

[Bash-completion-devel] Bug#550676: Bug#550676: Bug#550676: please make bash-completion falling back to path completion if nothing else is found

2014-07-19 Thread Ville Skyttä
On Fri, Jul 18, 2014 at 10:14 PM, David Paleino da...@debian.org wrote: Just use Alt-/, which is the default bash shortcut for complete on all files. ...or try the COMP_FILEDIR_FALLBACK environment variable:

Bug#550676: [Bash-completion-devel] Bug#550676: Bug#550676: please make bash-completion falling back to path completion if nothing else is found

2014-07-19 Thread Ville Skyttä
On Fri, Jul 18, 2014 at 10:14 PM, David Paleino da...@debian.org wrote: Just use Alt-/, which is the default bash shortcut for complete on all files. ...or try the COMP_FILEDIR_FALLBACK environment variable:

[Bash-completion-commits] [bash-completion] branch master updated (9e2db8a - ab8eeb3)

2014-07-19 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 9e2db8a xz: Complete -T/--threads argument new ab8eeb3 xmllint, xmlwf, xsltproc: Complete on *.dbk and *.docbook (Alioth:

[Bash-completion-commits] [bash-completion] branch master updated (ab8eeb3 - 7c5c622)

2014-07-19 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from ab8eeb3 xmllint, xmlwf, xsltproc: Complete on *.dbk and *.docbook (Alioth: #314770) new 7c5c622 xsltproc. TODO fix for previous

[Bash-completion-commits] [bash-completion] 01/01: xsltproc. TODO fix for previous commit

2014-07-19 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 7c5c622dda132a2c4a78028273f86fd51a9d680c Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 19 17:17:42 2014 +0300 xsltproc. TODO fix

[Bash-completion-commits] [bash-completion] 02/02: 7z, adb: Trivial cleanups

2014-07-19 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit d259e7175851f08cda10ae6c279ab1d0e7bc8045 Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 19 19:15:49 2014 +0300 7z, adb: Trivial

[erlang-basho_metrics] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc

2014-07-12 Thread Ville Skyttä
commit f883922c5fbbaf97e6838a32b3c34ea0b952ef2b Author: Ville Skyttä ville.sky...@iki.fi Date: Tue Jul 1 23:55:12 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc erlang-basho_metrics.spec | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) --- diff

[erlang-bitcask] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit c162edbb18b40a4be48ee61c0f78c177396fb65f Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:11:03 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely erlang-bitcask.spec | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions

[erlang-cl] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit 1aa5081497343dff6d73356df7ff1aaedd9f004d Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:12:39 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely erlang-cl.spec | 12 1 files changed, 8 insertions(+), 4 deletions(-) --- diff

[erlang-ebloom] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit c3bab084a6e03f70b1509e5bd24328dd9468964e Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:14:05 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely erlang-ebloom.spec | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions

[erlang-eleveldb] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit 0e5e0cba10be3db4294c24643ad8a1c0e58ca2be Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:19:45 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely - Disable cache leak test on F-20, F-21, and F-22 (#1107767, #1106223) erlang

[erlang-emmap] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit 912dc786a2d9eda883ecf37ba18c88db641c4590 Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:23:50 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely erlang-emmap.spec | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) --- diff

[erlang-esdl] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit de0b27cb7eee4d790ae9bfd4255b39f2adaab471 Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:25:01 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely erlang-esdl.spec |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) --- diff

[erlang-jiffy] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit dba83637dac4dcea5e27e584f14f16bc52318ef4 Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:29:57 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely - Run unit tests during build erlang-jiffy.spec | 13 +++-- 1 files changed

[erlang-snappy] Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely

2014-07-12 Thread Ville Skyttä
commit a6615e4a8255d987ba1273cd449623a4afe63b4a Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jul 12 15:33:41 2014 +0300 Use new erlang macros to build with $RPM_OPT/LD_FLAGS etc, verbosely erlang-snappy.spec | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions

[Bash-completion-commits] [bash-completion] branch master updated (dbb93ae - 9e2db8a)

2014-07-04 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from dbb93ae (testsuite) Save shell variables when saving env (Alioth: #314720) new 9e2db8a xz: Complete -T/--threads argument The 1

[Bash-completion-commits] [bash-completion] 01/01: xz: Complete -T/--threads argument

2014-07-04 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 9e2db8a03ea661eb7f4a4c41cd0558c063c04aca Author: Ville Skyttä ville.sky...@iki.fi Date: Fri Jul 4 14:58:05 2014 +0300 xz: Complete -T

Re: delta rpms - can we turn them off

2014-07-03 Thread Ville Skyttä
On Wed, Jul 2, 2014 at 6:04 PM, Reindl Harald h.rei...@thelounge.net wrote: but it's just dangerous to assume that will be forever true Agreed with this, but: and as you can see below with gzip you have *always* different results for the same data This is not true, see below.

[Bash-completion-commits] [bash-completion] branch master updated (afe39fd - 4bbab19)

2014-07-01 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from afe39fd Added test/site.{bak,exp} to .gitignore new 4bbab19 adb: New completion The 1 revisions listed above as new are entirely

[Bash-completion-commits] [bash-completion] 01/02: (testsuite) Use 'set' command posix behaviour when saving env (Alioth: #314720)

2014-07-01 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 16361c873ba04d941c56c7e6a3fbe8d446f07ca7 Author: Damien Nadé ali...@livna.org Date: Sat Jun 14 00:06:13 2014 +0200 (testsuite) Use 'set'

Re: [Bash-completion-devel] [#313855] loadkeys completion file.

2014-06-09 Thread Ville Skyttä
On Sun, Jun 8, 2014 at 9:02 PM, Dams ali...@livna.org wrote: Hello I'd like to submit this implementation of loadkeys completion, in order to fix #313855. Since I cannot attach anything to the ticket, I thought about posting the patch here. Quickly looking into it, I don't see why our

Re: [Bash-completion-devel] [#313855] loadkeys completion file.

2014-06-09 Thread Ville Skyttä
On Mon, Jun 9, 2014 at 1:52 PM, Dams ali...@livna.org wrote: Sorry, I'm still a bit new to this. Simply using _parse_help, and doing loadkeys --conTAB showed me a loadkeys --console= (with the trailing space) That's what the nospace thing in the patch I linked to is for. By the way, why

[Bash-completion-commits] [bash-completion] 01/02: modprobe: fix params with multi-line descriptions

2014-06-09 Thread Ville Skyttä
-1 on Arch Linux. Modified-By: Ville Skyttä ville.sky...@iki.fi --- completions/modprobe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/completions/modprobe b/completions/modprobe index 4bc3ebc..10a4a1b 100644 --- a/completions/modprobe +++ b/completions/modprobe

[Bash-completion-commits] [bash-completion] 02/02: modprobe: Try parsing help before using hardcoding option list

2014-06-09 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit c6ec8f979bb6a6c6bdfeae75749a5be4c5145fdb Author: Ville Skyttä ville.sky...@iki.fi Date: Mon Jun 9 09:28:51 2014 +0300 modprobe: Try parsing

[Bash-completion-commits] [bash-completion] 04/04: _lvm: using a single-pattern case and invoking function according to words[1]

2014-06-07 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 01024f595e9e6e3f243b2abc1a3474529ce1f083 Author: Damien Nadé ali...@livna.org Date: Fri Jun 6 21:10:08 2014 +0200 _lvm: using a

[Bash-completion-commits] [bash-completion] 03/04: (testsuite) Add vgcreate test case for _lvm_count_args with failglob on

2014-06-07 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 615fd18195793cd867c0a365c25069cdbb89c565 Author: Ville Skyttä ville.sky...@iki.fi Date: Sat Jun 7 12:27:27 2014 +0300 (testsuite) Add

[Bash-completion-commits] [bash-completion] 01/01: gendiff: Quoting suffix pattern to avoid triggering failglob

2014-06-05 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 154f3884139825a38e161c2e66837a35e9aa3841 Author: Damien Nadé ali...@livna.org Date: Wed Jun 4 23:17:07 2014 +0200 gendiff: Quoting suffix

EPEL EL5 PPC koji builder repo broken?

2014-06-04 Thread Ville Skyttä
The EL5 PPC koji builder seems to be unable to find at least some packages at the moment: http://koji.fedoraproject.org/koji/getfile?taskID=6923025name=mock_output.logoffset=-4000 http://kojipkgs.fedoraproject.org/repo/rhel/rhel-ppc-server-5/getPackage/gnutls-1.4.1-14.el5_10.ppc.rpm: [Errno 14]

Depcheck conflicts should be ignored, but are not

2014-06-04 Thread Ville Skyttä
Hello, This update: https://admin.fedoraproject.org/updates/tomcat-native-1.1.30-1.fc20 ...has some expected conflicts which are flagged by depcheck: http://autoqa.fedoraproject.org/results/813107-autotest/virt04.qa/depcheck/results/tomcat-native-1.1.30.html Now, according to

Re: [Bash-completion-devel] How to build the autocompletion from git repo?

2014-06-03 Thread Ville Skyttä
On Tue, Jun 3, 2014 at 1:49 AM, Igor Murzov intergalactic.anonym...@gmail.com wrote: On Wed, 2 Apr 2014 17:07:34 +0300 autoreconf -i is a good first try with just about any project using autotools. Not everyone knows how to use autotools, so I would agree that having autogen.sh is a good

[Bash-completion-devel] Bug#749115: Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-03 Thread Ville Skyttä
As long as we don't have a completion that actually differs from the mplayer one in some meaningful way, there's no point in maintaining a separate one. At least I'm not going to spend my time doing or helping to do that. It's also unclear to me who will be maintaining the mpv completion if it's

Bug#749115: [Bash-completion-devel] Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-03 Thread Ville Skyttä
As long as we don't have a completion that actually differs from the mplayer one in some meaningful way, there's no point in maintaining a separate one. At least I'm not going to spend my time doing or helping to do that. It's also unclear to me who will be maintaining the mpv completion if it's

[Bash-completion-commits] [bash-completion] branch master updated (9186add - 1ed2377)

2014-06-03 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 9186add psql: Tell psql to not load .psqlrc as it may change output format (Alioth: #314636) new 84135d7 Quote unset array

[Bash-completion-commits] [bash-completion] 01/02: Quote unset array element to avoid globbing interference (Alioth: #314708)

2014-06-03 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 84135d756bd395aa720c3bd08c660bc54d24f90c Author: Dams Nadé ali...@livna.org Date: Tue Jun 3 22:47:49 2014 +0300 Quote unset array element to

[Bash-completion-commits] [bash-completion] branch master updated (1ed2377 - 24c8f1e)

2014-06-03 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 1ed2377 Various mostly array element unsetting fixes under failglob new 24c8f1e ssh-add, ssh-keygen: -? needs to be quoted under

[Bash-completion-devel] Bug#749115: Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-02 Thread Ville Skyttä
This looks so similar to the current mplayer completion that aliasing with slight adjustments seems more appropriate than copy-pasting, so done that way (untested) in upstream git:

Bug#749115: [Bash-completion-devel] Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-02 Thread Ville Skyttä
This looks so similar to the current mplayer completion that aliasing with slight adjustments seems more appropriate than copy-pasting, so done that way (untested) in upstream git:

[Bash-completion-commits] [bash-completion] 05/11: Puppet: apply: update options list, accordind to 'puppet help apply'

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 5a536aec4ca4e8bc6c179dfd2f98d71a3c541f1d Author: Mathieu Parent math.par...@gmail.com Date: Fri May 30 15:32:16 2014 +0200 Puppet: apply:

[Bash-completion-commits] [bash-completion] branch master updated (54d53c6 - d748a5a)

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 54d53c6 make: completion shouldn't be confused by the output of $(info confuse: make) new ac98c31 Puppet: use puppet terminology

[Bash-completion-commits] [bash-completion] 07/11: Puppet: describe: update options list, accordind to 'puppet help describe'

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 0bbcc476b2d8f54c8a6a3e633db97586ecb0e23c Author: Mathieu Parent math.par...@gmail.com Date: Fri May 30 16:00:23 2014 +0200 Puppet: describe:

[Bash-completion-commits] [bash-completion] 04/11: Puppet: agent: update options list, accordind to 'puppet help agent'

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit af5ba56089088669e31bb49d855bcc42c98f0951 Author: Mathieu Parent math.par...@gmail.com Date: Fri May 30 15:09:52 2014 +0200 Puppet: agent:

[Bash-completion-commits] [bash-completion] 10/11: puppet: Recognize some short options

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit dbe732517ef2a2d8c628e3578db330b64d177948 Author: Ville Skyttä ville.sky...@iki.fi Date: Mon Jun 2 12:40:26 2014 +0300 puppet: Recognize some

[Bash-completion-commits] [bash-completion] 06/11: Puppet: cert: update options list, accordind to 'puppet help cert'

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit b46636ae16c98045caf9c4dbfa4020f3c08671a5 Author: Mathieu Parent math.par...@gmail.com Date: Fri May 30 15:55:36 2014 +0200 Puppet: cert:

[Bash-completion-commits] [bash-completion] 11/11: (testsuite) Add puppet subcommand option test case

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit d748a5a24914a9f5f0173a98bd6435aac3d39747 Author: Ville Skyttä ville.sky...@iki.fi Date: Mon Jun 2 12:41:53 2014 +0300 (testsuite) Add puppet

[Bash-completion-commits] [bash-completion] 01/01: __reassemble_comp_words_by_ref: Make work with failglob on (Alioth: #312741)

2014-06-02 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 732906b25096508fbc5d15d684dea0312ed7fca0 Author: Ville Skyttä ville.sky...@iki.fi Date: Mon Jun 2 17:09:16 2014 +0300

Re: Detecting unnecessary build requirements

2014-05-13 Thread Ville Skyttä
On Tue, May 13, 2014 at 5:14 PM, Richard Shaw hobbes1...@gmail.com wrote: I would think you would need to step through the BR:'s get the capabilities of the packages that the -devel package pull in, and then check that against the requires of the resultant packages. BR's don't always

[Bash-completion-commits] [bash-completion] 01/01: hostname: New completion

2014-05-03 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit c924d32b4c127bc9cc46cb71d3148c8bdbfdd6cf Author: Ville Skyttä ville.sky...@iki.fi Date: Sat May 3 23:13:33 2014 +0300 hostname: New

[Bash-completion-commits] [bash-completion] branch master updated (77e11c4 - b74d537)

2014-05-01 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 77e11c4 eog: Complete on *.pgm (RedHat: #1090481) new b74d537 nslookup: complete on hosts (Alioth: #314673) The 1 revisions

Re: [vdr] Invalid sat cable number errors

2014-04-24 Thread Ville Skyttä
On Thu, Apr 24, 2014 at 4:07 AM, Udo Richter udo_rich...@gmx.de wrote: Is this the original patch from my website? ( http://www.udo-richter.de/vdr/naludump.html ) Yes. Ok, some leaning out of the window: The patch adds an entry to config.h. The message origins from the config.h string

[Bash-completion-commits] [bash-completion] branch master updated (13ad1f1 - b1f7803)

2014-04-23 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 13ad1f1 pngfix: New completion new b1f7803 gdb: support --args style completion (Alioth: #314664) The 1 revisions listed above as

[Bash-completion-commits] [bash-completion] 01/01: gdb: support --args style completion (Alioth: #314664)

2014-04-23 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit b1f78035565dcca343841cc4fa7ff54b09cc81b9 Author: Peter Wu pe...@lekensteyn.nl Date: Tue Apr 22 16:59:31 2014 +0200 gdb: support --args style

[Bash-completion-commits] [bash-completion] branch master updated (b1f7803 - 77e11c4)

2014-04-23 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from b1f7803 gdb: support --args style completion (Alioth: #314664) new 77e11c4 eog: Complete on *.pgm (RedHat: #1090481) The 1

Re: [vdr] EIT related crash with 2.0.6

2014-04-17 Thread Ville Skyttä
On Wed, Apr 16, 2014 at 4:37 PM, Klaus Schmidinger klaus.schmidin...@tvdr.de wrote: On 14.04.2014 21:58, Ville Skyttä wrote: Hello, I'm seeing an EIT related crash of VDR 2.0.6 every now and then, no idea if there's a way to trigger it on demand somehow nor do I know when exactly it happens

Re: [vdr] EIT related crash with 2.0.6

2014-04-17 Thread Ville Skyttä
On Thu, Apr 17, 2014 at 10:56 AM, Klaus Schmidinger klaus.schmidin...@tvdr.de wrote: On 17.04.2014 09:04, Ville Skyttä wrote: On Wed, Apr 16, 2014 at 4:37 PM, Klaus Schmidinger klaus.schmidin...@tvdr.de wrote: On 14.04.2014 21:58, Ville Skyttä wrote: Hello, I'm seeing an EIT related

[vdr] Invalid sat cable number errors

2014-04-17 Thread Ville Skyttä
Hello, I see errors like the below on every VDR (2.0.6) startup and apparently exactly 30 minute intervals after that in syslog: ERROR: invalid sat cable number in '[apparent binary junk]' The binary junk varies, today it's been for example 'C0C0ۙ^?' and 'C00BEA48F^?' as shown by less. Any

Re: [vdr] Invalid sat cable number errors

2014-04-17 Thread Ville Skyttä
On Thu, Apr 17, 2014 at 3:22 PM, Klaus Schmidinger klaus.schmidin...@tvdr.de wrote: On 17.04.2014 13:07, Ville Skyttä wrote: Hello, I see errors like the below on every VDR (2.0.6) startup and apparently exactly 30 minute intervals after that in syslog: ERROR: invalid sat cable number

<    1   2   3   4   5   6   7   8   9   10   >