From 0723bb0cdad8db1ec80793e077a57c57d13d52e64b127eedacc996a37cba02bb Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 26 Sep 2022 08:14:24 +0000 Subject: [PATCH] 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 --- ack-v3.5.0.tar.gz | 3 --- ack-v3.6.0.tar.gz | 3 +++ ack.changes | 9 +++++++++ ack.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 ack-v3.5.0.tar.gz create mode 100644 ack-v3.6.0.tar.gz diff --git a/ack-v3.5.0.tar.gz b/ack-v3.5.0.tar.gz deleted file mode 100644 index 0282d27..0000000 --- a/ack-v3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66053e884e803387a02ddee0d68abf2a10239fab654364dab33287309a725521 -size 249718 diff --git a/ack-v3.6.0.tar.gz b/ack-v3.6.0.tar.gz new file mode 100644 index 0000000..e538f5a --- /dev/null +++ b/ack-v3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03144d1070649e92f6a1b7d20bdc535e2bb1ac258daabe482e9aa8277b48f005 +size 251556 diff --git a/ack.changes b/ack.changes index 5197538..54e88c8 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/ack.spec b/ack.spec index 7da0bc8..2a01812 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