SHA256
1
0
forked from pool/ack

Accepting request 560494 from utilities

OBS-URL: https://build.opensuse.org/request/show/560494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ack?expand=0&rev=22
This commit is contained in:
2018-01-19 10:50:59 +00:00
committed by Git OBS Bridge
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