diff --git a/.files b/.files index d3fbeeb..cec2a9c 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d7e89bc..c1bd0a6 100644 --- a/.rev +++ b/.rev @@ -248,4 +248,12 @@ 881842 + + a3701668fed67e34ea3f808ddc8d8ce1 + 3.6.0 + + dimstar_suse + + 1006025 + diff --git a/ack-v3.5.0.tar.gz b/ack-v3.5.0.tar.gz deleted file mode 120000 index 8553b23..0000000 --- a/ack-v3.5.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreidgau7iqtuagod2alo64dlivpzkcarz7k3finsnvmzsq4yju4svee \ No newline at end of file diff --git a/ack-v3.6.0.tar.gz b/ack-v3.6.0.tar.gz new file mode 120000 index 0000000..8bf9549 --- /dev/null +++ b/ack-v3.6.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiadcrgra4det2jpninx2if5yu26foy2yjmnvk7eqlu2vatxwshqau \ No newline at end of file diff --git a/ack.changes b/ack.changes index 85884a9..ac19b50 100644 --- a/ack.changes +++ b/ack.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Sat Sep 17 14:03:22 UTC 2022 - Andreas Stieger + +- 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 - Fix doc symlink issue diff --git a/ack.spec b/ack.spec index 509b41b..26a537b 100644 --- a/ack.spec +++ b/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