diff --git a/WWW-Splunk-2.08.tar.gz b/WWW-Splunk-2.08.tar.gz deleted file mode 100644 index 17d2cdf10cf82686b9834f4ac6cd21f3941331a0..0000000000000000000000000000000000000000 Binary files a/WWW-Splunk-2.08.tar.gz and /dev/null differ diff --git a/WWW-Splunk-2.09.tar.gz b/WWW-Splunk-2.09.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7141fb76777c37539c4a72e547fa9a1a5748c4e4 Binary files /dev/null and b/WWW-Splunk-2.09.tar.gz differ diff --git a/perl-WWW-Splunk.spec b/perl-WWW-Splunk.spec index 1218bbff7ad72a867d625c0d3ee763e499ea65c2..d077df07445f0d28e8d633daf36f1946615e9b79 100644 --- a/perl-WWW-Splunk.spec +++ b/perl-WWW-Splunk.spec @@ -1,12 +1,12 @@ Name: perl-WWW-Splunk -Version: 2.08 +Version: 2.09 Release: 1 Summary: Client for Splunk log search engine License: GPL+ or Artistic URL: https://metacpan.org/release/WWW-Splunk Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/WWW-Splunk-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl-generators +BuildRequires: perl-generators libxml2 BuildRequires: perl-interpreter BuildRequires: perl(Module::Build) BuildRequires: perl(strict) @@ -19,7 +19,7 @@ BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(XML::LibXML) BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + %description WWW::Splunk is a client for Splunk log search engine. It consists of a utility with command-line interface, sc, and a supporting library. It lets you query @@ -48,5 +48,14 @@ the archived logs or conduct a real-time search. %{_bindir}/sc %changelog +* Thu Feb 06 2025 sqfu - 2.09-1 +- update version to 2.09 +- Add possibility of getting user/password from ENV variables. +- Add possibility of usage of e.g. »|inputloookup __table__« Splunk query by adding backward compatible 'search' constructor variable which is adding 'search' keyword to each Splunk query. +- Move hardcoded prefix=/services variable to 'service_prefix' constructor variable. +- Remove spaces before subroutine/method call in bin/sc. +- Retab in bin/sc. +- drop useless perl(:MODULE_COMPAT) requirement + * Thu Jun 17 2021 huanghaitao - 2.08-1 - package init