From db1164a919da9c578a43e3a41e0acd86de03d1a0 Mon Sep 17 00:00:00 2001 From: AndreasStieger <> Date: Mar 06 2023 02:51:54 +0000 Subject: Update ack to version 3.7.0 / rev 33 via SR 1068552 https://build.opensuse.org/request/show/1068552 by user AndreasStieger + dimstar_suse --- diff --git a/.files b/.files index cec2a9c..14e3931 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c1bd0a6..948230d 100644 --- a/.rev +++ b/.rev @@ -256,4 +256,12 @@ 1006025 + + 516d0f4202b07d007abd4be9158accb1 + 3.7.0 + + dimstar_suse + + 1068552 + diff --git a/ack-ignore-osc.patch b/ack-ignore-osc.patch index ae8ace4..ab47114 100644 --- a/ack-ignore-osc.patch +++ b/ack-ignore-osc.patch @@ -6,10 +6,11 @@ Upstream: No Ignore .osc --- -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 @@ +Index: ack-v3.7.0/lib/App/Ack/ConfigDefault.pm +=================================================================== +--- ack-v3.7.0.orig/lib/App/Ack/ConfigDefault.pm ++++ ack-v3.7.0/lib/App/Ack/ConfigDefault.pm +@@ -70,6 +70,9 @@ sub _options_block { # https://www.mercurial-scm.org/ --ignore-directory=is:.hg @@ -19,15 +20,16 @@ diff -Pdru ack-v3.3.1.orig/lib/App/Ack/ConfigDefault.pm ack-v3.3.1/lib/App/Ack/C # Quilt # https://directory.fsf.org/wiki/Quilt --ignore-directory=is:.pc -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 @@ +Index: ack-v3.7.0/t/ack-dump.t +=================================================================== +--- ack-v3.7.0.orig/t/ack-dump.t ++++ ack-v3.7.0/t/ack-dump.t +@@ -29,7 +29,7 @@ DUMP: { is( scalar @perl, 2, 'Two specs for Perl' ); my @ignore_dir = grep { /ignore-dir/ } @results; -- is( scalar @ignore_dir, 27, 'Twenty-seven specs for ignoring directories' ); -+ is( scalar @ignore_dir, 28, 'Twenty-eight specs for ignoring directories' ); +- is( scalar @ignore_dir, 28, 'Twenty-eight specs for ignoring directories' ); ++ is( scalar @ignore_dir, 29, 'Twenty-nine specs for ignoring directories' ); } exit 0; diff --git a/ack-v3.6.0.tar.gz b/ack-v3.6.0.tar.gz deleted file mode 120000 index 8bf9549..0000000 --- a/ack-v3.6.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiadcrgra4det2jpninx2if5yu26foy2yjmnvk7eqlu2vatxwshqau \ No newline at end of file diff --git a/ack-v3.7.0.tar.gz b/ack-v3.7.0.tar.gz new file mode 120000 index 0000000..6c0c2a7 --- /dev/null +++ b/ack-v3.7.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihkpsvbj52x3yedgehnfs5ctbtb3xgklxxan3epdacd5jrfu6o7ea \ No newline at end of file diff --git a/ack.changes b/ack.changes index ac19b50..dc74511 100644 --- a/ack.changes +++ b/ack.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Wed Mar 1 20:32:18 UTC 2023 - Andreas Stieger + +- ack 3.7.0 + * Add a repeatable --not option to let user supply patterns that + should NOT match + * Add .Rmd to the list of extensions understood to be R + * Add file type for for Powershell (.ps1 and .psm1 files) + +------------------------------------------------------------------- Sat Sep 17 14:03:22 UTC 2022 - Andreas Stieger - ack 3.6.0: diff --git a/ack.spec b/ack.spec index 26a537b..3de417c 100644 --- a/ack.spec +++ b/ack.spec @@ -1,7 +1,7 @@ # # spec file for package ack # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %endif %{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor} Name: ack -Version: 3.6.0 +Version: 3.7.0 Release: 0 Summary: Grep-Like Text Finder License: Artistic-2.0