From a289ee76f37e1c2d73e903cceed438bd17ddd2548d2bac17b3901d341d61c097 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 1 Mar 2023 20:42:09 +0000 Subject: [PATCH] Accepting request 1068551 from home:AndreasStieger:branches:utilities ack 3.7.0 OBS-URL: https://build.opensuse.org/request/show/1068551 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=39 --- ack-ignore-osc.patch | 22 ++++++++++++---------- ack-v3.6.0.tar.gz | 3 --- ack-v3.7.0.tar.gz | 3 +++ ack.changes | 9 +++++++++ ack.spec | 4 ++-- 5 files changed, 26 insertions(+), 15 deletions(-) delete mode 100644 ack-v3.6.0.tar.gz create mode 100644 ack-v3.7.0.tar.gz diff --git a/ack-ignore-osc.patch b/ack-ignore-osc.patch index ae992ea..7ec4fd4 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 100644 index e538f5a..0000000 --- a/ack-v3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03144d1070649e92f6a1b7d20bdc535e2bb1ac258daabe482e9aa8277b48f005 -size 251556 diff --git a/ack-v3.7.0.tar.gz b/ack-v3.7.0.tar.gz new file mode 100644 index 0000000..d0e29b7 --- /dev/null +++ b/ack-v3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7caa14f757de083310ed2cba298661ddcca5dee06ec8f18043ea625a79df20 +size 252426 diff --git a/ack.changes b/ack.changes index 54e88c8..4dfa663 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/ack.spec b/ack.spec index 2a01812..b295007 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