From fe9e2fc77b07b15b0d430b958cae5efe158ffc92b127955e21745f217af0e498 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Fri, 29 Dec 2017 08:50:16 +0000 Subject: [PATCH] Accepting request 560482 from home:avindra - ack 2.22: * Avoid a fatal error that sometimes occured if a file was unreadable. * support for Kotlin * Sped up file type detection for certain files. - includes 2.20: * When using submodules, .git directory will be a file. This is now ignored by default. * Changed construction in the docs that Ubuntu flagged as a misspelling. - cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/560482 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=24 --- ack-2.18.tar.gz | 3 --- ack-2.22.tar.gz | 3 +++ ack.changes | 15 +++++++++++++++ ack.spec | 7 ++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 ack-2.18.tar.gz create mode 100644 ack-2.22.tar.gz diff --git a/ack-2.18.tar.gz b/ack-2.18.tar.gz deleted file mode 100644 index 9e89fb3..0000000 --- a/ack-2.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb4a0a11a5411cba5764163b8d074a447c2a753758821151b31dc7533663f058 -size 232279 diff --git a/ack-2.22.tar.gz b/ack-2.22.tar.gz new file mode 100644 index 0000000..9738160 --- /dev/null +++ b/ack-2.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c441dbbc86bf69c792ae92dc92419a0448c31f69d9703dd1530425c36e0f6c +size 250275 diff --git a/ack.changes b/ack.changes index 6eae6b8..7ad546b 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 29 04:40:33 UTC 2017 - avindra@opensuse.org + +- ack 2.22: + * Avoid a fatal error that sometimes occured if a file was + unreadable. + * support for Kotlin + * Sped up file type detection for certain files. +- includes 2.20: + * When using submodules, .git directory will be a file. + This is now ignored by default. + * Changed construction in the docs that Ubuntu flagged as a + misspelling. +- cleanup with spec-cleaner + ------------------------------------------------------------------- Sat Mar 25 14:58:21 UTC 2017 - astieger@suse.com diff --git a/ack.spec b/ack.spec index 8ab0e45..e691498 100644 --- a/ack.spec +++ b/ack.spec @@ -24,12 +24,12 @@ %endif %{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor} Name: ack -Version: 2.18 +Version: 2.22 Release: 0 Summary: Grep-Like Text Finder License: Artistic-2.0 Group: Productivity/Text/Utilities -Url: http://beyondgrep.com/ +URL: http://beyondgrep.com/ Source: http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz Patch1: ack-ignore-osc.patch Patch3: ack-add_spec.patch @@ -39,7 +39,6 @@ BuildRequires: perl(File::Next) >= 1.10 Requires: perl Requires: perl-App-Ack = %{version}-%{release} Requires: perl-base = %{perl_version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %if %{run_tests} BuildRequires: perl(File::Temp) >= 0.19 @@ -96,13 +95,11 @@ make test %{?_smp_mflags} %endif %files -%defattr(-,root,root) %doc rpmdoc_ack/* %{_bindir}/ack %{_mandir}/man1/ack.1%{ext_man} %files -n perl-App-Ack -%defattr(-,root,root) %doc Changes README.md LICENSE.md %dir %{perl_vendorlib}/App %{perl_vendorlib}/App/Ack.pm