Accepting request 725074 from utilities
OBS-URL: https://build.opensuse.org/request/show/725074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ack?expand=0&rev=26
This commit is contained in:
commit
27b3e486aa
@ -22,5 +22,5 @@ Index: ack-2.14/lib/App/Ack/ConfigDefault.pm
|
||||
+--type-add=rpm:ext:spec
|
||||
+
|
||||
# Ruby
|
||||
# http://www.ruby-lang.org/
|
||||
# https://www.ruby-lang.org/
|
||||
--type-add=ruby:ext:rb,rhtml,rjs,rxml,erb,rake,spec
|
||||
|
@ -15,14 +15,14 @@ Index: ack-v3.0.2/lib/App/Ack/ConfigDefault.pm
|
||||
--- ack-v3.0.2.orig/lib/App/Ack/ConfigDefault.pm
|
||||
+++ ack-v3.0.2/lib/App/Ack/ConfigDefault.pm
|
||||
@@ -70,6 +70,9 @@ sub _options_block {
|
||||
# http://mercurial.selenic.com/
|
||||
# https://www.mercurial-scm.org/
|
||||
--ignore-directory=is:.hg
|
||||
|
||||
+# openSUSE Commander
|
||||
+--ignore-directory=is:.osc
|
||||
+
|
||||
# quilt
|
||||
# http://directory.fsf.org/wiki/Quilt
|
||||
# Quilt
|
||||
# https://directory.fsf.org/wiki/Quilt
|
||||
--ignore-directory=is:.pc
|
||||
Index: ack-v3.0.2/t/ack-dump.t
|
||||
===================================================================
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63b4b3bdbdb919f231780b2ce09e73c64b0c407633b36433aa9b574b59cc9528
|
||||
size 241779
|
3
ack-v3.0.3.tar.gz
Normal file
3
ack-v3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3e28af043a49b8e13d563403defd0e98aec0ed74c0d394840ccde0881e4be53
|
||||
size 243032
|
14
ack.changes
14
ack.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 13:12:17 UTC 2019 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Rebase patches:
|
||||
* ack-add_spec.patch
|
||||
* ack-ignore-osc.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 12:11:56 UTC 2019 - Christopher Childress <christopher.childress@dciinc.org>
|
||||
|
||||
- ack 3.0.3:
|
||||
* Made smartcase's check for lowercase patterns smarter.
|
||||
* Updated many URLs, especially in the config. (GH #223)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 15:01:41 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
4
ack.spec
4
ack.spec
@ -24,13 +24,13 @@
|
||||
%endif
|
||||
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
||||
Name: ack
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: Grep-Like Text Finder
|
||||
License: Artistic-2.0
|
||||
Group: Productivity/Text/Utilities
|
||||
URL: https://beyondgrep.com/
|
||||
Source: http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v%{version}.tar.gz
|
||||
Source: https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v%{version}.tar.gz
|
||||
Patch1: ack-ignore-osc.patch
|
||||
Patch3: ack-add_spec.patch
|
||||
BuildRequires: make
|
||||
|
Loading…
x
Reference in New Issue
Block a user