Hello community, here is the log from the commit of package ack for openSUSE:Factory checked in at 2020-01-28 10:57:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ack (Old) and /work/SRC/openSUSE:Factory/.ack.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ack" Tue Jan 28 10:57:47 2020 rev:29 rq:767920 version:3.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ack/ack.changes 2019-12-09 21:37:13.534050843 +0100 +++ /work/SRC/openSUSE:Factory/.ack.new.26092/ack.changes 2020-01-28 10:57:53.637152344 +0100 @@ -1,0 +2,26 @@ +Wed Jan 22 14:02:54 UTC 2020 - Martin Rey <[email protected]> + +- ack 3.3.1: + * Fix some regexes that would be shown as invalid when used with + the -Q option. Since the -Q tells ack to treat the regex as a + literal, this shouldn't be possible (GH #294) + +- includes changes from 3.3.0: + * Improve error message when the regex passed is invalid + * Add new file and directory exclusions + * Reorganize --help menu + * Output message when using --show-types without -f or -g if it + will have no effect + * Improve error message when ack gets passed two options that + can't be used together + * Fix the behavior of --break and --heading + * Warn when option pairs don't make sense to use together + * Fix required minimum version of Getopt::Long module (GH #287) + * Line number and filename separators in --passthru mode now work + the same as in context (-A/-B/-C) mode (GH #291) + +- Rebase patches: + * ack-add_spec.patch + * ack-ignore-osc.patch + +------------------------------------------------------------------- Old: ---- ack-v3.2.0.tar.gz New: ---- ack-v3.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ack.spec ++++++ --- /var/tmp/diff_new_pack.zC29Rd/_old 2020-01-28 10:57:54.621153070 +0100 +++ /var/tmp/diff_new_pack.zC29Rd/_new 2020-01-28 10:57:54.625153074 +0100 @@ -24,7 +24,7 @@ %endif %{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor} Name: ack -Version: 3.2.0 +Version: 3.3.1 Release: 0 Summary: Grep-Like Text Finder License: Artistic-2.0 ++++++ ack-add_spec.patch ++++++ --- /var/tmp/diff_new_pack.zC29Rd/_old 2020-01-28 10:57:54.641153085 +0100 +++ /var/tmp/diff_new_pack.zC29Rd/_new 2020-01-28 10:57:54.641153085 +0100 @@ -7,15 +7,11 @@ Add rpm/.spec to known file types --- - ConfigDefault.pm | 3 +++ - 1 file changed, 3 insertions(+) - -Index: ack-2.14/lib/App/Ack/ConfigDefault.pm -=================================================================== ---- ack-2.14.orig/lib/App/Ack/ConfigDefault.pm 2014-09-04 22:19:55.000000000 +0100 -+++ ack-2.14/lib/App/Ack/ConfigDefault.pm 2014-09-04 22:20:35.000000000 +0100 -@@ -342,6 +342,9 @@ sub _options_block { - # http://docutils.sourceforge.net/rst.html +diff -Pdru ack-v3.3.1.orig/lib/App/Ack/ConfigDefault.pm ack-v3.3.1/lib/App/Ack/ConfigDefault.pm +--- ack-v3.3.1.orig/lib/App/Ack/ConfigDefault.pm 2020-01-22 14:49:59.116748125 +0100 ++++ ack-v3.3.1/lib/App/Ack/ConfigDefault.pm 2020-01-22 14:51:46.072490906 +0100 +@@ -392,6 +392,9 @@ + # https://docutils.sourceforge.io/rst.html --type-add=rst:ext:rst +# RPM ++++++ ack-ignore-osc.patch ++++++ --- /var/tmp/diff_new_pack.zC29Rd/_old 2020-01-28 10:57:54.649153092 +0100 +++ /var/tmp/diff_new_pack.zC29Rd/_new 2020-01-28 10:57:54.649153092 +0100 @@ -6,15 +6,10 @@ Ignore .osc --- - ConfigDefault.pm | 3 +++ - t/ack-dump.t | 2 +- - 2 files changed, 4 insertions(+), 1 deletion(-) - -Index: ack-v3.0.2/lib/App/Ack/ConfigDefault.pm -=================================================================== ---- ack-v3.0.2.orig/lib/App/Ack/ConfigDefault.pm -+++ ack-v3.0.2/lib/App/Ack/ConfigDefault.pm -@@ -70,6 +70,9 @@ sub _options_block { +diff -Pdru ack-v3.3.1.orig/lib/App/Ack/ConfigDefault.pm ack-v3.3.1/lib/App/Ack/ConfigDefault.pm +--- ack-v3.3.1.orig/lib/App/Ack/ConfigDefault.pm 2020-01-13 20:18:17.000000000 +0100 ++++ ack-v3.3.1/lib/App/Ack/ConfigDefault.pm 2020-01-22 14:32:56.451135251 +0100 +@@ -70,6 +70,9 @@ # https://www.mercurial-scm.org/ --ignore-directory=is:.hg @@ -24,14 +19,15 @@ # Quilt # https://directory.fsf.org/wiki/Quilt --ignore-directory=is:.pc -Index: ack-v3.0.2/t/ack-dump.t -=================================================================== ---- ack-v3.0.2.orig/t/ack-dump.t -+++ ack-v3.0.2/t/ack-dump.t -@@ -29,5 +29,5 @@ DUMP: { +diff -Pdru ack-v3.3.1.orig/t/internals/ack-dump.t ack-v3.3.1/t/internals/ack-dump.t +--- ack-v3.3.1.orig/t/internals/ack-dump.t 2020-01-13 20:18:17.000000000 +0100 ++++ ack-v3.3.1/t/internals/ack-dump.t 2020-01-22 14:39:05.934290071 +0100 +@@ -29,7 +29,7 @@ is( scalar @perl, 2, 'Two specs for Perl' ); my @ignore_dir = grep { /ignore-dir/ } @results; -- is( scalar @ignore_dir, 24, 'Twenty-four specs for ignoring directories' ); -+ is( scalar @ignore_dir, 25, 'Twenty-five specs for ignoring directories' ); +- is( scalar @ignore_dir, 27, 'Twenty-seven specs for ignoring directories' ); ++ is( scalar @ignore_dir, 28, 'Twenty-eight specs for ignoring directories' ); } + + exit 0; ++++++ ack-v3.2.0.tar.gz -> ack-v3.3.1.tar.gz ++++++ ++++ 5876 lines of diff (skipped)
