SHA256
1
0
forked from pool/ack

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
This commit is contained in:
Andreas Stieger 2017-12-29 08:50:16 +00:00 committed by Git OBS Bridge
parent c6a82f65a7
commit fe9e2fc77b
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb4a0a11a5411cba5764163b8d074a447c2a753758821151b31dc7533663f058
size 232279

3
ack-2.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02c441dbbc86bf69c792ae92dc92419a0448c31f69d9703dd1530425c36e0f6c
size 250275

View File

@ -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

View File

@ -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