Accepting request 687811 from home:elimat:branches:utilities
- ack 2.28: * The --help-rgb-colors option now displays the RGB codes organized by HSL values for easier picking. - includes 2.26: * Added --help-colors and --help-rgb-colors options to display colors available for color options. * Clarified the docs for --lines option. * Use File::Temp for temp files during tests on Win32. - cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/687811 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=26
This commit is contained in:
parent
9aead2ac66
commit
1710ad7404
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72934009ad8fe712deeb2c41960f2746d0a25e3a226ad7c54232c00105e54f00
|
||||
size 261289
|
3
ack-2.28.tar.gz
Normal file
3
ack-2.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a6ecbf0ab9aee75faa0b8975d4a47fe002a7f3885455ae45d71e2b04db2ef9b
|
||||
size 263072
|
13
ack.changes
13
ack.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 21:11:41 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- ack 2.28:
|
||||
* The --help-rgb-colors option now displays the RGB codes organized by HSL
|
||||
values for easier picking.
|
||||
- includes 2.26:
|
||||
* Added --help-colors and --help-rgb-colors options to display colors
|
||||
available for color options.
|
||||
* Clarified the docs for --lines option.
|
||||
* Use File::Temp for temp files during tests on Win32.
|
||||
- cleanup with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 11 00:53:55 UTC 2018 - rpm@fthiessen.de
|
||||
|
||||
|
11
ack.spec
11
ack.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ack
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
||||
Name: ack
|
||||
Version: 2.24
|
||||
Version: 2.28
|
||||
Release: 0
|
||||
Summary: Grep-Like Text Finder
|
||||
License: Artistic-2.0
|
||||
@ -97,10 +97,11 @@ make test %{?_smp_mflags}
|
||||
%files
|
||||
%doc rpmdoc_ack/*
|
||||
%{_bindir}/ack
|
||||
%{_mandir}/man1/ack.1%{ext_man}
|
||||
%{_mandir}/man1/ack.1%{?ext_man}
|
||||
|
||||
%files -n perl-App-Ack
|
||||
%doc Changes README.md LICENSE.md
|
||||
%license LICENSE.md
|
||||
%doc Changes README.md
|
||||
%dir %{perl_vendorlib}/App
|
||||
%{perl_vendorlib}/App/Ack.pm
|
||||
%{perl_vendorlib}/App/Ack
|
||||
|
Loading…
Reference in New Issue
Block a user