From e746666ac3355dd16bfaf349ce950ccd6de70e2d3b6bcec9df92f8cc48b6a070 Mon Sep 17 00:00:00 2001 From: Christopher Childress Date: Wed, 21 Aug 2019 12:10:18 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=28 --- ack-v3.0.2.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ack-v3.0.2.tar.gz diff --git a/ack-v3.0.2.tar.gz b/ack-v3.0.2.tar.gz deleted file mode 100644 index d1d1651..0000000 --- a/ack-v3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63b4b3bdbdb919f231780b2ce09e73c64b0c407633b36433aa9b574b59cc9528 -size 241779 From 7d75363c894eed37bac33e191dcf99259b882bf56609c4b8bdec0dc020236abd Mon Sep 17 00:00:00 2001 From: Christopher Childress Date: Wed, 21 Aug 2019 12:10:41 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=29 --- ack-v3.0.3.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ack-v3.0.3.tar.gz diff --git a/ack-v3.0.3.tar.gz b/ack-v3.0.3.tar.gz new file mode 100644 index 0000000..801ebfc --- /dev/null +++ b/ack-v3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e28af043a49b8e13d563403defd0e98aec0ed74c0d394840ccde0881e4be53 +size 243032 From 77a881a044156b5657fe443ca9b98f9745f5e639c4786312f3740690a8b609a8 Mon Sep 17 00:00:00 2001 From: Christopher Childress Date: Wed, 21 Aug 2019 12:13:19 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=30 --- ack.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ack.changes b/ack.changes index 1ee9db8..a665982 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 21 12:11:56 UTC 2019 - Christopher Childress + +- ack 3.0.3: + * Made smartcase's check for lowercase patterns smarter. + * Updated many URLs, especially in the config. (GH #223) + ------------------------------------------------------------------- Sat Aug 3 15:01:41 UTC 2019 - Andreas Stieger From 85dfc3db0ad47e2280414ca002a12286675658bf13508e959dbe92a1ae902fe2 Mon Sep 17 00:00:00 2001 From: Christopher Childress Date: Wed, 21 Aug 2019 12:14:14 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=31 --- ack.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ack.spec b/ack.spec index 710ad95..a0904ff 100644 --- a/ack.spec +++ b/ack.spec @@ -24,7 +24,7 @@ %endif %{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor} Name: ack -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Grep-Like Text Finder License: Artistic-2.0 From a93a90b790cb2b3e25077c0377abc5f6f6cdfd1e69cfa5b2f712ce38fab2efa4 Mon Sep 17 00:00:00 2001 From: Christopher Childress Date: Wed, 21 Aug 2019 13:35:24 +0000 Subject: [PATCH 5/5] Accepting request 725058 from home:dancermak:branches:utilities Rebase patches OBS-URL: https://build.opensuse.org/request/show/725058 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=32 --- ack-add_spec.patch | 2 +- ack-ignore-osc.patch | 6 +++--- ack.changes | 7 +++++++ ack.spec | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ack-add_spec.patch b/ack-add_spec.patch index f555791..ea3c529 100644 --- a/ack-add_spec.patch +++ b/ack-add_spec.patch @@ -22,5 +22,5 @@ Index: ack-2.14/lib/App/Ack/ConfigDefault.pm +--type-add=rpm:ext:spec + # Ruby - # http://www.ruby-lang.org/ + # https://www.ruby-lang.org/ --type-add=ruby:ext:rb,rhtml,rjs,rxml,erb,rake,spec diff --git a/ack-ignore-osc.patch b/ack-ignore-osc.patch index 9be2dfc..42bc6cb 100644 --- a/ack-ignore-osc.patch +++ b/ack-ignore-osc.patch @@ -15,14 +15,14 @@ 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 { - # http://mercurial.selenic.com/ + # https://www.mercurial-scm.org/ --ignore-directory=is:.hg +# openSUSE Commander +--ignore-directory=is:.osc + - # quilt - # http://directory.fsf.org/wiki/Quilt + # Quilt + # https://directory.fsf.org/wiki/Quilt --ignore-directory=is:.pc Index: ack-v3.0.2/t/ack-dump.t =================================================================== diff --git a/ack.changes b/ack.changes index a665982..8d93ab8 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 21 13:12:17 UTC 2019 - Dan Čermák + +- Rebase patches: + * ack-add_spec.patch + * ack-ignore-osc.patch + ------------------------------------------------------------------- Wed Aug 21 12:11:56 UTC 2019 - Christopher Childress diff --git a/ack.spec b/ack.spec index a0904ff..2c6ee20 100644 --- a/ack.spec +++ b/ack.spec @@ -30,7 +30,7 @@ Summary: Grep-Like Text Finder License: Artistic-2.0 Group: Productivity/Text/Utilities URL: https://beyondgrep.com/ -Source: http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v%{version}.tar.gz Patch1: ack-ignore-osc.patch Patch3: ack-add_spec.patch BuildRequires: make