Accepting request 1004347 from home:AndreasStieger:branches:utilities
ack 3.6.0 OBS-URL: https://build.opensuse.org/request/show/1004347 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=38
This commit is contained in:
parent
d708832fd3
commit
0723bb0cda
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66053e884e803387a02ddee0d68abf2a10239fab654364dab33287309a725521
|
||||
size 249718
|
3
ack-v3.6.0.tar.gz
Normal file
3
ack-v3.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03144d1070649e92f6a1b7d20bdc535e2bb1ac258daabe482e9aa8277b48f005
|
||||
size 251556
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 14:03:22 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- ack 3.6.0:
|
||||
* Add default ignores for Python's pickle serialization format
|
||||
* Add default ignore for Visual Studio's user & workspace settings
|
||||
* Add support for the Crystal language
|
||||
* Add .sbt as a Scala extension
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 19:01:46 UTC 2021 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
|
8
ack.spec
8
ack.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ack
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
||||
Name: ack
|
||||
Version: 3.5.0
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Grep-Like Text Finder
|
||||
License: Artistic-2.0
|
||||
@ -68,7 +68,7 @@ code.
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -86,7 +86,7 @@ rm -f "%{buildroot}%{_localstatedir}/adm/perl-modules/ack"
|
||||
|
||||
%check
|
||||
%if %{run_tests}
|
||||
make test %{?_smp_mflags}
|
||||
%make_build test
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user