Accepting request 733383 from home:AndreasStieger:branches:utilities
ack 3.1.1 OBS-URL: https://build.opensuse.org/request/show/733383 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=33
This commit is contained in:
parent
a93a90b790
commit
8baf46d4f7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3e28af043a49b8e13d563403defd0e98aec0ed74c0d394840ccde0881e4be53
|
||||
size 243032
|
3
ack-v3.1.1.tar.gz
Normal file
3
ack-v3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4778d6d7ef829a7cfd1c7a25f5ae191c4233d002535f3718cc357301008fb92
|
||||
size 246449
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 09:33:14 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- ack 3.1.1:
|
||||
* Improve the speed up the -l, -L and -c options
|
||||
- includes changes from 3.1.0:
|
||||
* Added the --range-start and --range-end options to allow
|
||||
searching only ranges of
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 13:12:17 UTC 2019 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
6
ack.spec
6
ack.spec
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
||||
Name: ack
|
||||
Version: 3.0.3
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: Grep-Like Text Finder
|
||||
License: Artistic-2.0
|
||||
@ -35,7 +35,7 @@ Patch1: ack-ignore-osc.patch
|
||||
Patch3: ack-add_spec.patch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl >= 5.10.1
|
||||
BuildRequires: perl(File::Next) >= 1.10
|
||||
BuildRequires: perl(File::Next) >= 1.18
|
||||
Requires: perl >= 5.10.1
|
||||
Requires: perl-App-Ack = %{version}-%{release}
|
||||
Requires: perl-base = %{perl_version}
|
||||
@ -55,7 +55,7 @@ ack is a grep-like tool tailored to working with large trees of source code.
|
||||
Summary: Grep-Like Text Finder Perl Module
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl-base = %{perl_version}
|
||||
Requires: perl(File::Next) >= 1.10
|
||||
Requires: perl(File::Next) >= 1.18
|
||||
|
||||
%description -n perl-App-Ack
|
||||
App::Ack is a grep-like tool tailored to working with large trees of source
|
||||
|
Loading…
Reference in New Issue
Block a user