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
This commit is contained in:
parent
0723bb0cda
commit
a289ee76f3
@ -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;
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03144d1070649e92f6a1b7d20bdc535e2bb1ac258daabe482e9aa8277b48f005
|
||||
size 251556
|
3
ack-v3.7.0.tar.gz
Normal file
3
ack-v3.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea7caa14f757de083310ed2cba298661ddcca5dee06ec8f18043ea625a79df20
|
||||
size 252426
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 20:32:18 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- 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 <andreas.stieger@gmx.de>
|
||||
|
||||
|
4
ack.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user