From d708832fd398bd7a5a021b206c8df8ae86901609d9cecceb45e6f23c56e1ae09 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 29 Mar 2021 11:18:45 +0000 Subject: [PATCH] Accepting request 879736 from home:jreidinger:branches:utilities - Fix doc symlink issue - ack 3.5.0: * Reworked the option parsing to run correctly with Getopt::Long 2.38. * Added support for the Elm language. (GH#316) * Added support for the Purescript language. (GH#317) * Added support for the Bazel build tool. (GH#327) OBS-URL: https://build.opensuse.org/request/show/879736 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=37 --- ack-v3.4.0.tar.gz | 3 --- ack-v3.5.0.tar.gz | 3 +++ ack.changes | 11 +++++++++++ ack.spec | 8 +------- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 ack-v3.4.0.tar.gz create mode 100644 ack-v3.5.0.tar.gz diff --git a/ack-v3.4.0.tar.gz b/ack-v3.4.0.tar.gz deleted file mode 100644 index d155791..0000000 --- a/ack-v3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ecfd6b9b9e129a1dee42f800283fb8d9fece925abc0ca6fa136d029989a6b50 -size 251106 diff --git a/ack-v3.5.0.tar.gz b/ack-v3.5.0.tar.gz new file mode 100644 index 0000000..0282d27 --- /dev/null +++ b/ack-v3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66053e884e803387a02ddee0d68abf2a10239fab654364dab33287309a725521 +size 249718 diff --git a/ack.changes b/ack.changes index 88cca65..5197538 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 17 19:01:46 UTC 2021 - Josef Reidinger + +- Fix doc symlink issue +- ack 3.5.0: + * Reworked the option parsing to run correctly with Getopt::Long + 2.38. + * Added support for the Elm language. (GH#316) + * Added support for the Purescript language. (GH#317) + * Added support for the Bazel build tool. (GH#327) + ------------------------------------------------------------------- Mon Jul 6 19:39:51 UTC 2020 - Andreas Stieger diff --git a/ack.spec b/ack.spec index b1caf1c..7da0bc8 100644 --- a/ack.spec +++ b/ack.spec @@ -24,7 +24,7 @@ %endif %{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor} Name: ack -Version: 3.4.0 +Version: 3.5.0 Release: 0 Summary: Grep-Like Text Finder License: Artistic-2.0 @@ -84,18 +84,12 @@ rm -rf "%{buildroot}%{perl_vendorarch}/auto/ack" rm -f "%{buildroot}%{_localstatedir}/adm/perl-modules/ack" -install -d rpmdoc_ack -for f in Changes README.md LICENSE.md; do - ln -s ../ack/"$f" rpmdoc_ack/"$f" -done - %check %if %{run_tests} make test %{?_smp_mflags} %endif %files -%doc rpmdoc_ack/* %{_bindir}/ack %{_mandir}/man1/ack.1%{?ext_man}