SHA256
1
0
forked from pool/ack

Accepting request 478711 from home:AndreasStieger:branches:utilities

ack 2.16

OBS-URL: https://build.opensuse.org/request/show/478711
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=22
This commit is contained in:
Andreas Stieger 2017-03-11 19:19:10 +00:00 committed by Git OBS Bridge
parent 8a7e3e5f81
commit 6005331243
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:893e46a9263b446d9bd7efeae52c12fbee6092a3a5b9f816d8f84c1644ad7199
size 228211

3
ack-2.16.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ffc421bb26d3163d58fbf38129a8e18af0c857eefca7da239d13db5ddaacb45
size 225707

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Mar 11 19:13:25 UTC 2017 - astieger@suse.com
- ack 2.16:
* Include .cljs, .cljc and .edn files with the --clojure filetype
* Add .xsd to the --xml filetype
* Add support for Swift language
* The MSYS2 project is now seen as Windows
* Expand the definition of OCaml files
* Add support for Groovy Server Pages
-------------------------------------------------------------------
Thu Feb 4 10:52:26 UTC 2016 - idonmez@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ack
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,8 +22,9 @@
%else
%define with_pod 0
%endif
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
Name: ack
Version: 2.15_02
Version: 2.16
Release: 0
Summary: Grep-Like Text Finder
License: Artistic-2.0
@ -40,7 +41,6 @@ Requires: perl-App-Ack = %{version}-%{release}
Requires: perl-base = %{perl_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
%if %{run_tests}
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(IO::Pty)
@ -55,8 +55,8 @@ ack is a grep-like tool tailored to working with large trees of source code.
%package -n perl-App-Ack
Summary: Grep-Like Text Finder Perl Module
Group: Development/Libraries/Perl
Requires: perl(File::Next) >= 1.10
Requires: perl-base = %{perl_version}
Requires: perl(File::Next) >= 1.10
%description -n perl-App-Ack
App::Ack is a grep-like tool tailored to working with large trees of source
@ -99,7 +99,7 @@ make test %{?_smp_mflags}
%defattr(-,root,root)
%doc rpmdoc_ack/*
%{_bindir}/ack
%doc %{_mandir}/man1/ack.1%{ext_man}
%{_mandir}/man1/ack.1%{ext_man}
%files -n perl-App-Ack
%defattr(-,root,root)