- New upstream release 1.818 - Updated bin/mce_grep for determining chunk level and chunk size - Fixed an issue for not seeing STDERR output with '--chunk-level=file' - Added support for zgrep, zegrep, and zfgrep - Replaced Sereal with Sereal::Decoder and Sereal::Encoder in Makefile, inside recommends section; ditto for META files - Refactored MCE::Queue: merged local and manager code base into one - Removed t/04_norm_que_local.t and t/04_prio_que_local.t - Added 'end' method to MCE::Queue - Updated documentation on dequeue and pending - Add symlinks for mce_grep variantsepel9
parent
da966e1d55
commit
67265bb94c
@ -1,26 +0,0 @@
|
||||
From c959e067ee5bb6c4ad5b139058b7e3bb29716c15 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||
Date: Tue, 10 Feb 2015 11:48:32 +0100
|
||||
Subject: [PATCH] Fix sharp-bang line
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||
---
|
||||
bin/mce_grep | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/bin/mce_grep b/bin/mce_grep
|
||||
index 44cfc8a..028bb04 100755
|
||||
--- a/bin/mce_grep
|
||||
+++ b/bin/mce_grep
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!perl
|
||||
###############################################################################
|
||||
## ----------------------------------------------------------------------------
|
||||
## A MCE-driven wrapper script for the following C binaries.
|
||||
--
|
||||
1.9.3
|
||||
|
@ -0,0 +1,8 @@
|
||||
--- bin/mce_grep
|
||||
+++ bin/mce_grep
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!/usr/bin/perl
|
||||
###############################################################################
|
||||
## ----------------------------------------------------------------------------
|
||||
## A MCE-driven 'wrapper' script for grep-like C binaries.
|
@ -1 +1 @@
|
||||
SHA512 (MCE-1.817.tar.gz) = 08ff3755b531410dbdac05d68798a2ef128023e216b2c0d20e220968e514ecfd22cd9ab62ac9f6b438d31434943a450c359f88bc276823ad3e74f2d2dd2f205e
|
||||
SHA512 (MCE-1.818.tar.gz) = 9d5d3dd1903d9fd98d85a901919d1d3a82d4d68ee6b36401c3c521da2503e40664eafc16b3680a7543c471b98bd3efb672c9ee7b37ed27e1b3d80b3bf642404e
|
||||
|
Loading…
Reference in new issue